跳至正文
慕缘小栈
一切从简
关于我
隐私政策
分类:
笔记
By -
lmyperson
jquery刷新iframe页面的方法
parent.location.reload(); 0 0
By -
lmyperson
取二维数组里面的键值
分类和数据在一张表中 想做个分类搜索 先把分类取出来 $typename = db('riddle')->
Read More
By -
lmyperson
邮箱常见端口号
163邮箱 服务器名称 服务器地址 &nb
Read More
By -
lmyperson
mysql导出、导入命令
从cmd ->cd -> dir 命令 进入mysql目录下 执行 mysqldump -uroo
Read More
By -
lmyperson
PHP代码执行超时
在方法开始加上 ini_set(‘max_execution_time’, ̵
Read More
By -
lmyperson
table 实现 excel 导入
public function readexcel()
Read More
By -
lmyperson
table 实现 excel 导出
public function tableexcel() { &nb
Read More
By -
lmyperson
centos7 刷新缓存
systemctl restart nscd 0 0
By -
lmyperson
array_chunk()
定义和用法 array_chunk() 函数把数组分割为新的数组块。 其中每个数组的单元数目由 si
Read More
By -
lmyperson
str_pad()的使用
做一个物流项目的时候需要生成商品编号,在生成数据ID前填充0,之前想过用 substr 这个函数去截取 形如
Read More
Previous
1
…
11
12
13
14
15
…
20
Next