摘要:
The sudo command provides a mechanism for granting administrator privileges, ordinarily only available to the root user, to normal users. This guide w 阅读全文
posted @ 2018-08-22 17:42
立志做一个好的程序员
阅读(264)
评论(0)
推荐(0)
摘要:
原文: https://blog.csdn.net/bluishglc/article/details/42398811 搭建 ftp 服务器: 修改ftp 的 更目录: Just add this line to /etc/vsftpd.conf: Essentially, you can set 阅读全文
posted @ 2018-08-22 16:47
立志做一个好的程序员
阅读(1103)
评论(0)
推荐(0)
摘要:
question: Xdebug unable to connect to client, where do I start debugging the debugger? I'm setting up xdebug for php within sublime text, and xdebug k 阅读全文
posted @ 2018-08-22 15:15
立志做一个好的程序员
阅读(1047)
评论(0)
推荐(0)
摘要:
参考: https://my.oschina.net/ptk/blog/299464 1. 文件 tts.sublime-project 的配置如下: 2. 本地项目如下: 3. 远程项目如下: 第四步:配置sublime xdebug 这一步搞了半天才懂的。 用sublime打开你要调试的程序,点 阅读全文
posted @ 2018-08-22 14:50
立志做一个好的程序员
阅读(959)
评论(0)
推荐(0)
摘要:
PHP中自定义事件驱动,处理机制。 原文:https://www.cnblogs.com/mafeifan/p/4322271.html -------------------------------- PHP中的事件处理 看下面的事件类 class Event { protected static 阅读全文
posted @ 2018-08-22 03:14
立志做一个好的程序员
阅读(341)
评论(0)
推荐(0)