上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 47 下一页

2019年4月30日

摘要: 如何解决 Pycharm 无法使用 Anaconda 2018.12 创建Conda 环境问题 阅读全文
posted @ 2019-04-30 17:57 张缤分 阅读(623) 评论(0) 推荐(0)
摘要: 使用workbench,如果你要批量更新或删除数据,一般会报“ Error Code: 1175 You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column 阅读全文
posted @ 2019-04-30 09:45 张缤分 阅读(1214) 评论(0) 推荐(0)

2019年4月29日

摘要: net use * /del /yes NET USE X: \\10.29.48.12\shares\Test password /user:DOMAIN1\account set AutoPath=X:\ %AutoPath:~0,2% pushd %AutoPath% cd /d %AutoPath% rem delete reports generated 7 days ago ... 阅读全文
posted @ 2019-04-29 12:26 张缤分 阅读(455) 评论(0) 推荐(0)
摘要: DOS批处理中%cd%和%~dp0的区别 在DOS的批处理中,有时候需要知道当前的路径。 在DOS中,有两个环境变量可以跟当前路径有关,一个是%cd%, 一个是%~dp0。 这两个变量的用法和代表的内容是不同的。 1. %cd% 可以用在批处理文件中,也可以用在命令行中; 展开后,是驱动器盘符:+当 阅读全文
posted @ 2019-04-29 12:01 张缤分 阅读(349) 评论(0) 推荐(0)
摘要: @echo clean DebugReport del /q /s /f \\%FILE_SERVER%\shares\DebugReport\*.* ping 127.0.0.1 -n 30 >nul for /f "delims=" %%a in ('dir /s /b /ad "\\%FILE_SERVER%\shares\DebugReport"') do (rd /q "%%a" 2>... 阅读全文
posted @ 2019-04-29 10:22 张缤分 阅读(663) 评论(0) 推荐(0)

2019年4月23日

摘要: Git拉开发分支的代码报错: fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed 解决办法: 阅读全文
posted @ 2019-04-23 09:48 张缤分 阅读(263) 评论(0) 推荐(0)

2019年4月16日

摘要: git config --global credential.helper manager 阅读全文
posted @ 2019-04-16 10:56 张缤分 阅读(948) 评论(0) 推荐(0)

2019年4月13日

摘要: 效果:单击图片copy,双击图片或者点Edit都会打开编辑窗口 Style Script HTML 阅读全文
posted @ 2019-04-13 14:31 张缤分 阅读(716) 评论(0) 推荐(0)
摘要: 在同一个元素上同时绑定单击和双击事件: JavaScript Html 阅读全文
posted @ 2019-04-13 12:18 张缤分 阅读(275) 评论(0) 推荐(0)

2019年4月12日

摘要: https://www.cnblogs.com/junneyang/p/5239480.html https://www.cnblogs.com/Rocky_/p/8317156.html https://blog.csdn.net/hqzxsc2006/article/details/491213 阅读全文
posted @ 2019-04-12 17:52 张缤分 阅读(253) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 47 下一页

导航