storyflow

Results 53 issues of storyflow

## 困惑 [我的PHP学习之路](https://www.slidestalk.com/s/phpsy_study) ## 性能 [复杂PHP系统性能瓶颈排查及优化](https://doc.huodongjia.com/detail-3594.html) [MySQL性能诊断与实践](http://www.itdks.com/dakalive/detail/11902)

学习资源

![_15391526777438](https://user-images.githubusercontent.com/12422762/46717559-f7400d00-cc9a-11e8-9f5c-a5d13e77c65c.png) ![_15391526892862](https://user-images.githubusercontent.com/12422762/46717562-fa3afd80-cc9a-11e8-8dec-4b37e07c4ff2.png)

常见问题

1. 黑盒测试:https://testerhome.com/topics/14755 2. 白盒测试基本方法:https://testerhome.com/topics/14755 3. 相关网站:https://testerhome.com

话题讨论

``` git log --author="han8gui" --after="2018-09-01" --pretty=tformat: --numstat | gawk '{ add += $1 ; subs += $2 ; loc += $1 - $2 } END { printf "增加行数:%s 删除行数:%s 变化总行数:%s\n",add,subs,loc...

常见问题

1. 上传到本地,移动到指定目录 2. 图片远程上传推荐使用base64,通过api来处理。 不想麻烦的话,可以通过挂载,或者同步文件来处理。 同步文件的话,有延时,需要注意

常见问题

学习资料:https://juejin.im/post/5b96a8e2e51d450e6a2de115

学习资源

1. crontab导入预先编好的脚本文件 crontab filename 2.别名alias禁止crontab -r清空定时任务 https://yq.aliyun.com/ziliao/78389

常见问题

https://www.cnblogs.com/starof/p/5035119.html

常见问题

http://php.net/manual/zh/features.gc.php

常见问题