Get data from selected row Delete row 2 Update amounts in row 1 Add row with id 99
分类:
其他好文 时间:
2014-06-27 20:39:58
阅读次数:
3124
使用Oracle Form Builder创建Form具体步骤(Data Source为Table)说明:当Block使用的Data Source为Table时,Form会自动Insert,Update,Delete,Lock。若要显示non-database Item,需在POST-QUERY T...
分类:
其他好文 时间:
2014-06-27 15:45:22
阅读次数:
254
Report Trigger1.1 Which report trigger to useAs a general rule, any processing that will affect the data retrieved by the report should be performed i...
分类:
其他好文 时间:
2014-06-27 15:14:32
阅读次数:
214
Commit:提交(将本地的源码更新内容提交至服务器,将自己的代码更新至服务器供别人使用)CheckOut:检出(把整个项目源码下载到本地)Update:更新(将本地的源码更新为服务器上的最新版本;将别人的代码更新至自己的代码库)Repository:文档仓库(每个项目组都有自己的仓库)不使用SVN...
分类:
其他好文 时间:
2014-06-27 14:19:51
阅读次数:
291
1、错误描述
六月 26, 2014 11:26:27 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expected collection or sequence. datas evaluated instead to freemarker.core.HashLite...
分类:
其他好文 时间:
2014-06-27 10:01:02
阅读次数:
223
1、错误描述
六月 26, 2014 10:53:26 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expression data[text] is undefined on line 9, column 51 in inc/select.ftl."
Express...
分类:
其他好文 时间:
2014-06-27 09:58:53
阅读次数:
237
今天在练习如何spring中进行单元测试的时候...
分类:
数据库 时间:
2014-06-27 09:44:11
阅读次数:
411
1、错误描述
六月 26, 2014 10:44:49 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "The only legal comparisons are between two numbers, two strings, or two dates.\nLeft...
分类:
其他好文 时间:
2014-06-27 07:21:12
阅读次数:
196
批量处理数据是指在一个事务中处理大量数据.在应用层进行批量操作, 主要有下面方式:通过 Session 通过 HQL 通过 StatelessSession通过 JDBC API(仅仅要会用这样的,其它作为了解)通过 Session 来进行批量操作Session 的 save() 及 update(...
分类:
系统相关 时间:
2014-06-26 15:40:22
阅读次数:
245
本次需要的下载文件已经共享出来 网盘地址
因为我使用的是黑苹果系统, window我就无视了。
开发工具使用 网盘里的 dmg :Sublime Text
打开开发工具后在helloworld中找到
myState.update
=
function(){Kiwi.State.prototype.update.call(this);};
不修改是看不到 旋转效果的。...
分类:
Web程序 时间:
2014-06-26 11:32:28
阅读次数:
421