码迷,mamicode.com
首页 > 2015年04月08日 > 全部分享
(浏览文档)UIDocumentInteractionController打开自己的第三方应用、使用QLPreviewController浏览文档
UIDocumentInteractionController: 在.h文件中添加UIDocumentInteractionControllerDelegate> 然后在.m文件中,新建一个方法,用来响应你点击按钮弹出时弹出的popview,其中会罗列可打开当前文件的其他应用。 方法如下: -(void)openDocumentIn{         docume...
分类:其他好文   时间:2015-04-08 18:10:02    阅读次数:378
在线LCA
const int MAXN = 10010; const int MAXM = 10010; struct N { int v,w,next; }edge[MAXM*2]; int Top; int head[MAXN]; int MAXSIZE; int dep[MAXN]; int seq[MAXN*2]; int R[MAXN];...
分类:其他好文   时间:2015-04-08 18:10:41    阅读次数:116
iOS 使用FMDB进行数据库操作
1、首先要先导入第三方类库FMdatabase。 2、获得存放数据库文件的沙盒地址。 +(NSString*)databaseFilePath 2 { 3   4 NSArray*filePath=NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDom...
分类:移动开发   时间:2015-04-08 18:10:41    阅读次数:228
一个spark receiver 或多个spark receiver 接收 多个flume agent
利用一个spark receiver 接收多个flume agentString host = args[0]; int port = Integer.parseInt(args[1]); String host1 = args[2]; int port1 = Integer.parseInt(args[3]); InetSocketAddress address1 = new Ine...
分类:Web程序   时间:2015-04-08 18:09:37    阅读次数:195
AVAudioPlayer 的 Error Domain=NSOSStatusErrorDomain Code=-10875 "未能完成操作。(“OSStatus”错误 -10875。)"
今天在做一个项目,因为要播放一个音频,就选择用 AVAudioPlayer来来做,因为以前用过,也没有注意太多后来就直接写,但是写好之后运行看效果,怎么也播放不出来,本来是因为本地音频文件有问题,后来重新找一个文件然后在播放,还是出现同样的问题. 用这段代码,以前是正常的,现在就不可以了,(网上还有好多开发人员用该方式是没有问题) - (void)playRuningDista...
分类:其他好文   时间:2015-04-08 18:08:37    阅读次数:225
数据仓库——逻辑数据模型
在数据仓库领域有一个概念叫logical data model,中文一般翻译为“逻辑数据模型”。逻辑数据模型设计与概念数据模型设计、物理数据模型设计是数据库及数据仓库模型设计的三个主要步骤。逻辑数据模型反映的是系统分析设计人员对数据存储的观点,是对概念数据模型进一步的分解和细化。逻辑数据模型是根据业务规则确定的,关于业务对象、业务对象的数据项及业务对象之间关系的基本蓝图。逻辑数据模型的内容包括所有的...
分类:其他好文   时间:2015-04-08 18:08:48    阅读次数:106
LeetCode Remove Duplicates from Sorted Array II
Follow up for "Remove Duplicates": What if duplicates are allowed at most twice? For example, Given sorted array A = [1,1,1,2,2,3], Your function should return length = 5, and A is now [1,1,2,...
分类:其他好文   时间:2015-04-08 18:08:31    阅读次数:118
解决Haproxy误报"backend xxx_server has no server available!"
把Haproxy用在生产环境后,经常会遇到Haproxy误报"backend xxx_server has no server available!"的消息,而实际上,xxx_server是正常运行的。 最近误报越来越多,已经严重影响服务器的使用,之前几个月间或google了一些资料,都没有坚决这个问题。于是决定腾出时间从Haproxy的源码找原因。 仔细在Haproxy的源码里找了找,发现是...
分类:其他好文   时间:2015-04-08 18:10:06    阅读次数:595
java Dom解析
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); DocumentBuilder builder = factory.newDocumentBuilder(); document = builder.parse(new File(FILE_PATH));...
分类:编程语言   时间:2015-04-08 18:11:12    阅读次数:117
Codeforces Round #177 (Div. 2)---E. Polo the Penguin and XOR operation(贪心)
Little penguin Polo likes permutations. But most of all he likes permutations of integers from 0 to n, inclusive.For permutation p?=?p0,?p1,?…,?pn, Polo has defined its beauty — number .Expression mean...
分类:其他好文   时间:2015-04-08 18:08:05    阅读次数:144
Heat 支持查询 Autoscaling Group 虚拟机列表
引言 OpenStack Mailing List 中有这么一份邮件,内容如下: [Openstack] heat autoscaling group/instance relationships I'm trying to figure out how to determine all instances that were created as part of...
分类:其他好文   时间:2015-04-08 18:07:44    阅读次数:141
Unique Binary Search Trees II--LeetCode
题目: Given n, generate all structurally unique BST's (binary search trees) that store values 1...n. For example, Given n = 3, your program should return all 5 unique BST's shown below. 1 ...
分类:其他好文   时间:2015-04-08 18:10:34    阅读次数:132
在arcgis中栅格数据向矢量数据的转换
栅格向矢量转换处理的目的,是为了将栅格数据分析的结果,通过矢量绘图装置输出,或者为了数据压缩的需要,将大量的面状栅格数据转换为由少量数据表示的多边形边界,但是主要目的是为了能将自动扫描仪获取的栅格数据加入矢量形式的数据库。...
分类:其他好文   时间:2015-04-08 18:10:30    阅读次数:136
Linux 网络编程——原始套接字实例:发送 UDP 数据包
IP报头...
分类:系统相关   时间:2015-04-08 18:08:34    阅读次数:230
用arcgis制作色带图例简明教程
制作色带图例简明教程,三步搞定色带图例。...
分类:其他好文   时间:2015-04-08 18:08:30    阅读次数:1436
关于系统参数:vm.overcommit_memory 和 vm.overcommit_ratio;
overcomit_memory :     0 :用户申请内存的时候,系统会判断剩余的内存多少,如果不够的话那么就会失败。     1:  用户申请内存的时候,系统不进行任何检查任务内存足够用,直到使用内存超过可用内存。     2: 用户一次申请的内存大小不允许超过可用内存的大小。 overcommit_ratio:     当 overcomot_memory = 2 时,该参数...
分类:其他好文   时间:2015-04-08 18:08:02    阅读次数:139
部署Lync Server 2013时系统提示Prerequisite installation failed安装必备组件失败SqlInstanceRtcLocal 2067922934
部署Lync Server 2013时系统提示Prerequisite installation failed安装必备组件失败:Prerequisite installation failed: SqlInstanceRtcLocal with a failure code of 2067922934Prerequisite installation failed: SqlInstanceRtcLoc...
分类:数据库   时间:2015-04-08 18:09:47    阅读次数:319
2214条   上一页 1 ... 39 40 41 42 43 44 45 ... 131 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!