上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 52 下一页
摘要: 需要注意的一点是:如果你的两个系统安装在两块不同的物理盘上,那么默认的启动一般是找不到另外一个系统的,需要在电脑启动的时候在BOIS里面指定系统加载的系统所在硬盘才能正常启动。 阅读全文
posted @ 2020-09-25 17:29 lishidefengchen 阅读(395) 评论(0) 推荐(0)
摘要: sudo systemctl start docker 报错: System has not been booted with systemd as init system (PID 1). Can’t operate. 应该使用命令:sudo service docker start 阅读全文
posted @ 2020-09-24 19:14 lishidefengchen 阅读(769) 评论(0) 推荐(0)
摘要: 如何清理Docker占用的磁盘空间? 阅读全文
posted @ 2020-09-23 18:22 lishidefengchen 阅读(173) 评论(0) 推荐(0)
摘要: https://jingyan.baidu.com/article/a65957f431860724e67f9bf7.html 阅读全文
posted @ 2020-09-18 17:53 lishidefengchen 阅读(189) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-09-18 11:53 lishidefengchen 阅读(68) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/418323ed2b03 【一句话】 前者提交历史信息合并到一起,导致回退时,可能回退到的不是自己想要的那个版本;后者不会,各个分支的提交历史信息不会合并到一起。 阅读全文
posted @ 2020-09-02 10:15 lishidefengchen 阅读(136) 评论(0) 推荐(0)
摘要: (完) 阅读全文
posted @ 2020-08-31 15:38 lishidefengchen 阅读(626) 评论(0) 推荐(0)
摘要: SELECT DD.*, TT.`表注释` FROM ( SELECT TABLE_NAME 表名, COLUMN_NAME 列名, COLUMN_TYPE 数据类型, IS_NULLABLE 是否为空, COLUMN_DEFAULT 默认值, COLUMN_COMMENT 备注 FROM info 阅读全文
posted @ 2020-08-17 11:30 lishidefengchen 阅读(2751) 评论(0) 推荐(0)
摘要: cmd中,执行 set >> d:\environment.txt 阅读全文
posted @ 2020-08-09 17:49 lishidefengchen 阅读(662) 评论(0) 推荐(0)
摘要: slow_query_log=on slow_query_log_file=E:\MySQL\logquery.log long_query_time=1 general_log=on general_log_file=E:\TEMP\mysql.log log_timestamps=SYSTEM 阅读全文
posted @ 2020-08-07 17:15 lishidefengchen 阅读(392) 评论(0) 推荐(0)
摘要: 注册表: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run 然后删除即可。 阅读全文
posted @ 2020-08-07 08:35 lishidefengchen 阅读(2649) 评论(0) 推荐(0)
摘要: 环境变量的名称,不同类型的项目有差别,坑死我了。 具体名字其实可以看项目下的launchSettings.json文件中的配置即可。 之前使用关了【ASPNETCORE_ENVIRONMENT】环境变量,就一直设置这个环境变量的值了,我说怎么也不管用呢。 阅读全文
posted @ 2020-08-06 12:35 lishidefengchen 阅读(248) 评论(0) 推荐(0)
摘要: This package has not been indexed yet. It will appear in search results and will be available for install/restore after indexing is complete. 等会儿,刷新一下 阅读全文
posted @ 2020-08-06 10:03 lishidefengchen 阅读(164) 评论(0) 推荐(0)
摘要: 开始:2020-08-01 结束:2020-08-02 薄薄的一本书,但都是干货。 阅读全文
posted @ 2020-08-01 17:21 lishidefengchen 阅读(106) 评论(0) 推荐(0)
摘要: 开始:2020-06-30 结束:2020-08-01 阅读全文
posted @ 2020-08-01 17:07 lishidefengchen 阅读(108) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 52 下一页