bug_x

导航

 

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 阅读(1013) 评论(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 阅读(750) 评论(0) 推荐(0) 编辑
 

2017年2月16日

摘要: fiddler设置断点: fiddler->rules->automatic Breakpoints->选择断点方式,这种方式下设定的断点会对之后的所有HTTP请求有效。 有两个断点位置: a. before response。也就是发送请求之后,但是Fiddler代理中转之前,这时可以修改请求的数 阅读全文
posted @ 2017-02-16 20:41 bug_x 阅读(473) 评论(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 阅读(579) 评论(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 阅读(2306) 评论(0) 推荐(0) 编辑
 
摘要: 修改一下/etc/yum.repos.d/epel.repo文件, enable=1改为enable=0 阅读全文
posted @ 2017-02-06 09:53 bug_x 阅读(987) 评论(0) 推荐(0) 编辑
 

2017年1月26日

摘要: 官方下载go: https://golang.org/dl/ 安装完成后:cmd命令下:go go env:查看当前的环境配置: 阅读全文
posted @ 2017-01-26 11:05 bug_x 阅读(101) 评论(0) 推荐(0) 编辑
 

2017年1月16日

摘要: 本文源于实践及其部分网络搜索: 其实大部分,官方都有介绍... var http = require('http'); var querystring = require('querystring'); var options = { host: '127.0.0.1', // 请求地址 域名,go 阅读全文
posted @ 2017-01-16 19:59 bug_x 阅读(9474) 评论(0) 推荐(0) 编辑
 

2017年1月10日

摘要: 点击Composer 点击执行(Execute) \ 这里演示的是带cookie 阅读全文
posted @ 2017-01-10 11:28 bug_x 阅读(765) 评论(0) 推荐(0) 编辑