https://developer.apple.com/library/content/documentation/Performance/Conceptual/ManagingMemory/Articles/AboutMemory.html#//apple_ref/doc/uid/20001880 ...
分类:
其他好文 时间:
2017-08-01 20:46:45
阅读次数:
182
http://www.codesynthesis.com/products/odb/examples.xhtml The following list gives an overview of the examples available in the odb-examples package. E ...
分类:
数据库 时间:
2017-07-31 00:56:18
阅读次数:
197
点击查看原文 代码直接下载http://download.csdn.net/detail/metis100/8514837 第一步,xml Manifest中要设置网络权限,否则会出先 webpage not available <uses-permission android:name="andr ...
分类:
移动开发 时间:
2017-07-30 15:00:03
阅读次数:
208
#安装docker-machine cupid@ubuntu:~$ pwd /home/cupid cupid@ubuntu:~$ ls Desktop docker-machine-Linux-x86_64 Documents Downloads examples.desktop Music Pi... ...
分类:
系统相关 时间:
2017-07-29 21:28:15
阅读次数:
351
要一次读取多个字节时,经常用到InputStream.available()方法,这个方法可以在读写操作前先得知数据流里有多少个字节可以读取。需要注意的是,如果这个方法用在从本地文件读取数据时,一般不会遇到问题,但如果是用于网络操作,就经常会遇到一些麻烦。比如,Socket通讯时,对方明明发来了10 ...
分类:
其他好文 时间:
2017-07-29 19:37:21
阅读次数:
217
apple API: NS_CLASS_AVAILABLE(10_0, 6_0) @interface NSMutableParagraphStyle : NSParagraphStyle @property(NS_NONATOMIC_IOSONLY) CGFloat lineSpacing; @p ...
分类:
移动开发 时间:
2017-07-29 19:32:11
阅读次数:
228
Available bitrates (Mbit/s) for a DVB-T system in 8 MHz channels from: http://igorfuna.com/dvb-t/ ...
分类:
其他好文 时间:
2017-07-29 12:54:34
阅读次数:
121
出现错误 ORA-01034 ORACLE not available ORA-27101 Shared memory realm does not exist 解决方法 启动监听: #lsnrctl start 启动Oracle服务 $sqlplus /nolog sql> conn / as s ...
分类:
数据库 时间:
2017-07-27 21:25:47
阅读次数:
163
目前Java获取文件大小的方法有两种: 1、通过file的length()方法获取; 2、通过流式方法获取; 通过流式方法又有两种,分别是旧的java.io.*中FileInputStream的available()方法和新的java..nio.*中的FileChannel 下面依次介绍这几种方法: ...
分类:
编程语言 时间:
2017-07-26 18:06:02
阅读次数:
171
一. 安装配置 a. 环境准备 1、服务端安装: rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -qa | grep saltyum install -y salt-mas ...
分类:
其他好文 时间:
2017-07-26 13:40:50
阅读次数:
194