摘要:如何解决 Pycharm 无法使用 Anaconda 2018.12 创建Conda 环境问题
阅读全文
摘要:使用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
阅读全文
摘要: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 ...
阅读全文
摘要:DOS批处理中%cd%和%~dp0的区别 在DOS的批处理中,有时候需要知道当前的路径。 在DOS中,有两个环境变量可以跟当前路径有关,一个是%cd%, 一个是%~dp0。 这两个变量的用法和代表的内容是不同的。 1. %cd% 可以用在批处理文件中,也可以用在命令行中; 展开后,是驱动器盘符:+当
阅读全文
摘要:@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>...
阅读全文
摘要:Git拉开发分支的代码报错: fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed 解决办法:
阅读全文
摘要:git config --global credential.helper manager
阅读全文
摘要:效果:单击图片copy,双击图片或者点Edit都会打开编辑窗口 Style Script HTML
阅读全文
摘要:在同一个元素上同时绑定单击和双击事件: JavaScript Html
阅读全文
摘要:https://www.cnblogs.com/junneyang/p/5239480.html https://www.cnblogs.com/Rocky_/p/8317156.html https://blog.csdn.net/hqzxsc2006/article/details/491213
阅读全文
摘要:https://www.cnblogs.com/brucemengbm/p/7245040.html
阅读全文