摘要:
介绍如何创建公钥私钥、使用公钥进行远程登录主机或远程执行命令 阅读全文
摘要:
```javascript this.$clone = $clone = $(''); $clone.one('load', $.proxy(function () { var naturalWidth = $clone.prop('naturalWidth') || $clo... 阅读全文
摘要:
```javascriptvar page = require('webpage').create();page.open('http://qq.com', function () { page.render('example.png'); phantom.exit();});```摘自... 阅读全文
摘要:
MySQL删除data文件夹后,怎么都无法启动了,出现错误:```log150106 9:28:43 [Note] Plugin 'FEDERATED' is disabled.wampmysqld: Table 'mysql.plugin' doesn't exist150106 9:28:4... 阅读全文
摘要:
```:: setpath.bat文件内容@set test=value@cmd```运行setpath就可以用test的环境变量了,@是为了不显示命令```echo %test%value``` 阅读全文
摘要:
```javascript@echo off:: 当前目录 src/testset currDir=src/test/set sourceMapFileName=test.js.mapset inputList=%inputList% --js test1.jsset inputList=%inpu... 阅读全文
摘要:
```javascript//// Unpacker for Dean Edward's p.a.c.k.e.r, a part of javascript beautifier// written by Einar Lielmanis //// Coincidentally, it can def... 阅读全文
摘要:
必备工具 **adb tools**、**android chrome**先开启手机调试模式adb forward tcp:9919 localabstract:chrome_devtools_remote 成功会提示 * daemon not running. starting it ... 阅读全文
摘要:
转自http://hancang2010.blog.163.com/blog/static/1824602612010711104018261/ 0) 头信息 curl命令查询服务器头信息 curl -I www.sina.com.cn 1) 热身 ... 阅读全文