博客新增音乐播放器,点击打开捷径,切换或暂停音乐。

随笔分类 -  Moqui Study

摘要:1 2 3 4 5 --> 6 7 8 9 ... 阅读全文
posted @ 2016-09-09 16:45 霓裳梦竹 阅读(497) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 5 6 7 8 9 10 11 ... 阅读全文
posted @ 2016-09-09 15:58 霓裳梦竹 阅读(473) 评论(5) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2016-09-05 14:30 霓裳梦竹 阅读(328) 评论(0) 推荐(0) 编辑
摘要:1、金额格式化 阅读全文
posted @ 2016-08-25 11:32 霓裳梦竹 阅读(226) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 5 6 7 8 12 13 14 15 16 17 18 19 20 24 1 2 阅读全文
posted @ 2016-08-25 10:49 霓裳梦竹 阅读(529) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2016-08-23 11:25 霓裳梦竹 阅读(312) 评论(0) 推荐(0) 编辑
摘要:1、设置用户组 2、设置用户账号和所属组 3、设置权限 3、设置组权限 阅读全文
posted @ 2016-08-17 13:38 霓裳梦竹 阅读(507) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... 阅读全文
posted @ 2016-08-14 16:22 霓裳梦竹 阅读(262) 评论(0) 推荐(0) 编辑
摘要:17行和第19行 阅读全文
posted @ 2016-08-11 11:11 霓裳梦竹 阅读(290) 评论(0) 推荐(0) 编辑
摘要:其中_op参数中可以填 in like等来实现复杂的查询条件。使用的时候主要加上<search-form-inputs/> 阅读全文
posted @ 2016-08-05 15:20 霓裳梦竹 阅读(370) 评论(0) 推荐(0) 编辑
摘要:最初实现的方式如下: 执行结果中图片可以展示出来,如果使用tomcat服务器的话是没有问题的,但是如果是在jetty中的话查看console的时候会出现如下的log 日志内容如下: 关于这个问题主要是和jetty处理getWriter和getOutputStream的方式有关: 在jetty中的处理 阅读全文
posted @ 2016-07-28 14:44 霓裳梦竹 阅读(622) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 6 7 8 9 10 11 12 1 2 3 4 6 7 8 9 10 11 12 13 14 15 16 17 ... 阅读全文
posted @ 2016-07-26 16:12 霓裳梦竹 阅读(298) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 阅读全文
posted @ 2016-07-25 17:17 霓裳梦竹 阅读(163) 评论(0) 推荐(0) 编辑
摘要:在查询的过程了为了使返回的数据格式外层不包含Map的一层,我们可以使用ec.context.putAll(telecomNumber)但是这样的话如果输入的参数没有匹配的数据就会出错,当我们做了判断之后报错会消失,但是返回结果并不是我们想要的结果,它会将你自己输入的参数比如本例中的contactMe 阅读全文
posted @ 2016-07-25 14:42 霓裳梦竹 阅读(296) 评论(0) 推荐(0) 编辑
摘要:以上即为服务状态变更以及变更状态记录查询的方法。 在Moqui中如果要使用AutidLog来记录首先要将enable_audit_log=true update模式用于传递所有的主键或自己期望的非主键字段。如果实体有一个statusID字段并且传入的statusId和字段值不同,那么服务会自动返回原 阅读全文
posted @ 2016-07-22 16:03 霓裳梦竹 阅读(430) 评论(0) 推荐(0) 编辑
摘要:<service verb="create" noun="TelecomNumber"> <in-parameters> <auto-parameters entity-name="mantle.party.contact.TelecomNumber" include="nonpk"/> <para 阅读全文
posted @ 2016-07-05 11:33 霓裳梦竹 阅读(208) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2016-07-05 11:29 霓裳梦竹 阅读(202) 评论(0) 推荐(0) 编辑
摘要:Moqui连接mysql数据库 各种数据库的连接文本: -- Derby<datasource group-name="transactional" database-conf-name="derby" schema-name="MOQUI"> <inline-jdbc pool-minsize=" 阅读全文
posted @ 2016-05-10 13:26 霓裳梦竹 阅读(1078) 评论(0) 推荐(0) 编辑
摘要:1. 下载安装包 进入 JetBrains 官网,http://www.jetbrains.com/idea/download/#tabs_1=windows, 从Ultimate下载企业版 IntelliJ IDEA15 安装包, ideaIU-15.0.1.exe如下图 进入 Oracle 官网 阅读全文
posted @ 2016-05-09 16:01 霓裳梦竹 阅读(563) 评论(0) 推荐(0) 编辑
摘要:/** Get a service caller to call a service synchronously. */ //ServiceCallSync sync(); /** Map of name, value pairs that make up the context (in parameters) passed to the servic... 阅读全文
posted @ 2016-05-09 15:58 霓裳梦竹 阅读(229) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示