摘要:
综述:showslow是一个开源的工具,集成并通过Yahoo yslow、google page speed、dynaTrace AJAX等工具监测网站各项性能指标,然后通过图表和排名展示出来。1. 工具软件 说明:showslow是典型的linux + apache + php + mysql... 阅读全文
摘要:
1.mysql数据库目录 /var/lib/mysql2.mysql配置文件目录 /usr/share/mysql3.相关命令目录 /usr/bin4.启动脚本目录 阅读全文
摘要:
1.更改root密码1 use mysql;2 update user set password=password('petecc') where user='root';2.root远程登录1 update user set host='%' where host='localhost';2 fl... 阅读全文
摘要:
转载:http://hancang2000.blog.sohu.com/139239421.htmlORACLE_HOME/bin/emctl start dbconsole$ORACLE_HOME/bin/isqlplusctl startemctl常用命令语法:emctl start dbcon... 阅读全文
摘要:
1.删除DefaultAuthenticatorInit.ldift2.执行命令:java -cp /home/weblogic/bea/weblogic92/server/lib/weblogic.jar weblogic.security.utils.AdminAccount weblogic ... 阅读全文
摘要:
Oracle11g下载:Microsoft Windows(32 位)的 Oracle Database 11g 第 2 版 (11.2.0.1.0)http://download.oracle.com/otn/nt/oracle11g/112010/win32_11gR2_database_1of... 阅读全文
摘要:
evince 打开pdffirefox 打开浏览器 阅读全文
摘要:
解决办法: 删除/etc/X11/xorg.conf文件 阅读全文
摘要:
JMeter官网: http://jmeter.apache.org/JMeter Plugin:JMeter-Plugins:https://code.google.com/p/jmeter-plugins/JMeter-Plugins Docs:http://docs.codehaus.org... 阅读全文
摘要:
大小写帮助::h~一些常用命令:~ 将光标下的字母改变大小写3~ 将光标位置开始的3个字母改变其大小写g~~ 改变当前行字母的大小写U 将可视模式下选择的字母全改成大写字母u 将可视模式下选择的字母全改成小写gUU 将当前行的字母改成大写3gUU 将从光标开始到下面3行字母改成大写guu 将当前行的字母全改成小写gUw 将光标下的单词改成大写。guw 将光标下的单词改成小写。 阅读全文