2015-08-27 wansong
项目中的变量命名采用驼峰规则, 除了以下常用的英文可以用缩写(是否使用视习惯而定), 其他一律用英文全称 A: 广告: advertisement -> ad 平均: average -> avg B: 背景: background -> bg 继续阅读 »
2017-02-14 blademainer
一 编程规约 (一) 命名规约 (二) 常量定义 (三) 格式规约 (四) OOP规约 (五) 集合处理 (六) 并发处理 (七) 控制语句 (八) 注释规约 (九) 其它 二 异常日志 (一) 异常处理 (二) 日志规约 三 MySQL规约 (一) 建表规约 (二) 索引规约 (三) SQL规约 (四) ORM规约 四 工程规约 (一) 应用分层 (二) 二方库规约 (三) 服务器规约 五 安全规约 * * * more 一 编程规约    (一)命名规约  【强制】 代码中的命名均不能以下划线或美元符号开始,也不能以下划线或美元符号结束。 继续阅读 »
2016-04-22 Brian Li
前段时间用HomeBrew把Cocopods升级到 1.0.0.beta.3,今天在项目中执行 pod update 时提示了错误。 [!] Invalid Podfile file: [!] The specification of link_with in the Podfile is now unsupported, please use target blocks instead.. 查找的结果是版本太高,所以需要降低Cocoapods的版本来解决第三方库的兼容问题。 继续阅读 »
2000-02-22 ruki
content {:toc} Note: This documents is only a mirror, if you want to see newest documents please goto: http://xmake.io/#/manual Specification Naming conventions The interface is named according to some of the predefined specifications, which is more convenient to understand and easy to use. It's according to the fo 继续阅读 »