//参数设置$com = input('wuliu'); // 快递公司编码$num = input('wlorder'); // 快递单号$post_data = array();$post_data["customer"] = '12345...
在nginx配置文件里添加 配置pathinfoif (!-e $request_filename) { rewrite ^/index.php(.*)$ /index.php?s=$1 last; rewrite ^(....
$Content = $data[‘cid’].’,’; // 追加的内容 $tj = Db::name(‘mp_friends’)->where(‘openid’,$data[‘openid’])->find(); $id = $tj[‘id’];...
rem:rem是一个新的单位,该单位与HTML页面的fontSize有关,一般默认的浏览器的fontSize是16px,因此一般的1rem=16px。 calc():这是一个用于在CSS中计算的函数,只能进行四则运算。 :root 在css中,这是...
面试的时候被问到无限极分类的设计和实现,比较常见的做法是在建表的时候,增加一个PID字段用来区别自己所属的分类 $array = array(array(‘id’ => 1, ‘pid’ => 0, ‘name’ => ‘河北省’),array(‘i...
// 百度地图 public function baiduMap($address) { $newdata = urlencode($address);$ak = "1234567890";$url = "http://api.map.baidu.c...
document.referrer是获取上一页的urllocation.href=document.referrer; 总算是填了IOS微信history.back();跳转不刷新的坑了。。。 安卓也通用
// 引入jq qrcode 想显示二维码的地方 // 需要打印时,放出来 //
下单示例
局部 html 代码参考注意下面的第一行代码: 1此 作为隐藏域,用于保存多图上传的资源数组,方便后期进行 form 表单的提交
function trick(e){ if(typeof window.k=="undefined"){ window.k="" } var e=e||event; ...
一、win10教育版激活码KMS命令激活专用 Windows 10 Education:NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 Windows 10 Education N:2WH4N-8QGBV-H22JP-CT43Q-MDWW...
生成公钥 ssh-keygen -t rsa -C “xxxxx@xxxxx.com” 查看公钥 cat ~/.ssh/id_rsa.pub 登陆码云 在设置中添加公钥 新建仓库 在码云中新...