- 浏览: 1926933 次
- 性别:
- 来自: 南京
最新评论
-
cht的大摩托:
学习
IBM WebSphere Performance Tool / ISA / jca457.jar / ha456.jar / ga439.jar -
leeking888:
有没有linux 64位的相关librfccm.so等包啊?
web test LoadRunner SAP / java / Java Vuser / web_set_max_html_param_len -
paladin1988:
非常不错,多谢了。。
appServer IBM WebSphere / WAS 7 / 8.5 / was commerce -
hzxlb910:
写了这么多
net TCP/IP / TIME_WAIT / tcpip / iperf / cain -
acwyg:
ed2k://|file|LoadRunner.V8.1.is ...
web test performance tools / linux performance tools / windows performance tools
文章列表
apache doc
http://httpd.apache.org/docs/2.2/
http://www.aslibra.com/blog/go.php/category/16/
apache download http://httpd.apache.org/download.cgi http://apache.mirror.phpchina.com/httpd/httpd-2.2.8.tar.gz
http://apache.mirror.phpchina.com/httpd/httpd-2.2.8.tar.bz2 http://apache.mirror.phpchi ...
网站测速
http://www.17ce.com/
浏览器js脚本测速
http://wd-testnet.world-direct.at/mozilla/dhtml/funo/jsTimeTest.htm
脚本在线解密
http://www.hzqedison.cn/jm.htm
js隐藏表格行
http://zhuzb1.iteye.com/blog/265999
<table id ="main" name = "main">
<tr>
...
Mozilla Public License
MPL
License,允许免费重发布、免费修改,但要求修改后的代码版权归软件的发起者。这种授权维护了商业软件的利益,,它要求基于这种软件得修改无偿贡献
版权给该软件。这样,围绕该软件得所有代 ...
- 2008-09-01 03:18
- 浏览 1167
- 评论(0)
DHTML
http://user.qzone.qq.com/170475387/blog/1190130375
DHTML
http://zhidao.baidu.com/question/21494758.html?fr=qrl3
http://zhidao.baidu.com/question/10046642.html?fr=qrl3
http://zhidao.baidu.com/question/24644830.html?fr=qrl3
http://baike.baidu.com/view/8389.h ...
- 2008-08-30 16:59
- 浏览 1992
- 评论(0)
2015车载音乐打包下载
http://blog.sina.com.cn/s/blog_4ce1d8130102w6ij.html
十大背景音乐
/
十大气势背景音乐
http://www.mtyyw.com/8911/
Groove
Coverage
http://www.groove-coverage.de/
待分析mp3
http://www.56.com/u98/v_NDI1NTY3OTk.html
http://v.youku.com/v_show/id_XMjk2MTQ5NDQ0.html
nothing
you
can
do
.. ...
s
http://www.tuicool.com/articles/IfuQjq
JBoss Developer Studio 6.0.0.GA for Mac OS X Lion 10.6.3
Installation path:/Applications/jbdevstudioJava VM path:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/HomeFollowing components will be installed:JBoss Developer Studio 6.0.0.GA ...
集团美国研究院新址正式启用 / 845 PageMillRd,Palo Alto
http://oa.cns×××××.com/portal/root/home/infopublish/acticle.jsp?id=25586
Palo Alto / 帕罗奥多市;帕洛阿尔托(美国加利福尼亚州西部城市;靠近旧金山)
1661 Page Mill Road, Palo Alto, CA, United States
https://maps.google.com.hk/maps?safe=strict&q=1661+Pag ...
Q:sap安装GUI时出错:please switch your terminal server to
双击Setup就出现如下错误信息:please switch your terminal server to install mode before running SAPsetup .You can do this using the commandline "change user/install" and reset to execute mode using "change user/ execute "after installatio ...
http://blog.163.com/xiaosanshaoli@126/blog/static/29792163200852525719474/
SQLServer的分页依靠的是top这个属性。
1.分页方案一:(利用Not In和SELECT TOP分页)
SELECT TOP 页大小 * FROM TestTable WHERE (ID NOT IN (SELECT TOP 页大小*页数 id FROM 表 ORDER BY id)) ORDER BY ID
2.分页方案二:(利用ID大于多少和SELECT ...
MySQL 5.1 Reference Manual
http://dev.mysql.com/doc/refman/5.1/en/
Including MySQL Cluster NDB 6.X/7.X Reference Guide
MySQL 5.1参考手册
http://dev.mysql.com/doc/refman/5.1/zh/index.html
这是 MySQL参考手册的翻译版本,关于MySQL参考手册,请访问dev.mysql.com 。 原始参考手册为英文版,与英文版参考手册相比,本翻译版可能不是最新的。
This translatio ...
http://baike.baidu.com/view/147436.htm
http://shenaodong.bokee.com/cat.11864001.html
DTD 文档类型定义 (Document Type Definition)
DTD 是一套关于标记符的语法规则。它是XML1.0版规格得一部分,是XML文件的验证机制,属于XML文件组成的一部分。
DTD 是一种保证XML文档格式正确的有效方法,可以通过比较XML文档和DTD文件来看文档是否符合规范,元素和标签使用是否正确。一个DTD文档包含:元素的定义规则,元素间关系的定义规则,元素可使用的属性,可使用的实体或符号 ...
- 2008-08-21 00:58
- 浏览 2259
- 评论(0)
http://struts.apache.org/2.0.11.2/index.html
http://struts.apache.org/download.cgi#struts212
http://struts.apache.org/2.0.11.2/docs/home.html
http://apache.mirror.phpchina.com/struts/binaries/struts-2.0.11.2-all.zip
http://www.verycd.com/topics/210454/
http://www.verycd.com/topics/ ...
JSP2.1的改动
http://marshal.iteye.com/blog/141878
带着这个问题,查看了JCP的change log。
见: jcp.org/aboutJava/communityprocess/maintenance/jsr245/245-MR1.html JSP2.1主要改动是,使EL可脱离JSP2.1规范并单独成为规范。 下一个版本的JSP规范将删除有关EL的描述。 并将推出单独的EL规范。 改动列表:
版本:作为JSP2.1一部分的EL定义为1.0,独立的EL定义为1.1。
在EL1.1中的新方法:为了EL ...
帮助你开发更快web页面的15个工具
http://www.iteye.com/news/2567
下面是15个很有用的工具,能够帮助你开发更快的web工具
1. YSlow for Firebug
YSlow 能够评价一个网站的性能,基于Yahoo! Developer Network 的 best practices for high performance web sites . 每一条规则都从A-F打分,综合评定你的网站是否合理的进行了性能优化。比如你是否合理减少了每个页面HTTP request的次数,是否队CSS和JS文件进行了压缩等。你可以 ...
G:\ibm_soft\IBM_WID_6.0.2
E:\lindows\IBMWID-6.0.2\disk1
E:\lindows\IBMWID-6.0.2\disk2
E:\lindows\IBMWID-6.0.2\disk3
E:\lindows\IBMWID-6.0.2\disk4
E:\lindows\IBMWID-6.0.2\disk5
E:\lindows\IBMWID-6.0.2\disk6
Z:\>ls -l
total 0
drwxrwxrwx 1 user group 0 Sep 8 ...