摘要:
https://www.digitalocean.com/community/tutorials/how to install mysql on centos 7 https://typecodes.com/linux/yuminstallmysql5710.html http://bbs.best 阅读全文
摘要:
今天去新浪面试,发现好多题目在文档里面都有,真的是见识了,后悔自己没看。 面试总结: 1、好好看两份php面试题的pdf文档 2、还有这里面的 http://www.cnblogs.com/ shu/category/704340.html 加油 需要重点记忆的是:(努力记住,哎) 1、post与g 阅读全文
摘要:
array_pop 将数组最后一个元素弹出 array_push 将一个或者多个元素插入数组末尾 array_shift 将数组开头元素移出数组 array_unshift 将一个或多个元素插入数组开头 array_map 为数组每一个元素调用回调函数 array_chunk 将一个数组分割成多个 阅读全文
摘要:
1、mac安装redis: https://my.oschina.net/jackieyeah/blog/524583 修改源码、编译安装步骤: 1、将源码copy至目录/usr/local/redis 2、在源码目录执行make,有必要的话执行make test,再make install; 3、 阅读全文
摘要:
Jmeter的使用 步骤: 1、进入bin目录 /Users/chengguilu/forbidden delete/apache jmeter 3.1/bin 2、sh jmeter 打开软件界面 https://www.linuxdashen.com/ubuntu%E5%AE%89%E8%A3% 阅读全文
摘要:
http://blog.csdn.net/zwan0518/article/details/12219055 http://blog.csdn.net/v_july_v/article/details/6124989 http://blog.csdn.net/v_JULY_v/article/det 阅读全文
摘要:
http://www.cnblogs.com/starof/p/4680083.html 阅读全文
摘要:
http://www.plhwin.com/2014/06/13/web security sql/ https://github.com/astaxie/build web application with golang/blob/master/zh/09.4.md http://blog.csd 阅读全文
摘要:
https://zh.wikipedia.org/wiki/HTTP%E6%8C%81%E4%B9%85%E8%BF%9E%E6%8E%A5 http://51write.github.io/2014/04/09/keepalive/ 阅读全文
摘要:
csrf: http://www.cnblogs.com/hyddd/archive/2009/04/09/1432744.html https://gold.xitu.io/post/583d6384a22b9d006a93c868 http://www.freebuf.com/articles/ 阅读全文