荒草燃烧

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2016年2月5日

摘要: <script src="assets/js/jquery-1.9.1.min.js"></script> <script> /* * jQuery placeholder, fix for IE6,7,8,9 * @author JENA * @since 20131115.1504 * @web 阅读全文
posted @ 2016-02-05 16:42 王大仙¥ 阅读(793) 评论(0) 推荐(0) 编辑

2016年2月4日

摘要: 创建公钥秘钥实现无密码登录后即可获取到文件内容了!! A:xxx.xxx.6.xxx B:xxx.xxx.xxx.x 一、创建 A机器 ssh-keygen -t rsa 二、拷贝——将生成的公钥复制到B机器 scp /root/.ssh/id_rsa.pub root@xxx.xxx.xxx.x: 阅读全文
posted @ 2016-02-04 15:42 王大仙¥ 阅读(421) 评论(0) 推荐(0) 编辑

2016年1月6日

摘要: Linux下安装SSL当使用https访问时出现:SSL 接收到一个超出最大准许长度的记录。 (错误码: ssl_error_rx_record_too_long)网上说修改虚拟机vi /etc/httpd/conf/httpd.conf将改成经尝试,仍然没用,因此上面这步还原为原来的配置后来通过更... 阅读全文
posted @ 2016-01-06 10:17 王大仙¥ 阅读(3531) 评论(0) 推荐(0) 编辑

2015年12月29日

摘要: 1、将打包的文件解压到/usr/local/tomcat7/webapps/ROOT下2、将8080端口开启3、通过浏览器访问,结果返回来的状态时Aborted,出现严重: The web application [] registered the JDBC driver [com.mysql.jd... 阅读全文
posted @ 2015-12-29 09:30 王大仙¥ 阅读(288) 评论(0) 推荐(0) 编辑

2015年12月28日

摘要: 安装jdk;java -version——查看版本cd /usr/local/src——进入安装包的目录tar zxvf jdk-7u79-linux-x64.tar.gz——解压jdk;mkdir -p /usr/lib/jvm——新建文件夹jvmmv jdk1.7.0_79 /usr/lib/j... 阅读全文
posted @ 2015-12-28 09:17 王大仙¥ 阅读(180) 评论(0) 推荐(0) 编辑

2015年11月25日

摘要: 1 2 3 4 5 6 7 8 9 10 35 36 37 38 39 我的左边40 41 42 我的右边43 44 45... 阅读全文
posted @ 2015-11-25 22:09 王大仙¥ 阅读(986) 评论(0) 推荐(0) 编辑

2015年11月11日

摘要: A文档载入B文档的内容,并且通过JQ操作被引入到A文档中的元素A文档 (index.html): B文档(modal.html): × Modal title ... 阅读全文
posted @ 2015-11-11 10:28 王大仙¥ 阅读(417) 评论(0) 推荐(0) 编辑

2015年11月6日

摘要: 1、页面引入jQuery文件和bootstrap文件;2、贴上代码 wawa中--> 抓 1、设置属性 $(selector).attr('属性名','属性值') 2、获取当前浏览器可是区域宽度: var cWidt... 阅读全文
posted @ 2015-11-06 09:47 王大仙¥ 阅读(244) 评论(0) 推荐(0) 编辑

2015年11月3日

摘要: 引入文件 html 用户名 Email js $(#testForm).bootstrapValidator({ message: 'This value is not valid', ... 阅读全文
posted @ 2015-11-03 14:30 王大仙¥ 阅读(291) 评论(0) 推荐(0) 编辑

2015年10月27日

摘要: 原文:http://blog.csdn.net/wusuopubupt/article/details/21941343 阅读全文
posted @ 2015-10-27 18:51 王大仙¥ 阅读(333) 评论(0) 推荐(0) 编辑