欢迎各位兄弟 发布技术文章
这里的技术是共享的
今天看到一个很有意思的命令tcpdump,在这里记录下。
如果想要看tcpdump的详细用法,可以点击这里。
# Windows查看Apache版本:
使用命令:httpd -v
一、可以使用以下命令查使用内存最多的K个进程
方法1:
ps -ef |grep people 根据进程名称查进程相关信息
ps -ef |grep port 根据端口查进程相关信息
原来,在Linux下写了很多crontab,来定时执行某些任务,
开篇前言
http://wzlinux.blog.51cto.com/8021085/1733726
http://wzlinux.blog.51cto.com/8021085/1740113
http://www.cnblogs.com/kevingrace/p/5895116.html
$ kill -s 9 1827 (可以写成 kill -9 1827 吧) 1827是进程号 pid,
示例
程序发生致命错误的时候页面空白,想获取错误信息也不难!
可以利用两个函数:
需要对apache/conf/httpd.conf文件做如下修改:
1、将# LoadModule rewrite_module modules/mod_rewrite.so前的#号去掉;
upload 模块丢失
调试时可在访问的php文件开头输入
开始之前
建立模块请参考 《
原文链接:http://drupal.org/developing/modules
You can install, update, enable or disable Drupal Modules from the Extend section of your Drupal application.
Drupal后台安装模块
Data must be migrated to upgrade Content Construction Kit (CCK) in Drupal 6 to Drupal 7 core fields. Much but not all of CCK functionality is now part of Drupal 7 core. Several features require the installation of new, dedicated 7.x modules.