今天打开项目,但是连不上VSS,报错如下: (一)现象: Could not find the Visual SourceSafe Internet Web Service connection information for the specified database (\\169.168.1.10\hr phase 2 vss). Would you like to launch the Visual SourceSafe connection wizard? 其实这个问题我以前碰到过,…
python全栈开发笔记第二模块 第四章 :常用模块(第三部分) 一.正则表达式的作用与方法 正则表达式是什么呢?一个问题带来正则表达式的重要性和作用 有一个需求 : 从文件中读取所有联系人的电话 1.用传统方式 f = open("re_file", "r") list_f = [] for date in f.readlines(): name, age, phone, time = date.split(",") if p…