综述,我们这里列出的application
server应用服务器,主要是对servlet和JSP提供了良好的支持;[resin][Tomcat][jboss]community.jboss.org
yum install java-1.6.0-openjdk-develwget http://do...
分类:
移动开发 时间:
2014-05-16 18:15:59
阅读次数:
317
网络抄送 1.抄送,Carbon
Copy,又简称为CC。在网络术语中,抄送就是将邮件同时发送给收信人以外的人,用户所写的邮件抄送一份给别人,对方可以看见该用户的E-mail。
2.同收件人地址栏一样,不可以超过1024个字符。 3.一般来说,使用"抄送"服务时,多人抄送的电子邮件地址使...
分类:
其他好文 时间:
2014-05-16 07:20:34
阅读次数:
323
转自:http://my.oschina.net/zhuka/blog/124503No
compiler is provided in this environment. Perhaps you are running on a JRE
rather than a JDK?解决问题: 由于Ecl....
分类:
其他好文 时间:
2014-05-16 06:51:55
阅读次数:
519
题目: Evaluate the value of an arithmetic expression
inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may be an
integer or another e.....
分类:
其他好文 时间:
2014-05-16 05:56:07
阅读次数:
221
枚举 索引从0开始sort 默认升序排列 Array.Sort(intSort);//复制数组
Array.Copy(intSort,intNew,3); intsort 源数组 intnew 目标数组
3长度声明类数组之后,在用到具体的元素时需要再重新声明一遍public c...
分类:
其他好文 时间:
2014-05-16 05:21:09
阅读次数:
247
1. synchronized
If two threads are using the same function( here we use output to print out string) of another instance, if we want to make sure that these two threads are not disturbing each other.
...
分类:
其他好文 时间:
2014-05-15 11:14:14
阅读次数:
389
安装准备,安装依赖包。
yum install gcc
yum install make
yum install openssl-devel
yum install pcre-devel 下载Httpd 2.4.9
http://httpd.apache.org/download.cgi
下载Apr和Apr-util包
http://apr.apache.org/download...
分类:
其他好文 时间:
2014-05-15 06:59:18
阅读次数:
280
为了效率,copy算法可谓无所不用其极,通过分析copy算法能够体会STL的精妙。
首先是三个对外接口:
template // 泛化版本
inline OutputIterator copy(InputIterator first, InputIterator last,
OutputIterator result)
{
...
分类:
其他好文 时间:
2014-05-15 05:50:02
阅读次数:
315
在我们使用CentOS系统的时候,也许时区经常会出现问题,有时候改完之后还是会出错,下面我们就来学习一种方法来改变这个状况。如果没有安装,而你使用的是
CentOS系统 那使用命令 yum install ntp然后:ntpdate us.pool.ntp.org 。因为CentOS系统是用rhas...
分类:
其他好文 时间:
2014-05-14 07:05:33
阅读次数:
258