摘要: 1 <?php 2 class Test { 3 public function async() { 4 5 $start = microtime(true); 6 $url = "http://waimai.baidu.com/waimai?qt=poisug"; //随意的一个接口 7 $i = 阅读全文
posted @ 2021-03-09 15:57 jiemoon2010 阅读(244) 评论(0) 推荐(0)
摘要: 1 <?php 2 $dbms='mysql'; //数据库类型 3 $host='127.0.0.1'; //数据库主机名 4 $dbName='test'; //使用的数据库 5 $user='root'; //数据库连接用户名 6 $pass=''; //对应的密码 7 $dsn="$dbms 阅读全文
posted @ 2021-03-09 15:55 jiemoon2010 阅读(73) 评论(0) 推荐(0)
摘要: CarbonstrftimeGoMeaningExample Y %Y 2006 Year, four digits 2020 y %y 06 Year, two digits 20 m %m 01 Month, two digits 08 n - 1 Month, as a number with 阅读全文
posted @ 2020-12-08 09:25 jiemoon2010 阅读(319) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/Yellow-ice/p/13743400.html 阅读全文
posted @ 2020-11-04 09:26 jiemoon2010 阅读(257) 评论(0) 推荐(0)
摘要: 项目里使用了 submodule ,子模块也是另一个项目,在开发过程中是使用软链的方式引入进来, 有次合并提交的时候,git diff 出现这个下面这个 - commit e1681a44c551dbb36a032e67cc3faabea168c303 + Subproject commit 000 阅读全文
posted @ 2020-09-08 13:55 jiemoon2010 阅读(1433) 评论(0) 推荐(0)
摘要: 国外学习资料: http://www.software-testing-tutorials-automation.com/2015/10/ui-automator-viewer-get-android-app.html 阅读全文
posted @ 2020-08-19 09:16 jiemoon2010 阅读(96) 评论(0) 推荐(0)