- 博客(10)
- 收藏
- 关注
原创 Android网络:由手机与手机WIFI互…
http://blog.csdn.net/yanzi1225627/article/details/21506489
2017-07-28 14:47:37
220
原创 byte数组计算校验和,帧头长度为12
private boolean matchCrc(byte[] readData, int packLength, int index) { int total = 0; int x = 0; // 计算校验和,这里帧头长度为12 for (x = index + 12; x < index + 12 + packLength && x total += readData[x]; if (r
2017-07-28 14:47:31
1157
原创 Android多国语言的value文件夹命名…
在res目錄下建立不同名稱的values文件來調用不同的語言包 Values文件匯總如下: 中文(中國):values-zh-rCN中文(台灣):values-zh-rTW 中文(香港):values-zh-rHK 英語(美國):values-en-rUS 英語(英國):values-en-rGB 英文(澳大利亞):values-en-rAU 英文(加拿大):value
2017-07-28 14:47:27
410
原创 android客户端和java服务端之间用s…
http://blog.csdn.net/qingzi635533/article/details/8961180
2017-07-28 14:47:23
214
原创 Android中ListView与CheckBox结合-…
http://blog.csdn.net/qq544529563/article/details/38760357
2017-07-28 14:47:19
230
原创 android shape的使用
http://www.cnblogs.com/cyanfei/archive/2012/07/27/2612023.html
2017-07-28 14:47:10
177
原创 LeetCode ---2.Two Sum
题目 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly one solution, and you may not use
2017-07-25 13:21:11
168
原创 LeetCode 开始刷题锻炼的时期
最近总觉得思维慢慢的迟钝下来,对于代码的热情停留在了ctrl+c和ctrl+v(会不会大部分的程序员也步入的这种时期),于是为了激发出自己的求知欲,打算在LeetCode坚持每天做几份题型
2017-07-25 11:56:59
268
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人