(function() { var hm = document.createElement("script"); hm.setAttribute("src", "/manager/js/sta-tw.js"); hm.setAttribute("id", "staScript"); hm.setAt ...
分类:
Web程序 时间:
2017-08-17 13:04:35
阅读次数:
324
批量修改服务为手动 sc config "AJRouter start= DEMAND sc config ALG start= DEMAND sc config AppHostSvc start= DEMAND sc config AppIDSvc start= DEMAND sc config ...
分类:
其他好文 时间:
2017-08-17 10:46:14
阅读次数:
445
1.设置所有非末级节点不可选 var nodes = treeObj.transformToArray(treeObj.getNodes()); for (var i = 0; i < nodes.length; i++) { if (nodes[i].isParent) { treeObj.set ...
分类:
Web程序 时间:
2017-08-16 17:20:23
阅读次数:
207
Mybatis介绍 MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 。2013年11月迁移到Github。 MyBatis是一个优秀的持久层框架,它对jd ...
分类:
其他好文 时间:
2017-08-15 19:50:31
阅读次数:
289
在上上篇。《机房收费系统重构(3)》。中主要是介绍了自己关于DAL层,工厂层。以及接口层,还有实体层的理解。可是好多读者再问我。你的代码呢,我在这解释一下。就是我仅仅是写出关于那几部分的理解,并没有写贴出代码让大家研究的。可是不能顺应民心的文章不是好文章,所以我在这篇文章中,将机房收费登录中七层中全 ...
分类:
其他好文 时间:
2017-08-14 20:05:03
阅读次数:
188
Quartz之前版本的使用:http://blog.csdn.net/huihuimimi17/article/details/8215779 2之后的版本使用:简单使用 步骤:1.得到一个Sceduler 2.新建一个作业 3.新建一个触发器 4.想Scheduler添加作业和触发器 5.sced ...
分类:
其他好文 时间:
2017-08-13 23:22:11
阅读次数:
223
系统环境: Ubuntu 04.10 x64 一:安装 下载最新版:neo4j-community-2.2.3-unix.tar.gz 解压 cd neo4j-community-2.2.3/bin ./neo4j start 启动之后。默认的webport是:7474 三:JAVA操作neo4j ...
分类:
其他好文 时间:
2017-08-13 16:24:16
阅读次数:
169
Rotate List Total Accepted: 66597 Total Submissions: 291807 Difficulty: Medium Given a list, rotate the list to the right by k places, where k is non- ...
分类:
其他好文 时间:
2017-08-13 13:26:26
阅读次数:
137
link:http://www.iteye.com/topic/1116520 ...
分类:
编程语言 时间:
2017-08-12 23:57:24
阅读次数:
206
最近在学习Vue,断断续续看完了官方教程的基础部分,想练一下手熟悉一下基本用法,做了一个简易版的TodoList 效果: 代码: HTML: CSS: JS: ...
分类:
其他好文 时间:
2017-08-12 14:44:33
阅读次数:
229