上一页 1 ··· 4 5 6 7 8
摘要: $('#organTree').find('.tree-node-selected').removeClass('tree-node-selected'); 取消树的节点选中 阅读全文
posted @ 2017-07-17 10:33 紫薇帝星的故事 阅读(777) 评论(0) 推荐(0) 编辑
摘要: function getRowIndex(target){ var tr = $(target).closest("tr.datagrid-row"); return paseInt(tr.attr("datagrid-row-index")); } 然后用getRowIndex(this)即可获取 阅读全文
posted @ 2017-07-17 10:32 紫薇帝星的故事 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: function isEmail(str){ var regu = "^(([0-9a-zA-Z]+)|([0-9a-zA-Z]+[_.0-9a-zA-Z-]*))@([a-zA-Z0-9-]+[.])+([a-zA-Z]{2}|net|com|gov|mil|org|edu|int|name|as 阅读全文
posted @ 2017-07-17 10:31 紫薇帝星的故事 阅读(10791) 评论(0) 推荐(0) 编辑
摘要: 以下几个是以前在自己部署ElaticSearch的时候收集到的,认为有用的 https://my.oschina.net/topeagle/blog/591451?fromerr=mzOr2qzZ http://blog.csdn.net/gsying1474/article/details/519 阅读全文
posted @ 2017-07-17 10:26 紫薇帝星的故事 阅读(210) 评论(0) 推荐(0) 编辑
摘要: nohup ./elasticsearch & 可以后台开启elasticsearch服务 ps-ef列出所有进程 ps-ef | grep elastic...查找elastic。。的进程 kill 进程数字(如:1932,对应java开头的进程) 例子如下: login as: elastics 阅读全文
posted @ 2017-07-17 10:23 紫薇帝星的故事 阅读(2662) 评论(0) 推荐(0) 编辑
摘要: 转载于http://blog.csdn.net/zwx19921215/article/details/44133113 前端具体写法 阅读全文
posted @ 2017-07-17 10:19 紫薇帝星的故事 阅读(288) 评论(0) 推荐(0) 编辑
摘要: Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(), // 阅读全文
posted @ 2017-07-17 10:17 紫薇帝星的故事 阅读(1228) 评论(0) 推荐(0) 编辑
摘要: 在SpringMVC的配置文件中加入以下配置: <!-- 下面红色的配置必须要在--> <mvc:default-servlet-handler /> <bean id="viewResolver" class="org.springframework.web.servlet.view.freema 阅读全文
posted @ 2017-07-17 10:16 紫薇帝星的故事 阅读(805) 评论(0) 推荐(0) 编辑
摘要: 目录 一、概述 二、MySQL安装 三、安装成功验证 四、NavicatforMySQL下载及使用 一、概述 MySQL版本:5.7.17 下载地址:http://rj.baidu.com/soft/detail/12585.html?ald 客户端工具:NavicatforMySQL 绿色版下载地 阅读全文
posted @ 2017-07-17 10:14 紫薇帝星的故事 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 这下面是以前的学习的资源,不过大部分已经丢失了 http://www.jeasyui.com/documentation/# EasyUI框架开发 http://www.sxt.cn/searchsxt/jc?or=go&&i=309&&k=118 jQuery EasyUI简介 http://ww 阅读全文
posted @ 2017-07-17 10:10 紫薇帝星的故事 阅读(180) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8