2019年1月4日
摘要: php -aphp > $cmd = 'ipmcget -t sensor -d list'; # 命令php > $con = ssh2_connect('192.168.24.46',22); #连接到SSH服务器php > ssh2_auth_password($con, 'root', 'H 阅读全文
posted @ 2019-01-04 17:18 allen817 阅读(619) 评论(0) 推荐(0) 编辑
  2017年8月2日
摘要: 用 mongosoft\soapclient 扩展 实例: $webservice = new Client([ 'url' => 'http://xxxx?wsdl', ]);$xmlResult = $webservice->LoginCheck(['key'=>'value', //confi 阅读全文
posted @ 2017-08-02 17:44 allen817 阅读(211) 评论(0) 推荐(0) 编辑
  2017年7月24日
摘要: 参考文章 http://www.cnblogs.com/facetwitter/p/6444706.html?utm_source=itdadao&utm_medium=referral http://www.cnblogs.com/jiechn/p/4841865.html 1.必需安装freet 阅读全文
posted @ 2017-07-24 19:48 allen817 阅读(1552) 评论(0) 推荐(0) 编辑
  2017年7月7日
摘要: controllers $test = $dataProvider->getModels(); 分配过去 view index //Yii::$app->view->params['test'] = $test; column [ 'attribute' => 'mom', 'format' => 阅读全文
posted @ 2017-07-07 17:32 allen817 阅读(123) 评论(0) 推荐(0) 编辑
  2017年6月16日
摘要: 百度很多说是 删除 mysql/data/ the ibdata1这文件或是在my.ini里[mysqld]下面 增加这innodb_force_recovery = 4,我的是两个都没有效果 看到鬼佬的解决方法是 delete the ibdata1 & ib_logfile*(ib_logfil 阅读全文
posted @ 2017-06-16 22:50 allen817 阅读(768) 评论(0) 推荐(0) 编辑
  2017年6月7日
摘要: 参考网址http://blog.csdn.net/wgw335363240/article/details/24469159,http://www.runoob.com/redis/redis-hashes.html 1.cmd切换到目录下:redis-server.exe redis.window 阅读全文
posted @ 2017-06-07 23:49 allen817 阅读(115) 评论(0) 推荐(0) 编辑
  2017年6月5日
摘要: 1)看Architecture,是多少,x86就下载x86版的,这个显示和操作系统的多少位没半毛钱关系,不要根据操作系统的多少位来下载,这是个炕,我就被坑了。 (2)看thread safe ,如果是enable ,对于的就是ts版的,否则就是nts版的。 (3)看Compiler,的后缀,一般带有 阅读全文
posted @ 2017-06-05 20:25 allen817 阅读(166) 评论(0) 推荐(0) 编辑
  2017年5月23日
摘要: #简单的图片防盗链RewriteEngine on#RewriteCond %{HTTP_REFERER} !^$ [NC] 这个是允许通过地址访问#RewriteCond %{HTTP_REFERER} !^192.168.1.52/.* [NC]RewriteCond %{HTTP_REFERE 阅读全文
posted @ 2017-05-23 17:21 allen817 阅读(145) 评论(0) 推荐(0) 编辑
  2017年4月27日
摘要: html,body{ overflow-y:scroll;}html,body{ overflow:scroll; min-height:101%;}html{ overflow:-moz-scrollbars-vertical;} 阅读全文
posted @ 2017-04-27 16:17 allen817 阅读(144) 评论(0) 推荐(0) 编辑
  2017年4月14日
摘要: 新加别一个盘符的资源目录 express 4.15 因为我的后台是用php 写的 apache 在e盘,现在在i盘有express 来写的一个前台,因为不要同一个目录下,所以刚开始我不知怎么写他们的图片路径,就用一个绝对路径 file:///e:.......这样在node 目录下他是不能正确被访问 阅读全文
posted @ 2017-04-14 11:23 allen817 阅读(185) 评论(0) 推荐(0) 编辑