01 2019 档案

摘要:composer install 遇到的问题 composer.json 里有多余的逗号 没有打开php_openssl、php_fileinfo 报错没具体报错信息,修改配置文件 config\app.php debug = true Laravel 出现"RuntimeException inE 阅读全文
posted @ 2019-01-18 09:55 fleam 阅读(238) 评论(0) 推荐(0) 编辑
摘要:var orderNo = $("#orderNo").val();var orderNo = orderNo.toString().split(/\r?\n/); 阅读全文
posted @ 2019-01-15 11:31 fleam 阅读(366) 评论(0) 推荐(0) 编辑
摘要:$v){ $i++; echo "".$i.""; $params = array('logisticsNo'=>$v); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,"http://localhost:9080" ); curl_setopt($ch, CURLOPT_RETURNTRANS... 阅读全文
posted @ 2019-01-13 20:16 fleam 阅读(240) 评论(0) 推荐(0) 编辑
摘要:https://jingyan.baidu.com/article/86f4a73eaa0a6337d6526985.html 阅读全文
posted @ 2019-01-04 16:43 fleam 阅读(322) 评论(0) 推荐(0) 编辑
摘要:上次通过更换内核实现成功编译驱动无线网卡,但是启动到系统原内核下依然没有bcm43142的驱动,遂准备在原内核下编译驱动,记录一下 ps:更推荐这种方法,避免因更换内核出现其他兼容性问题 1.准备驱动包 hybrid-v35_64-nodebug-pcoem-6_30_223_271.tar.gz 阅读全文
posted @ 2019-01-04 16:40 fleam 阅读(1240) 评论(0) 推荐(0) 编辑