08 2018 档案

PHP 加密方式
摘要:1.MD5() 2.Sha1() 3.urlencode()方法用于加密,urldecode()方法用于解密 4.base64_encode ( ) 64位加密 base64_decode ( ) 解密 阅读全文

posted @ 2018-08-13 17:07 旺仔小裤头 阅读(134) 评论(0) 推荐(0)

php 微信分享
摘要:/** * 获取签名 微信分享 */ function getSignPackage() { $AppID='wx0492be96499b8b5c'; $AppSecret ='8218182e99f47db899c884b690f2d142'; $protocol = (!empty($_SERV 阅读全文

posted @ 2018-08-13 12:26 旺仔小裤头 阅读(131) 评论(0) 推荐(0)

php 微信授权登录,获取微信用户信息
摘要:public function _initialize(){ header('Access-Control-Allow-Origin: *'); header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, 阅读全文

posted @ 2018-08-10 15:19 旺仔小裤头 阅读(675) 评论(0) 推荐(0)

ajax 删除数据无刷新
摘要://html页面 <!doctype html><head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="widt 阅读全文

posted @ 2018-08-03 18:48 旺仔小裤头 阅读(516) 评论(0) 推荐(0)

PHP 直接查看换取的图片
摘要:<!doctype html><head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device- 阅读全文

posted @ 2018-08-03 18:43 旺仔小裤头 阅读(124) 评论(0) 推荐(0)

summernote富文本编辑器
摘要:<!doctype html><head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device- 阅读全文

posted @ 2018-08-03 18:40 旺仔小裤头 阅读(317) 评论(0) 推荐(0)

状态 ajax
摘要://html部分 <a href="#" data-status="{$vo.state}" data-urid="{$vo.id}" onclick="edit_status(this)"> {if $vo.state=='1'} <span class="span-btn"> 启用 </span 阅读全文

posted @ 2018-08-03 13:20 旺仔小裤头 阅读(114) 评论(0) 推荐(0)