laya 使用Uglifyjs和SourceMap压缩和调试JS(laya项目) 使用Uglifyjs和SourceMap压缩和调试JS(laya项目) Uglifyjs说明 UglifyJS是一种流行的命令行实用程序,允许你合并和压缩JavaScript文件。 Uglifyjs可... 11月17日 热度5,641 度 发表评论 阅读全文
Git Git报错Perhaps you should specify a branch such as ‘master’. Git报错Perhaps you should specify a branch such as 'master'. 使用git push进行提交的时候出现如下错误 $ git push No ref... 10月25日 热度5,764 度 发表评论 阅读全文
Git Git报错fatal: bad default revision ‘HEAD’ Git报错fatal: bad default revision 'HEAD' 在使用Git log命令的时候,出现。 $ git log fatal: bad default revision 'H... 10月25日 热度8,524 度 发表评论 阅读全文
技巧 SublimeText3 3176注册码 SublimeText3 3176注册码 注册码: ----- BEGIN LICENSE ----- sgbteam Single User License EA7E-1153259 8891CBB... 10月23日 热度2,871 度 发表评论 阅读全文
svn SVN添加目录下所有文件 SVN添加目录下所有文件 SVN递归添加目录下所有文件 svn add . --no-ignore --force 08月27日 热度3,101 度 发表评论 阅读全文
svn SVN: ‘xxxx’ is scheduled for addition, but is missing SVN: 'xxxx' is scheduled for addition, but is missing 错误提示 删除文件夹'xxxx'后点commit提交,出现如下提示: svn: Commit... 08月27日 热度3,540 度 发表评论 阅读全文
python python读文件解码错误 UnicodeDecodeError python读文件解码错误 f.read()方法出现如下报错: UnicodeDecodeError: 'gbk' codec can't decode byte 0xaf in position 1... 05月02日 热度3,999 度 发表评论 阅读全文
Git fatal: I don’t handle protocol ‘https’ fatal: I don't handle protocol 'https' 在github复制链接后,执行git clone的时候出现fatal: I don't handle protocol '... 04月01日 热度3,860 度 发表评论 阅读全文