bug_x

导航

 
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 43 下一页

2018年8月29日

摘要: 问题描述: 开启php_openssl.dll,仍提示php_openssl.dll required/Not found 原因:可能是php的版本跟php_openssl.dll的版本不一样 具体排查情况: cli模式进入: 执行 一方面可以查看php.ini的位置信息 若有问题会提示: 阅读全文
posted @ 2018-08-29 21:02 bug_x 阅读(123) 评论(0) 推荐(0) 编辑
 
摘要: windows 版本 2、perl dll 库: 阅读全文
posted @ 2018-08-29 19:42 bug_x 阅读(211) 评论(0) 推荐(0) 编辑
 
摘要: 1、centos7 系统,自带python2.7 ,我安装了python3.5 并设置为系统默认python ,yum 语法不支持 2、解决办法: 阅读全文
posted @ 2018-08-29 09:19 bug_x 阅读(112) 评论(0) 推荐(0) 编辑
 

2018年8月27日

摘要: 1、https://electronjs.org/docs/api/web-contents 2、通常用: monitorEvents(document.body, 'mouse') 检测正常的值: screenX 467 == globalXscreenY 301 == globalYclient 阅读全文
posted @ 2018-08-27 11:46 bug_x 阅读(430) 评论(0) 推荐(0) 编辑
 

2018年8月20日

摘要: 两者都是可以过滤html元素 阅读全文
posted @ 2018-08-20 20:04 bug_x 阅读(98) 评论(0) 推荐(0) 编辑
 
摘要: //删除节点: //查找兄弟节点: 阅读全文
posted @ 2018-08-20 20:02 bug_x 阅读(126) 评论(0) 推荐(0) 编辑
 
摘要: $opts = array( 'http'=>array( 'method'=>"POST", 'header' => 'Content-Length: 0' //这里不要写其他header ) ); $context = stream_context_create... 阅读全文
posted @ 2018-08-20 19:52 bug_x 阅读(510) 评论(0) 推荐(0) 编辑
 

2018年8月16日

摘要: 官方网站: Note: 因为PHP的 integer 类型是有符号,并且有许多的IP地址讲导致在32位系统的情况下为负数, 你需要使用 "%u" 进行转换通过 sprintf() 或 printf() 得到的字符串来表示无符号的IP地址。 其他方法见链接: https://blog.csdn.net 阅读全文
posted @ 2018-08-16 18:24 bug_x 阅读(109) 评论(0) 推荐(0) 编辑
 

2018年8月8日

摘要: 有时候console.log在chrome调试控制台打印不全,如下: 这个时候,我们可以点击进去:用watch 工具,添加变量,右击copy value 选项: 阅读全文
posted @ 2018-08-08 18:56 bug_x 阅读(1291) 评论(0) 推荐(0) 编辑
 

2018年7月26日

摘要: 阅读全文
posted @ 2018-07-26 18:07 bug_x 阅读(127) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 43 下一页