note [BUG] Android 添加Recyclerview-v7 库时出错
- folder Levan update
- folder Android
- label Android Bug
bug描述:
添加‘com.android.support:recyclerview-v7:26.0.0-alpha1’库时,rebuild时出错
1 | Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(25.3.0) from [com.android.support:appcompat-v7:25.3.0] AndroidManifest.xml:27:9-31 |
note Oracle SQL 记录
- folder Levan update
- label oracle sql
1 | create table tbl_company_emp |
note Sencha Touch 编码约定
- folder Levan update
- label Sencha touch
编码
- Javascript编码规范
https://github.com/ecomfe/spec/blob/master/javascript-style-guide.md - css 编码规范
https://github.com/ecomfe/spec/blob/master/css-style-guide.md - sass 规范
参考: https://sass-guidelin.es/zh/
命名补充
- 文件名必须以大写字母打头
- class名,必须按文件路径
e.g. app/view/test/Test.js == appName.view.test.Test - view 文件夹下 xtype 以小写字母打头,且带有小尾巴 -View
e.g. xtype:’testView’ - alternateClassName 也必须以大写字母开头
- 日期时间使用格式 “201703241148Z” 2017年3月24日11点48分 尾巴Z是跟CG API
note 离线安装Sublime插件!
- folder Levan update
- label sublime plugin