摘要: 例如,你想myuser使用mypassword从任何主机连接到mysql服务器的话。 GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword' WITH GRANT OPTION; FLUSH PRIVILEGES; 阅读全文
posted @ 2016-08-07 20:09 apache-xinge 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 下载地址:http://dev.mysql.com/downloads/mysql/5.5.html#downloads 下载client和server 上面三个包的安装顺序 libaio - 》 server -》 client - 》 在安装server时会报: Linux CenterOs 6 阅读全文
posted @ 2016-08-07 16:51 apache-xinge 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 1.pom文件添加: 2.Spring配置文件的头信息,其中只需关注mongo的三行就行: 3.DAO层代码: 4.DAO实现类的代码: 这样Spring4整合mongo3.X就结束了,如果报这个异常:NoClassDefFoundError: org/springframework/objenes 阅读全文
posted @ 2016-07-05 15:53 apache-xinge 阅读(2981) 评论(0) 推荐(0) 编辑
摘要: 64位win7上装PL/SQL,经常会遇见“Could not load "……\bin\oci.dll"”这个错误,我查了一下资料,原因是PL/SQL只对32位OS进行支持,解决方法是额外加载一个oci.dll文件,操作如下: Step1: 到如下地址下载包含oci.dll文件包“instantc 阅读全文
posted @ 2016-06-28 17:11 apache-xinge 阅读(143) 评论(0) 推荐(0) 编辑
摘要: http://www.tuicool.com/articles/Rb2uUn //远程调用 spring的cxf,亲自整合成功 阅读全文
posted @ 2015-11-24 21:14 apache-xinge 阅读(118) 评论(0) 推荐(0) 编辑
摘要: http://kevin19900306.iteye.com/blog/1397744 //这个是别人的博客 引入除spring.jar外的Quartz的jar包quartz-all-1.8.6.jar (这个jar包好像还有别的 自己可以试试) 阅读全文
posted @ 2015-11-24 21:03 apache-xinge 阅读(185) 评论(0) 推荐(0) 编辑
摘要: jQuery.parent(expr) //找父元素jQuery.parents(expr) //找到所有祖先元素,不限于父元素jQuery.children(expr)//查找所有子元素,只会找到直接的孩子节点,不会返回所有子孙jQuery.contents() //查找下面的所有内容,包括节点和... 阅读全文
posted @ 2015-11-17 18:26 apache-xinge 阅读(509) 评论(0) 推荐(0) 编辑
摘要: jQuery.parent(expr) //找父元素 jQuery.parents(expr) //找到所有祖先元素,不限于父元素 jQuery.children(expr) //查找所有子元素,只会找到直接的孩子节点,不会返回所有子孙 jQuery.contents() //查找下面的所有内容,包 阅读全文
posted @ 2015-11-17 18:20 apache-xinge 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 曾哥 东方不败 66.8 欲练此功,不必自宫! 辟邪剑谱 葵花宝典 九阴真经 独孤求败 88.9 武功狠!!! 用递归将想找的标签名中的文本值找到:package myTestDom4j;import... 阅读全文
posted @ 2015-06-28 20:39 apache-xinge 阅读(503) 评论(0) 推荐(0) 编辑