Android权限管理PermissionsDispatcher2.3.2使用+原生6.0权限使用 ...
分类:
移动开发 时间:
2017-08-12 13:28:05
阅读次数:
281
8种基本引用类型 四种整数类型(byte、short、int、long) 两种浮点数类型(float、double) 一种字符类型(char) 一种布尔类型(boolean) 以及如String, final类型的数据类型时。 在方法调用时,属于值传递,在方法中改变了值之后,原始值不会改变。 除了以 ...
分类:
编程语言 时间:
2017-08-10 19:31:19
阅读次数:
133
通过上面可以发现 单层map的本质其实是两个序列化的数组, 多层map同理 ...
分类:
其他好文 时间:
2017-08-09 18:01:24
阅读次数:
91
Bimokh is Mashmokh's boss. For the following ndays he decided to pay to his workers in a new way. At the beginning of each day he will give each worke ...
分类:
其他好文 时间:
2017-08-09 12:51:00
阅读次数:
236
iostat -mx 1 dm-60 dm-61 dm-62 dm-63 dm-64 dm-65 dm-66 dm-67 Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await r_await w_await svctm % ...
分类:
其他好文 时间:
2017-08-07 22:04:25
阅读次数:
175
1. 添加配置文件 log4j.properties db.properties sqlMapConfig.xml (全局配置文件) User.xml 2.入门代码测试: (1)根据Id查询用户信息 (2)模糊查询代码测试 (3)添加用户 (4)删除用户 (5)更新用户 总结: 1. paramet ...
分类:
其他好文 时间:
2017-08-06 16:59:37
阅读次数:
359
原链接:传送门 今天看到 boost::unordered_map,它与 stl::map的区别就是,stl::map是按照operator<比较判断元素是否相同,以及比较元素的大小,然后选择合适的位置插入到树中。所以,如果对map进行遍历(中序遍历)的话,输出的结果是有序的。顺序就是按照opera ...
分类:
其他好文 时间:
2017-08-05 22:48:10
阅读次数:
250
一、数据加密和解密进程间通信: 同一主机内的进程间通信: 发送信号(signal), 共享内存(shm), semaphore messagequeue,MQ,RabbitMQ 不同主机之间的进程间通信: Socket-pair,套接字对儿; 三种类型的套接字: 流套接字(Socket_Stream):基于TCP协议通信的套接字; ..
分类:
系统相关 时间:
2017-08-03 21:49:13
阅读次数:
225
原文:http://www.open-open.com/code/view/1435214601278 ...
分类:
编程语言 时间:
2017-08-03 13:59:05
阅读次数:
190