一.DHCP所需软件包dhcp-common-4.1.1-34.Pl.el6.centos.x86_64dhcp-4.1.1-34.pl.el6.centon.x86_64二.编辑主配置文件```rubyvi/etc/dhcp/dhcpd.confddns-update-style interim;...
分类:
系统相关 时间:
2014-07-07 11:54:03
阅读次数:
216
通用Eclipse自动安装的地址已经有变更:网上搜的地址都是http://erlide.org/update。但是现在这个地址已经失效了。下面的是官网的说明。Install Erlide by going toHelp → Install new software.... In the dialog...
分类:
系统相关 时间:
2014-07-07 11:50:09
阅读次数:
285
原文:解决IIS7运行ASP提示错误:An error occurred on the server when processing the URL. Please contact the system administrator 在WINDOWS7或SERVER2008上安装了IIS7,调试...
分类:
Web程序 时间:
2014-07-07 11:35:36
阅读次数:
250
完整错误信息:Description Resource Path Location TypeProject configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix. xunge-web line 1 Maven Configuration Problem解决办法:...
分类:
其他好文 时间:
2014-07-03 18:11:39
阅读次数:
213
1、错误描述
严重:Exception occurred during processing request:null
java.lang.reflect.InvocationTargetException.
Caused by:java.lang.OutOfMemoryError:Java heap space.
2、错误原因
3、解决办法...
分类:
其他好文 时间:
2014-07-03 18:03:46
阅读次数:
171
1、错误描述
严重:Exception occurred during processing request:Statement Callback;SQL[ ];OALL8处于不一致状态;
nested exception is java.sql.SQLException:OALL8处于不一致状态.
java.sql.SQLException:...
分类:
数据库 时间:
2014-07-03 17:59:34
阅读次数:
245
第2部分 数据库SQL语言数据操纵语言(DML) 数据操纵语言(Data Manipulation Language,DML)包括insert、delete和update语句,用于增、删、改数据。 本文用以下的表tb_employeeinfo作为例子加以说明:create table tb_employeeinfo( employeeno var...
分类:
其他好文 时间:
2014-07-03 17:06:57
阅读次数:
229
hibernate是建立在JDBC基础上的框架,但他有很多JDBC所无法比拟的性能优化技术。下面介绍几种优化策略。1.使用dynamic-insert与dynamic-update在class标签中使用该属性,可以设置hibernate动态的生成SQL语句,而不是在hibernate启动时就生成预设的SQL语句。当其设置为true时,h..
分类:
系统相关 时间:
2014-07-03 14:28:35
阅读次数:
244
一.DHCP所需软件包dhcp-common-4.1.1-34.Pl.el6.centos.x86_64dhcp-4.1.1-34.pl.el6.centon.x86_64二.编辑主配置文件vi/etc/dhcp/dhcpd.conf
ddns-update-styleinterim;
ignoreclient-updates;
shared-networkifs{
optiondomain-name"ifs.com";
optiondomain-name-servers192.1..
分类:
系统相关 时间:
2014-07-02 15:36:32
阅读次数:
276
用mybatis在mysql中保存字段精确到秒需要两个步骤。
1、现在mysql中将时间字段改为datetime 例如:alter table tablename add pay_date
datetime comment '精确到秒的时间'
2、在sql语句中直接用now(). 例如: update tj_record set is_customerHandove...
分类:
数据库 时间:
2014-07-02 15:15:37
阅读次数:
300