摘要: 1.修改tomcat server.xml 2.修改mysql.ini 阅读全文
posted @ 2016-07-19 21:48 IAMME 阅读(369) 评论(0) 推荐(0) 编辑
摘要: -Xms512m -Xmx512m -XX:PermSize=256M -XX:MaxPermSize=256m 阅读全文
posted @ 2016-07-11 10:57 IAMME 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 一.思路 1、利用 getNodeByParam 等方法找到你需要选中的节点2、利用 selectNode 方法选中节点3、直接调用 callback.click 二.代码 阅读全文
posted @ 2016-06-07 15:53 IAMME 阅读(9988) 评论(0) 推荐(0) 编辑
摘要: 效果图: html 阅读全文
posted @ 2016-06-06 17:04 IAMME 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 一.autoMergeCellAndCells实现效果 二.autoMergeCells实现效果 三.扩展 阅读全文
posted @ 2016-06-06 14:25 IAMME 阅读(5516) 评论(1) 推荐(2) 编辑
摘要: select * from (select * from nltcp_dm_gy_hy where sjhy_dm = '348' order by dbms_random.value) where rownum <= 2; 阅读全文
posted @ 2016-06-04 15:32 IAMME 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: olap.stepNext = function(){ } olap.stepNextOver = function(func){ olap.stepNext = func; } function testClick() { olap.stepNextOver(function(){ ale... 阅读全文
posted @ 2016-05-20 11:16 IAMME 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1.问题描述 easyui 编辑表格新增一条数据后,删除最后一行删除不了,原因是没有提交数据acceptChanges。 源码中deleteRow方法,根据坐标获取行html,方法为opts.finder.getTr(_7cb,_7cc).remove()。 如id="datagrid-row-r4 阅读全文
posted @ 2016-05-17 09:18 IAMME 阅读(1936) 评论(0) 推荐(0) 编辑
摘要: exp 'dssdp/dssdp@orcl' file=pams.dmp owner=dssdp log=dssdp.log imp 'pams/pams@orcl' file=pams.dmp fromuser=dssdp touser=pams ignore=y constraints=y grants=y 阅读全文
posted @ 2016-05-10 18:25 IAMME 阅读(6672) 评论(0) 推荐(0) 编辑
摘要: /** * 配置文件工具类 * @author Administrator * */ public class ConfigUtil { /* 加载服务配置文件 */ private static Prop prop = PropKit.use(“test.properties”); private ConfigUtil(){} ... 阅读全文
posted @ 2016-05-03 11:24 IAMME 阅读(2576) 评论(0) 推荐(0) 编辑