上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: 1、通过information_schema查询数据库是否存在某张表 2、判断表中一个字段是否存在 select count(*) from information_schema.columns where table_name = 't_iov_vehicle_owner_info' and co 阅读全文
posted @ 2018-12-06 19:22 进阶丶xiao路 阅读(6299) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-12-06 19:12 进阶丶xiao路 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-11-30 19:30 进阶丶xiao路 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 通过超级变量达到页面登录验证 阅读全文
posted @ 2018-11-30 19:26 进阶丶xiao路 阅读(283) 评论(0) 推荐(0) 编辑
摘要: Error: Cannot connenct to relay host smtp.139.com Error: Connection timed out (110) Error: Cannot send email to yaradishyang@soarinfotech.com 阅读全文
posted @ 2018-11-29 14:20 进阶丶xiao路 阅读(1078) 评论(0) 推荐(0) 编辑
摘要: 尝试的阶段感觉特别难搞,成功发送邮件以后觉得特别容易,这边是成功发送邮件的代码 其中遇到了一些问题,已记录 https://www.cnblogs.com/yaradish/p/10038046.html 阅读全文
posted @ 2018-11-29 14:12 进阶丶xiao路 阅读(1351) 评论(0) 推荐(0) 编辑
摘要: <?php //加上@ 是为了防止file_get_contents获取失败返回至命错误,影响后面的程序运行 @file_get_contents("http://tqybw.net"); var_dump($http_response_header); //$http_response_heade 阅读全文
posted @ 2018-11-28 14:14 进阶丶xiao路 阅读(2234) 评论(0) 推荐(0) 编辑
摘要: oneinstack的nginx重启,mysql重启,php重启 阅读全文
posted @ 2018-11-06 19:33 进阶丶xiao路 阅读(673) 评论(0) 推荐(0) 编辑
摘要: 使用正则匹配的方法获取一些特殊符号,在匹配 $ 符的时候总是取不出来,这里转义了两次才取出来 function getCodeImg($title='') { $max_percent = ""; $max_dollar = ""; $dollar = ""; $percent = preg_mat 阅读全文
posted @ 2018-11-06 14:50 进阶丶xiao路 阅读(210) 评论(0) 推荐(0) 编辑
摘要: thinkphp5和laravel的区别 阅读全文
posted @ 2018-11-05 18:44 进阶丶xiao路 阅读(1966) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页