摘要:
http://www.cnblogs.com/ggll611928/p/6377545.html 恢复数据库: 1.分离数据库以断开当前的访问连接。 2.附加数据库mdf文件。 3.执行RESTORE脚本。 报错 获得数据库备份文件的信息 Sql Server 逻辑文件 '' 不是数据库 '' 的一 阅读全文
posted @ 2017-07-27 14:17
CooMark
阅读(347)
评论(1)
推荐(0)
摘要:
git 设置和取消代理 设置ss git config global http.proxy 'socks5://127.0.0.1:1080' git config global https.proxy 'socks5://127.0.0.1:1080' 设置代理 git config global 阅读全文
posted @ 2017-07-27 13:28
CooMark
阅读(935)
评论(0)
推荐(0)
摘要:
命名规则 1. 方法 驼峰形式,首字母小写 1. 类 驼峰形式,首字母大写 1. 变量 全小写,‘_’分隔单词。另一种规范是以采用和function一致的命名规则。 1. 常量 全大写,‘_’分隔单词 1. 对象属性, 基本类型:变量,function:方法 编码规范 1. 行尾必须有结束符 1. 阅读全文
posted @ 2017-07-27 08:39
CooMark
阅读(153)
评论(0)
推荐(0)
浙公网安备 33010602011771号