会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小慧blog
上一页
1
···
59
60
61
62
63
64
下一页
2017年10月12日
什么叫连接库
摘要: 1.就是用c或者其他语言编译完成了以后 生成了一个叫 dll的文件 例如我们的 php_mysql.dll,我们以前开扩展 就是 去掉 extension=php_mysql.dll 前面的分号 然后去phpinfo里面查看 就知道我们是否正确加载了 mysql
阅读全文
posted @ 2017-10-12 10:02 薇薇123456
阅读(136)
评论(0)
推荐(0)
php调用window系统自带的命令,比如计算器
摘要: 1.在cmd命令行输入calc.exe 2.
阅读全文
posted @ 2017-10-12 09:58 薇薇123456
阅读(167)
评论(0)
推荐(0)
2017年10月11日
FSCapture截图软件注册码
摘要: 企业版序列号: name:bluman serial/序列号/注册码:VPISCJULXUFGDDXYAUYF
阅读全文
posted @ 2017-10-11 16:39 薇薇123456
阅读(369)
评论(0)
推荐(0)
forbidden
摘要:
阅读全文
posted @ 2017-10-11 16:33 薇薇123456
阅读(123)
评论(0)
推荐(0)
php socket
摘要: 找到php.ini,打开扩展 //服务器端代码 header("Content-type: text/html; charset=utf-8"); //确保客户端连接时不会超时 error_reporting(0); set_time_limit(0); //设置地址与端口 $address='12
阅读全文
posted @ 2017-10-11 15:36 薇薇123456
阅读(108)
评论(0)
推荐(0)
2017年10月10日
优惠券派发
摘要: inc_menu.php引入前端模版distributeCoupons.html(run/templates/),在distributeCoupons.html中,用post方式提交数据给distributeCoupons.php(run下),distributeCoupons.php有引入IOFa
阅读全文
posted @ 2017-10-10 17:51 薇薇123456
阅读(118)
评论(0)
推荐(0)
post方式发送请求报文
摘要: $url="http://www.test.com/04_demo_weather.php?id=5"; $ci=curl_init($url); curl_setopt($ci, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ci, CURLOPT_HEADER, 0); curl_setopt($ci, CURLOPT_RETURNTRANSFER...
阅读全文
posted @ 2017-10-10 17:18 薇薇123456
阅读(715)
评论(0)
推荐(0)
数组转xml格式/xml格式转数组
摘要: 数组转xml格式 $arr=array( 'username'=>'huahua', 'password'=>'123456', 'number'=>'15889652911', ); echo arrayToXml($arr); function arrayToXml($arr){ $xml =
阅读全文
posted @ 2017-10-10 16:06 薇薇123456
阅读(1405)
评论(0)
推荐(0)
b2c项目访问
摘要: http://xmpw.testbase.smi170.com:8091/member/movie_coupon_new.php
阅读全文
posted @ 2017-10-10 15:13 薇薇123456
阅读(101)
评论(0)
推荐(0)
如何查看api项目接口
摘要: http://www.api.com/Api/Page/index/?format_type=json&api_cate=cms&ma=8026
阅读全文
posted @ 2017-10-10 15:12 薇薇123456
阅读(725)
评论(0)
推荐(0)
上一页
1
···
59
60
61
62
63
64
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告