2017年8月4日

摘要: first yum install vsftpd 第二部:vi /etc/vsftpd/vsftpd.conf 添上下面一段话 anonymous_enable=YESlocal_enable=YESwrite_enable=YESlocal_umask=022dirmessage_enable=Y 阅读全文
posted @ 2017-08-04 14:52 孟子hehe 阅读(145) 评论(0) 推荐(0)
 

2017年3月9日

摘要: http://blog.csdn.net/yuan_xw/article/details/51181282 阅读全文
posted @ 2017-03-09 00:49 孟子hehe 阅读(74) 评论(0) 推荐(0)
 

2017年2月28日

摘要: 1下载mysql wget -P /home/qbt/mysql https://dev.mysql.com/get/archives/mysql-5.6/mysql-5.6.12-linux-glibc2.5-x86_64.tar.gz 2转到mysql路径 cd/ home/qbt/mysql 阅读全文
posted @ 2017-02-28 18:38 孟子hehe 阅读(162) 评论(0) 推荐(0)
 

2017年2月27日

摘要: 1、到下面地址下载通用二进制包 wget http://mirrors.sohu.com/mysql/MySQL-5.5/mysql-5.5.53-linux2.6-x86_64.tar.gz 2、具体的安装文档 http://dev.mysql.com/doc/refman/5.5/en/bina 阅读全文
posted @ 2017-02-27 22:10 孟子hehe 阅读(143) 评论(0) 推荐(0)
 
摘要: Linux安装、卸载软件 在linux环境中,尤其是cenos中安装过一些软件,一般是二进制安装与源码安装,现小结一下linux中的安装与卸载。 一、通常Linux应用软件的安装包有三种: 1) tar包,如software-1.2.3-1.tar.gz。它是使用UNIX系统的打包工具tar打包的。 阅读全文
posted @ 2017-02-27 21:45 孟子hehe 阅读(255) 评论(0) 推荐(0)
 

2016年3月16日

摘要: URLENCODE和URLDECODE是比较常用的URL参数转换方法,为以后使用方便,自己归类一下. 一.JavaScript: 编码:encodeURIComponent(URIString) 解码:decodeURIComponent(encodedURIString) 二.ASP: 编码:Se 阅读全文
posted @ 2016-03-16 09:49 孟子hehe 阅读(170) 评论(0) 推荐(0)
 

2015年9月8日

摘要: vart=encodeURIComponent("孙毓波大好人");alert("t1:"+t)t=decodeURIComponent(t)alert("t2:"+t)=========================url乱码的解决方式================functiongetUrl... 阅读全文
posted @ 2015-09-08 11:04 孟子hehe 阅读(270) 评论(0) 推荐(0)
 
摘要: 一对多关联时注:collection标签,property属性名称,column参数字段,ofType查询返回类型,select查询方法,javaType方法的返回类型 阅读全文
posted @ 2015-09-08 11:00 孟子hehe 阅读(113) 评论(0) 推荐(0)
 

2015年7月21日

摘要: 以前做的一个网站,最近服务器后台出现一些异常,问题是客户访问一个该网站下不存在的action,为了给客户一个友好的界面提示以及减小服务器端日志文件的内容。就在struts2下进行了如下配置:在struts.xml里的package下添加: /resourceNotFound.html当然strut... 阅读全文
posted @ 2015-07-21 11:13 孟子hehe 阅读(699) 评论(0) 推荐(0)
 

2014年11月11日

摘要: http://blog.csdn.net/xuweilinjijis/article/details/8651188 阅读全文
posted @ 2014-11-11 14:52 孟子hehe 阅读(118) 评论(0) 推荐(0)