2021年6月28日

摘要: 1.修改php.ini xdebug2版本 [XDebug] ;xdebug库文件 zend_extension = D:\phpstudy_pro\Extensions\php\php7.3.4nts\ext\php_xdebug.dll ; 开启远程调试 xdebug.remote_enable 阅读全文
posted @ 2021-06-28 16:02 薇薇123456 阅读(73) 评论(0) 推荐(0) 编辑

2021年6月18日

摘要: 1.修改composer.json 2.执行命令:composer update mk-j/php_xlsxwriter: "^0.37" 阅读全文
posted @ 2021-06-18 10:09 薇薇123456 阅读(35) 评论(0) 推荐(0) 编辑

2021年6月16日

摘要: 1.去掉不必要的if2.去掉不必要的数据库操作,能连表就连表3.去掉不必要的foreach4.前后代码要连贯,前面检查过,后面不做重复检查5.ar里面不做逻辑处理6.调用方法传值,尽量不要传数组,必要情况下,给出demo说明7.数据库操作结果判断,统一拎出来8.去掉多余代码9.方法调用,不做重复校验 阅读全文
posted @ 2021-06-16 17:34 薇薇123456 阅读(51) 评论(0) 推荐(0) 编辑
摘要: select n.node_id,m.mould_id from em_node_stock as n left join em_node_deliver_result_mould as m on n.node_id=m.node_id;左表 em_node_stock 右表 em_node_del 阅读全文
posted @ 2021-06-16 13:51 薇薇123456 阅读(41) 评论(0) 推荐(0) 编辑

2019年10月29日

摘要: 匹配()里面的内容 demo:花大姐(中级-基础等) 联想(北京)有限公司 .*? :非贪婪字符,匹配前面的子表达式零次或一次 ?:\(:不获取(),只获取其中的内容 阅读全文
posted @ 2019-10-29 17:32 薇薇123456 阅读(97) 评论(0) 推荐(0) 编辑

2019年9月16日

摘要: 重启试试 阅读全文
posted @ 2019-09-16 23:23 薇薇123456 阅读(187) 评论(0) 推荐(0) 编辑
摘要: https://ffmpeg.zeranoe.com/builds/ 阅读全文
posted @ 2019-09-16 23:18 薇薇123456 阅读(78) 评论(0) 推荐(0) 编辑

2019年6月23日

摘要: https://blog.csdn.net/zhangdongren/article/details/82685932 阅读全文
posted @ 2019-06-23 15:54 薇薇123456 阅读(96) 评论(0) 推荐(0) 编辑

2019年6月15日

摘要: 话花华1234567 阅读全文
posted @ 2019-06-15 22:49 薇薇123456 阅读(87) 评论(0) 推荐(0) 编辑

2019年6月3日

摘要: get_object_vars() 阅读全文
posted @ 2019-06-03 14:03 薇薇123456 阅读(102) 评论(0) 推荐(0) 编辑

导航