null id in entry (don't flush the Session after an exception occurs) 遇到这个异常实属不小心所致,最初看到异出的错误信息时我误认为是主键为空所致。一着急竟然把entry当成了entity理解,真是让人笑话^_^。 其实个该异常信息....
分类:
其他好文 时间:
2014-11-04 19:25:04
阅读次数:
183
常用组合rsync -av--delete-after--exclude-from="a.txt" x/x -e ssh x:/x/xa.txt 制定忽略的文件,如 .git-v, --verbose 详细模式输出-q, --quiet 精简输出模式-c, --checksum 打开校验开关,强制对...
分类:
其他好文 时间:
2014-11-04 16:53:39
阅读次数:
256
Linux平台下裸设备的绑定:运用RAW绑定方法一 raw的配置(1)[root@qs-dmm-rh2 mapper]# cat /etc/rc.local #!/bin/sh## This script will be executed *after* all theother init scri...
分类:
系统相关 时间:
2014-11-04 13:04:29
阅读次数:
286
触发器是特定的事件出现的时候,自动隐式执行代码块,这个过程用户无法控制,用户只能控制触发的事件,触发后的操作,触发过程是自动执行的。定义触发器: 1、名称 2、触发时间:是在执行事件之前(before)触发,还是之后(after)触发 3、事件:insert(插入)、delete(删除)、...
分类:
数据库 时间:
2014-11-03 23:57:32
阅读次数:
450
Mysql触发器DROP TRIGGER IF EXISTS t_afterinsert_on_user;DELIMITER //CREATE TRIGGER t_afterinsert_on_user AFTER INSERT ON uam_userFOR EACH ROWBEGIN INSERT...
分类:
数据库 时间:
2014-11-03 22:17:02
阅读次数:
251
Given a linked list, remove the nth node from the end of list and return its head.
For example,
Given linked list: 1->2->3->4->5, and n = 2.
After removing the second node from the end, the linked ...
分类:
其他好文 时间:
2014-11-03 21:02:22
阅读次数:
182
运行项目时遇见问题:
fatal error: malformed or corrupted AST file: 'Unable to load module
"/Users/me/Library/Developer/Xcode/DerivedData/ModuleCache/XYZYIE6ZV0OP/Darwin.pcm":
file not found' note: after modi...
分类:
移动开发 时间:
2014-11-03 19:28:11
阅读次数:
210
performance indicatorstwo key parametersolution quality reached after a certain runtimeruantime to reach a certain solution qualitymeasuer data sample...
分类:
编程语言 时间:
2014-11-02 12:22:10
阅读次数:
245
.after()Insert content, specified by the parameter, after each element in the set of matched elements.jQuery官网中的3个Example都使用的是 .after( content [, cont...
Problem Description
After June 1st, elementary students of Ted Land are still celebrating "The Sacred Day of Elementary Students”. They go to the streets and do some elementary students stuff. So w...
分类:
其他好文 时间:
2014-10-31 17:24:03
阅读次数:
234