会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
金于虎的个人博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2017年9月18日
whmc
摘要: WHMCS是一套国外流行的域名主机管理软件,跟国内众所周知的IDCSystem一样,主要在用户管理、财务管理、域名接口、服务器管理面板接口等方面设计的非常人性化。WHMCS是一套全面支持域名注册管理解析,主机开通管理,VPS开通管理和服务器管理的一站式管理软件,目前已经被越来越多的中国站长们所熟悉和
阅读全文
posted @ 2017-09-18 14:45 oneboi
阅读(315)
评论(0)
推荐(0)
2017年9月14日
NodeJS服务总是崩溃的解决办法
摘要: http://www.weste.net/2014/10 20/99529.html
阅读全文
posted @ 2017-09-14 09:31 oneboi
阅读(550)
评论(0)
推荐(0)
2017年9月5日
put提交
摘要: ``` ``` ``` <?php $arguments = file_get_contents('php://input'); print_r($arguments); ```
阅读全文
posted @ 2017-09-05 10:37 oneboi
阅读(179)
评论(0)
推荐(0)
2017年8月16日
php 闭包类
摘要: http://blog.csdn.net/wuxing26jiayou/article/details/51067190
阅读全文
posted @ 2017-08-16 09:59 oneboi
阅读(121)
评论(0)
推荐(0)
php闭包
摘要: http://www.jb51.net/article/36269.htm
阅读全文
posted @ 2017-08-16 09:57 oneboi
阅读(108)
评论(0)
推荐(0)
2017年8月4日
mysql截断表
摘要: truncate table users; 截断表可以用于删除表中的所有数据。截断表命令还会回收所有索引的分配页。截断表的执行速度与不带where子句的delete(删除)命令相同,甚至比它还要快。delete(删除)一次删除一行数据,并且将每一行被删除的数据都作为一个事务记录日志;而truncat
阅读全文
posted @ 2017-08-04 09:28 oneboi
阅读(7826)
评论(0)
推荐(1)
SQLSERVER
摘要: 删除前面的字符 update T_B_PartyBusinessNews set OrganizationCode=right (OrganizationCode,LEN(OrganizationCode) 3) where id = 137;
阅读全文
posted @ 2017-08-04 08:42 oneboi
阅读(149)
评论(0)
推荐(0)
2017年8月3日
php多继承
摘要: http://www.kuqin.com/web/20111119/315048.html
阅读全文
posted @ 2017-08-03 16:38 oneboi
阅读(89)
评论(0)
推荐(0)
php的闭包的简单记录
摘要: http://www.thinkphp.cn/topic/13624.html
阅读全文
posted @ 2017-08-03 16:17 oneboi
阅读(123)
评论(0)
推荐(0)
2017年8月2日
php限制类型
摘要: https://my.oschina.net/corwien/blog/661009?p={{currentPage+1}} http://jingyan.baidu.com/article/ca2d939d35b9d7eb6c31cec2.html https://zhidao.baidu.com
阅读全文
posted @ 2017-08-02 16:37 oneboi
阅读(232)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告