摘要: /*QQ登录*/ public function token(){ $app_id = "***"; //替换即可 $app_secret = "***"; //替换即可 //成功授权后的回调地址 $my_url = urlencode("http://***.com/index/User/toke 阅读全文
posted @ 2020-05-12 18:30 张永峰z 阅读(512) 评论(0) 推荐(0) 编辑
摘要: 修改 ueditor --> php --> Upload.class.php --> __construct()方法 $this->stateMap['ERROR_TYPE_NOT_ALLOWED'] = mb_convert_encoding($this->stateMap['ERROR_TYP 阅读全文
posted @ 2020-05-12 18:25 张永峰z 阅读(1607) 评论(0) 推荐(0) 编辑
摘要: JS声明方法 /**生日下拉框*把sel_year、sel_month、sel_day修改即可*/ var birthday1 = { date_picker: function(options){ var defaults = { YearSelector: "#sel_year", MonthS 阅读全文
posted @ 2020-05-12 18:21 张永峰z 阅读(2527) 评论(0) 推荐(0) 编辑