- 博客(2)
- 收藏
- 关注
原创 Windows NDK编译protobuf动态库
编译环境:Win7 64位ndk-r10eprotobuf2.6.1(高版本理论上也能编译通过)参考网址:https://blog.csdn.net/kaitiren/article/details/9047943步骤:1:下载protobuf源码可根据需求下载所需要的版本,项目需求个人下载的是2.6.1https://github.com/protocolbuffers...
2018-11-29 18:51:14
748
原创 使用随机算法产生一个数,要求把1-1000W之间这些数全部生成
无聊写个玩下private static void createRandom() { Random random = new Random(); long start = System.currentTimeMillis(); int value = 10000000; ArrayList<Integer> list = new ...
2017-02-07 18:15:59
3270
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人