摘要: sql语句之前是这样写的:INSERT INTO tablename SET a = ':a',b = ':b',c = ':c',d = :d,e = :e$data =array( [':a'] => 1, [':b'] => 2, [':c'] => 3,[':d'] => ... 阅读全文
posted @ 2015-10-17 14:48 YUANFEI-_- 阅读(6389) 评论(0) 推荐(0) 编辑
摘要: 启动过程提示:15:33:05 [Apache] Problem detected!15:33:05 [Apache] Port 80 in use by "Unable to open process" with PID 4!15:33:05 [Apache] Apache WILL ... 阅读全文
posted @ 2015-10-15 15:39 YUANFEI-_- 阅读(247) 评论(0) 推荐(0) 编辑
摘要: OptionsFollowSymLinksOrderallow,denyAllowfromall各位如果httpd.conf里面的这个配置已经改成上面这样了但是我配置的下面的虚拟主机还是访问403是怎么回事呢?已经百度过了全部都是一样的结果就是要我修改那个配置然而我已经改了那个配置了ServerAd... 阅读全文
posted @ 2015-09-15 15:44 YUANFEI-_- 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 写了一个expect脚本 执行ssh命令远程登录 然后telnet另外一台机器大致如下: 1 #!/usr/bin/expect -f 2 set timeout 60 3 set port_type [lindex $argv 0] 4 set p1 [lindex $argv 1] 5 set ... 阅读全文
posted @ 2015-09-02 14:52 YUANFEI-_- 阅读(3703) 评论(0) 推荐(0) 编辑