bug_x

导航

 
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 43 下一页

2019年12月25日

摘要: 参考链接: https://github.com/SEtester/easy_POM https://www.cnblogs.com/snailrunning/p/10163159.html 阅读全文
posted @ 2019-12-25 19:31 bug_x 阅读(595) 评论(0) 推荐(0) 编辑
 

2019年12月16日

摘要: electron-master\electron-master\shell\browser\api\atom_api_web_contents.cc 阅读全文
posted @ 2019-12-16 20:44 bug_x 阅读(940) 评论(0) 推荐(0) 编辑
 
摘要: 1、首当其冲github 地址: https://github.com/casperjs 阅读全文
posted @ 2019-12-16 19:42 bug_x 阅读(133) 评论(0) 推荐(0) 编辑
 

2019年12月12日

摘要: 相关链接:https://www.cnblogs.com/peida/archive/2012/12/24/2831353.html 阅读全文
posted @ 2019-12-12 10:14 bug_x 阅读(1118) 评论(0) 推荐(0) 编辑
 

2019年12月11日

摘要: 1、cat /etc/issue 2、cat /etc/lsb-release 3、uname -a 4、cat /proc/version 5、lsb_release -a 显卡信息1、lspci | grep -i vga 查看显卡信息2、 nvidia-smi(显示一次当前GPU占用情况)nvidia-smi -l(每秒刷新一次并显示)watch -n 5 nvidia-smi (其中,5表 阅读全文
posted @ 2019-12-11 15:26 bug_x 阅读(280) 评论(0) 推荐(0) 编辑
 

2019年12月10日

摘要: 1、注册表打开 cmd regedit 2、打开如下位置 3、编辑图中2个Anycode、command的值 为打开 保存即可 阅读全文
posted @ 2019-12-10 13:58 bug_x 阅读(413) 评论(0) 推荐(0) 编辑
 

2019年12月9日

该文被密码保护。 阅读全文
posted @ 2019-12-09 17:10 bug_x 阅读(0) 评论(0) 推荐(0) 编辑
 

2019年10月24日

摘要: iptables防火墙 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # 永久关闭防火墙 阅读全文
posted @ 2019-10-24 14:57 bug_x 阅读(1263) 评论(0) 推荐(0) 编辑
 

2019年10月12日

摘要: 1、 2、 阅读全文
posted @ 2019-10-12 10:13 bug_x 阅读(738) 评论(0) 推荐(0) 编辑
 

2019年10月11日

摘要: 网上 对容器的解释有很多,这里只是记录,搬运! 1、简单理解: 2、代码简单理解 2.1 在这个例子中,SuperMan的构造方法需要一个参数,该参数必须实现Power接口,而这个参数是我们在类的外部进行实例化后传入的(当作参数),只要是Power的实现就都有效,所以相当于 把Power注入到Sup 阅读全文
posted @ 2019-10-11 15:49 bug_x 阅读(333) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 43 下一页