08 2017 档案

摘要:1. 格式化代码:ctrl + k + d 2. 注释代码:ctrl + k + c 3. 取消注释:ctrl+ k +u 4. 查看变量或函数的实现:F12 阅读全文
posted @ 2017-08-31 19:01 yongfengnice 阅读(130) 评论(0) 推荐(0) 编辑
摘要:private EditText mEtCode; mEtCode = (EditText) findViewById(R.id.et_code); mEtCode.setKeyListener(new DigitsKeyListener() { @Override protected char[] 阅读全文
posted @ 2017-08-24 10:39 yongfengnice 阅读(1418) 评论(0) 推荐(0) 编辑
摘要:1. static关键字修饰的变量的生命周期的说明 #include <iostream> void incrementAndPrint() { static int s_value = 1; // static duration via static keyword. This line is o 阅读全文
posted @ 2017-08-22 18:43 yongfengnice 阅读(221) 评论(0) 推荐(0) 编辑
摘要:Microsoft Visual Studio Ultimate 2013 旗舰版KEY:BWG7X-J98B3-W34RT-33B3R-JVYW9 Microsoft Visual Studio Premium 2013 高级版KEY:FBJVC-3CMTX-D8DVP-RTQCT-92494 M 阅读全文
posted @ 2017-08-17 16:19 yongfengnice 阅读(304) 评论(0) 推荐(0) 编辑
摘要:wave文件格式由以下三部分组成的 1.RIFF模块,该模块由下面三部分组成: ChunkID:固定值为RIFF。表示wave格式文件 大端存储 ChunkSize:整个wave文件的大小 小端存储 Format:固定值为WAVE,表示wave格式文件需要ftm子块和data子块 大端存储 2. f 阅读全文
posted @ 2017-08-14 17:27 yongfengnice 阅读(737) 评论(0) 推荐(0) 编辑
摘要:下面贴出了几张图,效果图如下所示: GitHub地址:https://github.com/yongfengnice/CustomWidget 阅读全文
posted @ 2017-08-08 19:50 yongfengnice 阅读(251) 评论(0) 推荐(0) 编辑
摘要:1. Android Layout ID Converter findViewById自动生成插件 2. Android Parcelable code generator Parcelable代码块自动生成插件 3. GsonFormat json字符串转为javabean类的插件 4. ECTr 阅读全文
posted @ 2017-08-08 16:24 yongfengnice 阅读(156) 评论(0) 推荐(0) 编辑
摘要:1. Error:Execution failed for task 'mergeDebugAndroidTestResources'. > Error: java.util.concurrent.ExecutionException: com.android.ide.common.process. 阅读全文
posted @ 2017-08-02 23:45 yongfengnice 阅读(1734) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示