判定原因的方法:
当外挂应用发生错误的时候,可以点鼠标右键,从属性中将其URL拷贝出来,并打开
一个新的浏览器窗口将URL粘贴在其中并在URL的最后加上一个&DEBUG,这个时候
大部分的应用都会打印一个更加详细的错误信息,以协助判断错误的原因。
例如,原有的URL为:
http://1.2.3.4/apps/?sessionKey=23...
阅读全文
mysql -p
show variables;
或者
mysql -uroot -p variables |grep max_connections
显示当前运行的Query:mysql> show processlist;
显示当前状态:mysql> show status;
修改MYSQL最大连接数的3种方法:
1. mysql>set GLOBAL max_connections=1000
2.修改 /usr/bin/mysqld_safe
vi /usr/bin/my...
阅读全文
1、进入UC后台,在管理首页上点击“未发送的通知数”,如图
2、找到操作类型是“更新应用缓存”的项目,删除它!我这个图是为了演示刚抓屏的。你们的通知数会不一样的,只要找到这个类型的删除,您的UC就马上恢复正常,健步如飞了!如图 :
3、关闭是否接受通知
阅读全文
wget http://pecl.php.net/get/PDO_MYSQL-1.0.2.tgz
tar xzvf PDO_MYSQL-1.0.2.tgz
cd PDO_MYSQL-1.0.2
注释掉configure里头判断是否已经安装pdo扩展的代码片段,继续跑:
phpize
./configure
make
make install
注:如果执行phpize提示
-bash: phpize: command not found
请先声明一下PHP5的执行路径,如下:
e...
阅读全文
1、新建一个文本文档,写入(直接复制粘贴)下列命令:
del /f /a /q \\?\%1
rd /s /q \\?\%1
2、另存为:删除ok.bat 。
3、建好后,把要删除的文件或者目录直接拖放到这个bat文件图标上就可以删除了,一切ok!
另外一种删除方法是(以 删除c 盘xxxxxx…文件夹为例),在执行删除动作时,提示文件夹无法删除...
阅读全文
最近有用户跟我反应ftp有一些奇怪的com1之类的ASP程序无法删除 后来发现是隐藏的文件 用户通过FTP无法删除
在服务器上也是无法删除 用WINRAR压缩文件夹都会莫名其妙的死掉。。十分恼火
文件列表:
com1.gupiao.asp
com1.liuhe.asp
com1.shouji.asp
com1.sj.asp
com2.gupiao.asp
com2.liuhe.asp
com2.shouji.as...
阅读全文
先记下2个最常用的 rar 命令
将 21andy.com 目录打包为 andy.rar
# rar andy.rar ./21andy.com/
解压 andy.rar 到当前目录
# rar x andy.rar
CentOS + rar + unrar 安装
# vi /etc/yum.repos.d/dag.repo
放入如下内容
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt....
阅读全文
默认情况下,wget是支持断点下载的,假如在下载过程中出现网络故障发生中断,待网络连接恢复后,wget会自动从前面中断点继续下载。
例如在网络条件恶劣的条件下下载10G文档all-20100424.tar.bz:
wget http://www.unixidc.com/all-20100424.tar.bz
假如中间间断了两次,则下载完毕后当前目录下会有三个文档,分...
阅读全文
If this error occurs when you are trying to install a PHP Pecl extension, the chances are you don’t have autoconf installed on your system:
root@unixidc:/usr/src/php-5.2.6# pecl install pdo
WARNING: channel “pecl.php.net” has updated its protocols, use “channel-update pecl.php.n...
阅读全文
1. download source package from http://www.ex-parrot.com/~pdw/iftop/
2. untar package
3. cd dir(untar dir)run:./configure
and there is an error:
configure: error: can’t find pcap.h
cause libpcap or libpcap-devel not installed,
4. run: rpm -qa | grep libpcap.
find that l...
阅读全文
第 12 页,共 14 页« 最新...«1011121314»