会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
6789
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2018年5月7日
交表单数据到你的网站,给安全造成了问题
摘要: <?php class Crumb { const SALT = 'http:test.com'; static $ttl = 7200; static public function issueCrumb($uid, $ttl=7200, $action= -1) { if(intval($ttl
阅读全文
posted @ 2018-05-07 11:36 6671
阅读(236)
评论(0)
推荐(0)
2018年5月5日
缓冲区
摘要: file_put_contents("./cache/read_print.php", $tpls); ob_start(); include './cache/read_print.php'; $out = ob_get_clean();
阅读全文
posted @ 2018-05-05 13:27 6671
阅读(138)
评论(0)
推荐(0)
2018年4月3日
音频组件控制:
摘要: wx.createAudioContext(audioId) 创建并返回 audio 上下文 audioContext 对象 audioContext audioContext 通过 audioId 跟一个 audio 组件绑定,通过它可以操作一个 audio 组件。 audioContext对象的
阅读全文
posted @ 2018-04-03 11:20 6671
阅读(223)
评论(0)
推荐(0)
2018年3月27日
websocket
摘要: nginx 配置
阅读全文
posted @ 2018-03-27 14:32 6671
阅读(182)
评论(0)
推荐(0)
2018年2月26日
openssl
摘要: 秘钥生成
阅读全文
posted @ 2018-02-26 16:50 6671
阅读(499)
评论(0)
推荐(0)
2018年2月2日
js from
摘要: function js_post(URL, PARAMS) { var temp = document.createElement("form"); temp.target = "_blank"; temp.action = URL; temp.method = "post"; temp.style.display ...
阅读全文
posted @ 2018-02-02 13:18 6671
阅读(140)
评论(0)
推荐(0)
2018年2月1日
微信config
摘要: wxuser = $wxuser; } public function getSgin($access_token) { //$wxuser = getCache('wx_'.$this->_mid.'_user'); $filename = PIGCMS_PATH.'upload/token/share_wxinfo.php'...
阅读全文
posted @ 2018-02-01 11:04 6671
阅读(550)
评论(0)
推荐(0)
2018年1月30日
微信小程序倒计时
摘要: countDownetCode: function (that) { var currentTime = that.data.currentTime; that.setData({ time: currentTime + '秒' }) var interval = setInterval(function () { that.se...
阅读全文
posted @ 2018-01-30 18:22 6671
阅读(525)
评论(0)
推荐(0)
php 文件写入
摘要: $str="<?php \r\n return ".var_export($config,true).';'; $ret = file_put_contents('./config.php', $str);
阅读全文
posted @ 2018-01-30 18:20 6671
阅读(131)
评论(0)
推荐(0)
2018年1月20日
小程序 弹框
摘要: wxml css js
阅读全文
posted @ 2018-01-20 10:21 6671
阅读(202)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告