跳至正文
慕缘小栈

慕缘小栈

一切从简
  • 关于我
  • 隐私政策

作者: lmyperson

  • By - lmyperson

在Sublime Text3中运行PHP代码

原文链接:https://www.cnblogs.com/Lau7/p/5433050.html 运行Subl
Read More
  • By - lmyperson

linux php7编译安装mongodb扩展

原文链接:http://zixuephp.net/article-375.html cd / wget -c
Read More
  • By - lmyperson

PHP用*号替代姓名除第一个字之外的字符

/* * 作用:用*号替代姓名除第一个字之外的字符 * 参数: * * * 返回值:string */ fun
Read More
  • By - lmyperson

php从身份证获取出生日期方法(兼容15位与18位身份证号)

$birthday = strlen($card)==15 ? ('19' . substr($card, 6
Read More
  • By - lmyperson

php从身份证获取性别方法

$sex = substr($card, (strlen($card)==18 ? -2 : -1), 1)
Read More
  • By - lmyperson

js禁止右键或F12查看源代码

 document.oncontextmenu = function () { return fal
Read More
  • By - lmyperson

sublime3 docblocker

{     “jsdocs_extra_tags”:[ &nbsp
Read More
  • By - lmyperson

curl请求封装函数

1.get public function get($url, $cookie_file='', $isCoo
Read More
  • By - lmyperson

thinkphp5使用sqlserver数据库

1.原文连接: https://www.cnblogs.com/huangtailang/p/6485528.
Read More
  • By - lmyperson

tpadmin添加后台菜单必备

1.先添加分组 2.代码自动生成 3.节点图自动导入 4.执行此sql语句,根据实际需要更改表名和自增id i
Read More

 

  • Previous
  • 1
  • …
  • 17
  • 18
  • 19
  • 20
  • 21
  • …
  • 36
  • Next
Copyright © 2026 慕缘小栈. All Right Reserved.Theme : Personal CV Resume By aThemeArt