bug_x

导航

 

2017年3月24日

摘要: Android百度定位SDK自v4.0版本之后开始引入了百度地图开放平台的统一AK验证体系。通过AK机制,开发者可以更方便、更安全地配置自身使用的百度LBS资源(如设置服务配额等)。随着LBS开放平台的发展,未来您还可通过AK获得更多服务(如提升服务次数、定制化服务等)。注意: 1.当您选择使用v4 阅读全文
posted @ 2017-03-24 14:00 bug_x 阅读(399) 评论(0) 推荐(0) 编辑
 
摘要: 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 阅读(148) 评论(0) 推荐(0) 编辑
 

2017年3月19日

摘要: 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 阅读(145) 评论(0) 推荐(0) 编辑
 

2017年3月17日

摘要: 拨打电话: <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 阅读(251) 评论(0) 推荐(0) 编辑
 

2017年3月2日

摘要: 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 阅读(1032) 评论(0) 推荐(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 阅读(758) 评论(0) 推荐(0) 编辑
 

2017年2月16日

摘要: fiddler设置断点: fiddler->rules->automatic Breakpoints->选择断点方式,这种方式下设定的断点会对之后的所有HTTP请求有效。 有两个断点位置: a. before response。也就是发送请求之后,但是Fiddler代理中转之前,这时可以修改请求的数 阅读全文
posted @ 2017-02-16 20:41 bug_x 阅读(474) 评论(0) 推荐(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 阅读(583) 评论(0) 推荐(0) 编辑
 

2017年2月6日

摘要: 具体操作: 一、下载软件包 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 阅读(2326) 评论(0) 推荐(0) 编辑
 
摘要: 修改一下/etc/yum.repos.d/epel.repo文件, enable=1改为enable=0 阅读全文
posted @ 2017-02-06 09:53 bug_x 阅读(999) 评论(0) 推荐(0) 编辑