-
2010-12-25
-
2012-05-03
完全用Linux工作 - [Linux]
我已经半年没有使用 Windows 的方式工作了。Linux 高效的完成了我所有的工作。
GNU/Linux 不是每个人都想用的。如果你只需要处理一般的事务,打游戏,那么你不需要了解下面这些了。
我不是一个狂热的自由软件份子,虽然我很喜欢... -
2012-04-17
Microsoft Office Professional Plus 2010激活
一、激活工具mini-KMS_Activator_v1.2_Office2010_VL_ENG下载
点击直接下载
二、工具使用方法
激活界面中文解释:
1、Install/Uninstall KMService 安装/卸载KMS服务器
2、Activation Office 2010 VL 激活Office 2010&... -
2012-04-14
各种排序算法稳定性分析 - [算法]
各种排序算法稳定性分析
快速排序、希尔排序、堆排序、直接选择排序不是稳定的排序算法,而基数排序、冒泡排序、直接插入排序、折半插入排序、归并排序是稳定的排序算法 首先,排序算法的稳定性大家应该都知道,通俗地讲就是能保证排序前2个相等的数其在序列的前... -
2012-04-10
-
2011-08-13
struts2环境配置
原文地址:
http://www.cnblogs.com/wchhuangya/archive/2011/03/21/1968877.html
struts2框架,大多数框架都在使用。由于工作需要,开始做Java项目。先学个struts2。
一、下载struts2
有好多版本,我下载的是struts-2.2.1.1。
二、创建... -
2011-07-25
dwr.xml文件配置
原文地址:http://wyb8511.iteye.com/blog/363600
本人对dwr 中文文档关于dwr.xml做的一个整理,纯粹体力活,有用得着的朋友别忘顶一下,留个联系方式一起交流学习! 欢迎到我的网站交流技术 www.ithuzhu.com
dwr.xml是DWR的配置文件。默认情况下,应该把它放... -
2011-07-24
-
2011-07-12
解决:The Apache Tomcat Native library which allows optimal performance in production environments was not found
在启动Tomcat 6.0时发现第一条信息便是:
The Apache Tomcat Native library which allows optimal performance in production environments was not found ……
解决方法:
相关文档:http://tomcat.apache.org/tomcat-6.0-doc/apr.html
去这里http://t... -
2011-06-07
javascript pupup boxes (弹出窗口)
JavaScript has three kind of popup boxes: Alert box, Confirm box, and Prompt box.
Alert Box
An alert box is often used if you want to make sure information comes through to the user.
When an alert box pops up, the user will have to click "OK" t... -
2011-06-07
Determining the Size of a Class Object - [C&CPP]
By Girish Shetty
There are many factors that decide the size of an object of a class in C++. These factors are:
Size of all non-static data members
Order of data members
Byte alignment or byte padding
Size of its immediate base class
The exist...







