摘要:
1.修改tomcat server.xml 2.修改mysql.ini 阅读全文
摘要:
-Xms512m -Xmx512m -XX:PermSize=256M -XX:MaxPermSize=256m 阅读全文
摘要:
一.思路 1、利用 getNodeByParam 等方法找到你需要选中的节点2、利用 selectNode 方法选中节点3、直接调用 callback.click 二.代码 阅读全文
摘要:
select * from (select * from nltcp_dm_gy_hy where sjhy_dm = '348' order by dbms_random.value) where rownum <= 2; 阅读全文
摘要:
olap.stepNext = function(){ } olap.stepNextOver = function(func){ olap.stepNext = func; } function testClick() { olap.stepNextOver(function(){ ale... 阅读全文
摘要:
1.问题描述 easyui 编辑表格新增一条数据后,删除最后一行删除不了,原因是没有提交数据acceptChanges。 源码中deleteRow方法,根据坐标获取行html,方法为opts.finder.getTr(_7cb,_7cc).remove()。 如id="datagrid-row-r4 阅读全文
摘要:
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 阅读全文
摘要:
/** * 配置文件工具类 * @author Administrator * */ public class ConfigUtil { /* 加载服务配置文件 */ private static Prop prop = PropKit.use(“test.properties”); private ConfigUtil(){} ... 阅读全文