2014年9月23日

Fix “Windows cannot access the specified device path or file” Error

摘要: http://helpdeskgeek.com/help-desk/windows-cannot-access-the-specified-device-path-or-file/Method 1 – Windows Server 2003 Terminal ServicesFirstly, if ... 阅读全文

posted @ 2014-09-23 09:23 simhare 阅读(3001) 评论(0) 推荐(0) 编辑

2013年11月8日

Domain Space

摘要: Bluehost Register Pagehttp://www.bluehost.com/track/weipengp 阅读全文

posted @ 2013-11-08 15:57 simhare 阅读(187) 评论(0) 推荐(0) 编辑

2013年6月20日

mysql 登录后 修改密码

摘要: 阅读全文

posted @ 2013-06-20 12:41 simhare 阅读(280) 评论(0) 推荐(0) 编辑

2013年6月16日

git delete repository

摘要: 阅读全文

posted @ 2013-06-16 16:27 simhare 阅读(383) 评论(0) 推荐(0) 编辑

2013年6月14日

php - func_get_args

摘要: func_get_args(PHP 4, PHP 5)func_get_args-- Returns an array comprising a function's argument listDescriptionarrayfunc_get_args( void )Returns an array in which each element is a copy of the corresponding member of the current user-defined function's argument list.func_get_args()will generate 阅读全文

posted @ 2013-06-14 21:54 simhare 阅读(400) 评论(0) 推荐(0) 编辑

2013年5月16日

mysql key mul - 看不懂

摘要: http://dev.mysql.com/doc/refman/5.1/en/show-columns.htmlThe Key field indicates whether the column is indexed:If Key is empty, the column either is not indexed or is indexed only as a secondary column in a multiple-column, non-unique index.If Key is PRI, the column is a PRIMARY KEY or is one of the 阅读全文

posted @ 2013-05-16 22:38 simhare 阅读(1307) 评论(0) 推荐(0) 编辑

mysql show create table `tablename` 查看建表语句

摘要: mysql> show create table tb_common_member;+------------------+----------------------------------------------------+| Table | Create Table |+------------------+----------------------------------------------------+| tb_common_member | CREATE TABLE `tb_common_member` ( `uid` mediumint(8) unsigned NO 阅读全文

posted @ 2013-05-16 22:27 simhare 阅读(11718) 评论(0) 推荐(0) 编辑

2013年5月7日

zend framework assumptions

摘要: Some assumptionsThis tutorial assumes that you are running at least PHP 5.3.3 with the Apache web server and MySQL, accessible via the PDO extension. Your Apache installation must have the mod_rewrite extension installed and configured.You must also ensure that Apache is configured to support.htacce 阅读全文

posted @ 2013-05-07 14:49 simhare 阅读(118) 评论(0) 推荐(0) 编辑

2013年5月4日

linux vsftpd

摘要: vsftpd有三种访问方式:匿名用户,本地用户和虚拟用户[root@DBSVR02 ~]# vim /etc/vsftpd/vsftpd.conf[root@DBSVR02 ~]# vim /etc/vsftpd/ftpusers[root@DBSVR02 ~]# vim /etc/vsftpd/user_list======================================C:\Users\Administrator>ftp 168.168.80.9连接到 168.168.80.9。220 (vsFTPd 2.2.2)用户(168.168.80.9:(none)): ro 阅读全文

posted @ 2013-05-04 07:51 simhare 阅读(669) 评论(0) 推荐(0) 编辑

linux chkconfig

摘要: --list 后面可以加 服务名称 就只输出此服务的信息例如#chkconfig httpd on就可以把httpd服务 设置为自动启动了再次查看#chkconfig --list httpdhttpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off这个时候2~5都是on,设置成功。相反的#chkconfig httpd off 就是 关闭自动启动最后 还有个 --level 应该是对 0-6 某些 等级进行单独设置#chkconfig --level 35 httpd on 将3和5 设置成on=================================== 阅读全文

posted @ 2013-05-04 07:17 simhare 阅读(412) 评论(0) 推荐(1) 编辑

导航