摘要:
https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/windows_dos_copy.mspx?mfr=true
阅读全文
posted @ 2017-03-24 13:58
bug_x
阅读(162)
推荐(0)
摘要:
npm config set loglevel info 查看安装信息 npm cache clean 清除缓存 cnpm sync ionic 同步模块 npm config set registry http://registry.cnpmjs.org npm install -g cnpm -
阅读全文
posted @ 2017-03-19 12:13
bug_x
阅读(151)
推荐(0)
摘要:
拨打电话: <access origin="tel:*" launch-external="yes" /> 发邮件: <access origin="mailto:*" launch-external="yes" /> 发短信 <access origin="sms:*" launch-extern
阅读全文
posted @ 2017-03-17 09:45
bug_x
阅读(267)
推荐(0)
摘要:
1、Electron支持的平台: OS XWindowsLinux 2、一个标准的electron app包含的结构: Windows 或是 Linux中:electron/resources/app|_package.json|_main.js|_index.html 3、electron程序打包
阅读全文
posted @ 2017-03-02 18:49
bug_x
阅读(1078)
推荐(0)
摘要:
注意,在ES5之中,如果日期采用连词线(-)格式分隔,且具有前导0,JavaScript会认为这是一个ISO格式的日期字符串,导致返回的时间是以UTC时区计算的。 new Date('2014-01-01') // Wed Jan 01 2014 08:00:00 GMT+0800 (CST) ne
阅读全文
posted @ 2017-03-02 16:53
bug_x
阅读(783)
推荐(0)
摘要:
fiddler设置断点: fiddler->rules->automatic Breakpoints->选择断点方式,这种方式下设定的断点会对之后的所有HTTP请求有效。 有两个断点位置: a. before response。也就是发送请求之后,但是Fiddler代理中转之前,这时可以修改请求的数
阅读全文
posted @ 2017-02-16 20:41
bug_x
阅读(484)
推荐(0)
摘要:
在用node http get 请求的时候,发现的 解决方案: Add headers to all Burp requests to bypass some WAF products. This extension will automatically add the following head
阅读全文
posted @ 2017-02-16 20:13
bug_x
阅读(607)
推荐(0)
摘要:
具体操作: 一、下载软件包 1、下载php(版本要与系统安装的一致) http://pan.baidu.com/s/1mifTbfE 2、下载libmcrypt(安装mcrypt需要此软件包) http://pan.baidu.com/s/1mifTbfE 3、下载mhash(安装mcrypt需要此
阅读全文
posted @ 2017-02-06 11:46
bug_x
阅读(2367)
推荐(0)
摘要:
修改一下/etc/yum.repos.d/epel.repo文件, enable=1改为enable=0
阅读全文
posted @ 2017-02-06 09:53
bug_x
阅读(1037)
推荐(0)
摘要:
官方下载go: https://golang.org/dl/ 安装完成后:cmd命令下:go go env:查看当前的环境配置:
阅读全文
posted @ 2017-01-26 11:05
bug_x
阅读(112)
推荐(0)