JQ ajax轮询
轮询 function reqs() { $.post("{:url('index/xcx_login_is')}",function(res){ if(res.result==1){ if(res.msg.code==1){ layer....
轮询 function reqs() { $.post("{:url('index/xcx_login_is')}",function(res){ if(res.result==1){ if(res.msg.code==1){ layer....
<?php /* * @link http://kodcloud.com/ * @author warlee | e-mail:kodcloud@qq.com * @copyright warlee 2014.(Shanghai)Co...
有很多用户购买了windows server 2008的主机,但却因为不能使用.htaccess伪静态规则而很苦恼。因为我们的windows server 2008服务器全平台采用微软组件,所以不再支持.htaccess,只能使用微软原生的...
在微信开发者工具中运行获取的 formId 为 the formId is a mock one ,要获得真实有效的 formId 需要在真机上运行。
1.拨打电话 wxml:<view bindtap="call" data-phone="{{telephone}}"></view> call: function (e) { var phone = e.curre...

靠最顶部 "navigationStyle": "custom"
wxml <button class="weui-btn" type="primary" plain="true" style='margin-top:50rpx;margin-button:50rpx;' bind:tap='cop...
1、curl以GET方式请求https协议接口 //注意:这里的$url已经包含参数了,不带参数你自己处理哦GET很简单 function curl_get_https($url){ $curl = curl_init(); // 启动一个...
$r = preg_match('/^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])[A-Za-z0-9]{8}$/',$_POST['pwd']); if(!$r){ $this->jserror("密码应为大小...
分类表结构 id name tag <form class="tj_type" method="get"> <label><input type="checkbox" id="all" class="ccc" ...