- 浏览: 1927359 次
- 性别:
- 来自: 南京
最新评论
-
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
文章列表
三级PC上机考试软件下载
http://sk.neea.edu.cn/jsjdj/download/masm.zip
http://sk.neea.edu.cn/jsjdj/infor.jsp?infoid=37110&class_id=26_14_05
http://dl.iteye.com/topics/download/89c011f6-2c13-3e78-ab10-48a22a8296f6
全国计算机等级考试考试大纲(2013年版)
http://sk.neea.edu.cn/jsjdj/infor.jsp?infoid=51610&class_id=2 ...
s
http://blog.sina.com.cn/s/blog_6f2d29af01015ac6.html
总结
1、*.tar 用 tar –xvf 解压
2、*.gz 用 gzip -d或者gunzip 解压
3、*.tar.gz和*.tgz 用 tar –xzf 解压
4、*.bz2 用 bzip2 -d或者用bunzip2 解压
5、*.tar.bz2用tar –xjf 解压
6、*.Z 用 uncompress 解压
7、*.tar.Z 用tar –xZf 解压
8、*.rar 用 unrar e解压
9、*.zip 用 unzip 解压
L ...
做技术要专一,做管理要博学.
my_read_MBA
《宏观经济与制度环境分析》
《企业变革与战略管理》
《决策者的财务管理》
北京商略达----PMP培训
项目管理证书是PMP(项目管理专业人员)和PMO(项目管理办公室)
项目管理知识 ...
java Regular Expression / regexp / zhengzebiaodashi / 正则表达式
http://www.jb51.net/tools/zhengze.htm
http://www.regular-expressions.info/reference.html
http://phoenix007.iteye.com/blog/264348
众所周知,在程序开发中,难免会遇到需要匹配、查找、替换、判断字符串的情况发生,而这些情况有时又比较复杂,如果用纯编码方式解决,往往会浪费程序员的时间及精力。因此,学习及使用正则表达式,便 ...
s
Groovy
Groovy是用Java实现的开源脚本语言并且和它联系紧密.它需要JDK 1.4. Groovy向Java添加了许多Ruby和Python脚本语言的特性.
Groovy的特性包括动态类型(dynamic typing), 闭包(closures),简单对象导航( easy object navigation) ...
OS + Linux Edit Tools / Scintilla SciTE
A free source code editing component for Win32 and GTK+
http://blog.donews.com/tinylee/archive/2005/10/26/602987.aspx
http://www.scintilla.org/SciTE.html
http://scintilla.sourceforge.net/index.html
windows version download
http://prdownloads.sourcefor ...
IBM Rational ClearCase
Linux上配置Apache+Subversion+Trac
http://blog.chinaunix.net/u/11995/showart_1011475.html
Subversion是新一代的版本控制工具,它是一个自由、开放源码的版本控制系统。它是一个通用系统,可用来管理任何类型的文件, 其中包括程序源码。Subversion是近年来崛起的版本管理工具,被誉为是cvs的接班人。
最近帮公司在一台服务器上安装了Subversion和Trac,由于服务器是公司前几年买的比较老, ...
- 2008-09-24 23:42
- 浏览 4339
- 评论(1)
dsafasdfdfsafs
--查询商品信息在每个站点每个门店的具体库存数量
select g.name as 商品名称,
t.status as 发布状态, t.is_auth as 审核状态, t.ref_price as 参考价格,
s.erp_code as 商品编码, s.vendor as 厂商, s.depot as 库位, s.distribution_site as 发货地点, s.sales_org as 销售组织, s.stock_quantity as 库存数量
from general_product g, specific_product t, shado ...
- 2008-09-24 11:14
- 浏览 1258
- 评论(0)
String
StringTest.java
http://blog.csdn.net/RichardSundusky/archive/2007/02/12/1508028.aspx
hashCode()的返回值和equals()的关系如下:
如果x.equals(y)返回“true”,那么x和y的hashCode()必须相等。
如果x.equals(y)返回“false”,那么x和y的hashCode()有可能相等,也有可能不等。
http://zhidao.baidu.com/question/47831363.html
1.如果是基本变量,没有hashcode ...
json
JSON与JAVA数据的转换
http://www.blogjava.net/xcp/archive/2008/10/31/json2.html
http://falchion.iteye.com/blog/187548#comments
问题:
利用jquery获取服务器端返回的json数据时,服务器到页面中不能含有html标记,否则报parserror错误。
json 性能优化案例一
王帅 18551661961 / 宋甘林
促销中心项目应用CPU高,修改JSON 获取数据的方式,应用CPU 略有下降,TPS 仍未达项目组预期值。
jq ...
asdfdasfadsfdsafsaf
--查询商品信息在每个站点每个门店的具体库存数量
select g.name as 商品名称,
t.status as 发布状态, t.is_auth as 审核状态, t.ref_price as 参考价格,
s.erp_code as 商品编码, s.vendor as 厂商, s.depot as 库位, s.distribution_site as 发货地点, s.sales_org as 销售组织, s.stock_quantity as 库存数量
from general_product g, specific_product t, sh ...
- 2008-09-23 18:20
- 浏览 1570
- 评论(0)
Oracle 时间、日期操作
sdfadsfafdasdd
Oracle的时间比较,如果Date类型存储的格式是yyyy-MM-dd hh:mm:ss的话,时间比较只有日期yyyy-MM-dd 会被默认成yyyy-MM-dd 00:00:00
转:http://zhouwf0726.itpub.net/post/9689/225331
Oracle时间日期操作
sysdate+(5/24/60/60) 在系统时间基础上延迟5秒
sysdate+5/24/60 在系统时间基础上延迟5分钟
sysdate+5/24 在系统时间基础上延迟5小时
sysdate+5 在系统时间基础上延迟5天 ...
- 2008-09-22 16:46
- 浏览 1248
- 评论(0)
VBScript 教程
http://www.w3cschool.cn/index-28.html
VB 教程
VB 简介
VB How to
VB Where to
VB 变量
VB 程序
VB 条件语句
VB 循环语句
VB 总结
VB 实例
VB 函数
VB 关键字
VBScript语言概述
http://baike.baidu.com/view/24920.htm#6
使用方便
应用领域
W ...
uml 软件工程组织
http://www.uml.org.cn/oobject/oobject.asp#3
- 2008-09-21 00:33
- 浏览 1250
- 评论(0)
linux系统下,11款常见远程桌面控制软件
http://www.iteye.com/news/7975
http://nffish.com/archives/21
ubuntu与windows远程连接
ubuntu连接windows
lindows@linodws-desktop:~$rdesktop -a 24 -f 192.168.116.159:3389
或者 lindows@linodws-desktop:~$vncviewer 192.168.116.159::5900
ubuntu连接ubuntu
1.Options----Remote Login ...