Coder Social home page Coder Social logo

blog-comments's People

Watchers

rain avatar

blog-comments's Issues

初探phpDoc — QiuYu Blog

http://www.qiuyuhome.com/2018/01/30/phpDoc-study/

去年新开发的一个项目, 因为是一边摸索一般开发, 所以需求变换的也很快, 同时也是懒了, 就没有做接口文档.刚开始还没有什么问题, 随着时间的慢慢推移, 业务逻辑也越来越多, 定制的一些规则也都记不住了, 所以. 做一个接口的文档. 还是很有必要的.现在的开源的api文档管理系统非常多. 最终, 我选择了phpDocumentor, 为什么呢? 只因为他最符合PHP.

ubuntu下的apt-get — QiuYu Blog

http://www.qiuyuhome.com/2017/07/28/ubuntu-apt-get/

高级包装工具(英语:Advanced Packaging Tools,简称:APT)是Debian及其衍生发行版(如:ubuntu)的软件包管理器。APT可以自动下载,配置,安装二进制或者源代码格式的软件包,因此简化了 Unix系统上管理软件的过程,apt-get命令一般需要root权限执行,所以一般跟着sudo命令。它根yum ,pacman,installpkg等性质差不多,是系统软件的管理工具。会用其中一种基本上都会用了。

phpcs的使用 — QiuYu Blog

http://www.qiuyuhome.com/2018/01/21/phpcs-usage/

遇到队友不按套路出牌, 怎么办, 拟定好代码风格, 开发的时候却不执行. 没关系. 可以使用 phpcs 来约束他.如果还是不行. 只能出绝招了. 在 git 提交前做一个钩子. 代码不符合规则, 则不允许提交. 哈哈. 当然. 我没这么干.旧的代码还得慢慢改. 哎.

shell_set — QiuYu Blog

http://www.qiuyuhome.com/2017/07/17/shell-set/

set命令作用主要是显示系统中已经存在的shell变量,以及设置shell变量的新变量值。使用set更改shell特性时,符号”+”和”-“的作用分别是打开和关闭指定的模式。set命令不能够定义新的shell变量。如果要定义新的变量,可以使用declare命令以变量名=值的格式进行定义即可。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.