用sitemesh框架解决项目统一布局的解决方案http://edu.ibeifeng.com/view-index-id-80.html实现java程序调用oracle的存储过程解决方案http://edu.ibeifeng.com/view-index-id-78.html命令模式在java w...
分类:
编程语言 时间:
2014-07-11 18:01:19
阅读次数:
176
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4085138559951339Ancient CipherAcceptedC++0.0122014...
分类:
其他好文 时间:
2014-07-11 09:55:46
阅读次数:
236
异常截图:解决方案:[root@www ~]# vi /var/lib/pgsql/data/pg_hba.conf# TYPE DATABASE USER CIDR-ADDRESS METHOD# "local" is for Unix domain soc...
分类:
数据库 时间:
2014-07-11 09:12:01
阅读次数:
902
Search Insert PositionGiven a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if ...
分类:
其他好文 时间:
2014-07-11 09:09:33
阅读次数:
211
附属脚本附属脚本可以定义在类(Class)、结构体(structure)和枚举(enumeration)这些目标中,可以认为是访问对象、集合或序列的快捷方式,不需要再调用实例的特定的赋值和访问方法。举例来说,用附属脚本访问一个数组(Array)实例中的元素可以这样写someArray[index],...
分类:
其他好文 时间:
2014-07-11 08:53:54
阅读次数:
266
在Windows 2003 Server(虚拟机)中安装OpenNMS,出现找不到jrrd.dll的错误。试着从OpenNMS官网下载jrrd-1.0.7.tar.gz,发现没有打成dll文件,需要自己编译,而且感觉Linux下才会出现这个问题,于是放弃中文安装指南,重新根据官网的步骤安装。
1、在安装完PostgreSQL之后,提示需要“Create a Database in Postgre...
分类:
其他好文 时间:
2014-07-10 21:03:19
阅读次数:
292
if语句
60}">
老年人
35}">
中年人
15}">
青年人
少年
A
B
<!--
status:迭代元素的索引,可以指定first、count、even、odd、last、index属性
...
分类:
其他好文 时间:
2014-07-10 20:49:03
阅读次数:
168
1、开启apache的mod_rewrite模块#去掉LoadModulerewrite_modulemodules/mod_rewrite.so前的“#”符号
#如果是ubuntu系统,系统默认是开启rewrite的
cd/etc/apache2/mods-enabled
#查看是否有rewrite.load链接文件,如果没有则建立链接文件
cd/etc/apache2/mods-enabled
ln-s../..
分类:
Web程序 时间:
2014-07-10 19:17:11
阅读次数:
286
each()方法规定为每个匹配元素规定运行的函数。过滤:下标过滤:eq(index)//获取第index个元素类过滤:hasClass(class)//检查当前元素是否含有某个特定的类,如果有,返回true例如:$("div").hasClass("div1")//含有div1类的div元素表达式过滤:filter(expr)//筛选出与指定表达..
分类:
Web程序 时间:
2014-07-10 18:47:22
阅读次数:
295
PostgreSQL创建分区,附解决hibernate插入分区数据失败解决方案...
分类:
数据库 时间:
2014-07-10 17:33:39
阅读次数:
205