打开cmd进入安卓 SDK的'Platform tools'输入'adb shell'suPress 'Allow' on device(必须已经root)chmod 777 /data /data/data /data/data/com.application.package(你的包名 也就是sr...
分类:
移动开发 时间:
2014-06-27 16:15:54
阅读次数:
302
(Data Source为View) 要点一:创建View的SQL语法View的SQL里必须指定Form里唯一一个对其新增、修改、删除的基本表及其主键,其它表为辅助信息表,其字段仅用来在Form里显示。如下例:NCINV_SUB_PERSON_HEADERS 为基本表,主键为HEADER_ID PE...
分类:
其他好文 时间:
2014-06-27 16:00:59
阅读次数:
351
Spring业务的传达行动在service类前加上@Transactional,声明这个service一切办法需求业务管理。每一个业务办法开始时都会翻开一个业务。Spring默许情况下会对运行期破例(RunTimeException)进行业务回滚。这个破例是unchecked假如遇到checked意...
分类:
编程语言 时间:
2014-06-27 15:55:09
阅读次数:
179
使用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
Spring压缩包目录说明关键字: sring jar1. Spring压缩包目录说明aspectj目录下是在Spring框架下使用aspectj的源代码和测试程序文件。Aspectj是java最早的提供AOP的应用框架。dist 目录下是Spring 的发布包,关于发布包下面会详细进行说明。doc...
分类:
编程语言 时间:
2014-06-27 15:29:55
阅读次数:
233
render()内容;public function render($view,$data=null,$return=false){ if($this->beforeRender($view)) { $output=$this->renderPartial($view,$d...
分类:
其他好文 时间:
2014-06-27 15:23:50
阅读次数:
246
using System;using System.Collections.Generic;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data;using System.IO;u...
分类:
微信 时间:
2014-06-27 15:19:55
阅读次数:
713
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
加强版的俄罗斯,可以带回去给我妹妹玩了。//游戏类 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System....
分类:
其他好文 时间:
2014-06-27 15:00:43
阅读次数:
324
下面是我以前对Php的soap接口进行抓包分析出的结果,这个分析在当服务端或者客户端的Php没有安装soap模块时,可以使用构建xml的方式实现相同的功能服务端: $data = $HTTP_RAW_POST_DATA;$data = file_get_contents('php://input')...
分类:
其他好文 时间:
2014-06-27 14:19:08
阅读次数:
271