会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
盘思动
三思而后折腾!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
126
127
128
129
130
131
132
133
下一页
2017年9月13日
MySQL查询和修改auto_increment的方法
摘要: mysql> alter table `photos`.`tf_user` auto_increment=20;Query OK, 0 rows affected (0.00 sec)Records: 0 Duplicates: 0 Warnings: 0 mysql> select auto_in
阅读全文
posted @ 2017-09-13 21:40 盘思动
阅读(5349)
评论(1)
推荐(0)
2017年9月12日
discuz 登录,怎么调试出$ucsynlogin,tp如何和discuz同步登录
摘要: /home/wwwroot/default/old_sqfoto/source/class/class_member.php 或者参考: http://www.cnblogs.com/coxsoft/archive/2013/12/27/3494794.html 同步信息,多增salt,email信
阅读全文
posted @ 2017-09-12 17:12 盘思动
阅读(508)
评论(0)
推荐(0)
2017年9月8日
git 配置用户名和邮箱
摘要: 在安装了git for windows之后,个人总是忘记配置git config的命令,以此记录一下: 配置用户名和邮箱的命令 1 git config --global user.name "youname" 2 git config --global user.email "youeamil@e
阅读全文
posted @ 2017-09-08 19:54 盘思动
阅读(265)
评论(0)
推荐(0)
discuz安装小云app
摘要: 小云app登录注册: https://oauth.apps.xiaoyun.com/auth/login.do?authentication_error=1 from:http://lusongsong.com/reed/7379.html 随着移动互联网的流量越来越大,越来越多的网站转移到移动端,
阅读全文
posted @ 2017-09-08 19:51 盘思动
阅读(3596)
评论(0)
推荐(0)
php页面跳转,重定向
摘要: •PHP页面跳转一、header()函数header()函数是PHP中进行页面跳转的一种十分简单的方法。header()函数的主要功能是将HTTP协议标头(header)输出到浏览器。header()函数的定义如下:void header (string string [,bool replace
阅读全文
posted @ 2017-09-08 17:37 盘思动
阅读(333)
评论(0)
推荐(0)
二维码转化为链接
摘要: https://cli.im/deqr 上传二维码截图~~
阅读全文
posted @ 2017-09-08 16:04 盘思动
阅读(1361)
评论(0)
推荐(0)
discuz更换域名,登录不了解决
摘要: 准备工作 :因为域名更换了,因此原域名就不能再进后台了,请申请好新域名,并正确备案,让机房添加白名单,重新解析,重新绑定空间..... 完成一系列工作后,进入DZ程序修改。 正式工作: 1、把config/config_global.php 和 config_global_default.php 中
阅读全文
posted @ 2017-09-08 14:49 盘思动
阅读(3136)
评论(0)
推荐(0)
2017年9月7日
全面学习微信小程序(完整版)---笔记
摘要: 课程视频链接:https://chuanke.baidu.com/v4017475-209942-1299467.html 课程帐号 QQ187..... chp1.课程介绍 chp2.准备工作 01.准备工作 02.文件目录 03.app.json配置文件介绍 04.编辑器的选择 05.模块化ch
阅读全文
posted @ 2017-09-07 19:14 盘思动
阅读(208)
评论(0)
推荐(0)
php的password_hash()用法
摘要: 一、前言PHP5.5 (PHP 5 >= 5.5.0) 提供了许多新特性及Api函数,其中之一就是Password Hashing API(创建和校验哈希密码)。它包含4个函数:password_get_info()、password_hash()、password_needs_rehash()、p
阅读全文
posted @ 2017-09-07 16:01 盘思动
阅读(1117)
评论(0)
推荐(0)
2017年9月6日
discuz开发,登录次数过多,锁定解决方法
摘要: 到数据库里的表找到pre_common_failedlogin 和pre_ucenter_failedlogins清空里面的内容即可。 truncate table pre_common_failedlogin; truncate table pre_ucenter_failedlogins;
阅读全文
posted @ 2017-09-06 20:52 盘思动
阅读(1133)
评论(0)
推荐(0)
上一页
1
···
126
127
128
129
130
131
132
133
下一页
公告