一.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
完整错误信息: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
第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
@RequestMapping(value = "/update.action", method = RequestMethod.POST) public @ResponseBody Result update(HttpServletRequest request,@RequestParam(val...
分类:
其他好文 时间:
2014-07-02 17:45:14
阅读次数:
162
一.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
创建好一个javaproject然后配置数据库,addhibernate一切都按部就班,建好所有后,写个测试类Test,结果就是couldnotexecutejdbcbatchupdate。网上很多方案,键值冲突、jar包不对,我都试过,不行。最后发现一个小东西,在*hbm.xml内<classname="com.wm.domain.Employee"tabl..
分类:
编程语言 时间:
2014-07-02 11:38:52
阅读次数:
214
一,定义
官方定义:是在大型数据库系统中,一组为了完成特定功能的SQL语句集,经编译后存储在数据库中,用户通过指定存储过程的名字并给出参数(如果该存储过程带有参数)来执行它。
个人理解:对数据库进行复杂操作时,比如对多个表进行Update,Insert,Query,Delete时,对这些复杂操作的SQL语句的封装。
二,基本语法:
1.创建存储过程...
分类:
其他好文 时间:
2014-07-02 09:12:32
阅读次数:
135
postfix_编译时make:***[xsasl_cyrus_server.o]Error1make:***[update]
//如果编译出错,检查出错情况,一般是有包忘了装,要不是参数路径错误;
【注释】:
xsasl_cyrus_server.c:598:error:‘SASL_OK‘undeclared(firstuseinthisfunction)
xsasl_cyrus_server.c:600:warning:fo..
分类:
其他好文 时间:
2014-07-02 06:24:31
阅读次数:
1272