有序链表的用途有序链表主要用途就是用于排序,大家都知道,数组的插入排序算法,排序的时候需要大量的复制数据,这样效率就会很低,用有序链表实现无序数组的排序这样可以减少很多次的数据的复制。效率大大提高。package 有序链表;public class Link { public double dd; ...
分类:
其他好文 时间:
2015-01-28 21:16:05
阅读次数:
322
在工程中导入XMPP第三库时,出现link错误,错误如下: Undefined symbols for architecture i386: ? "_iconv", referenced from: ? ? ? _mem_cd_iconv in libidn.a(striconv.o) ? ? ? _str_cd_iconv in l...
分类:
移动开发 时间:
2015-01-28 19:59:10
阅读次数:
292
浏览器加载和渲染html的顺序1. 用户输入网址(假设是个html页面,并且是第一次访问),浏览器向服务器发出请求,服务器返回html文件;2. 浏览器开始载入html代码,发现<head>标签内有一个<link>标签引用外部CSS文件;3. 浏览器又发出CSS文件的请求,服务器返回这个CSS文件;...
分类:
其他好文 时间:
2015-01-28 17:22:01
阅读次数:
233
参见:http://www.w3cschool.cc/bootstrap/bootstrap-carousel-plugin.html <!DOCTYPE?html>
<html>
<head>
???<title>Bootstrap?实例?-?简单的轮播(Carousel)插件</title>
???<link?href="/bootst...
分类:
其他好文 时间:
2015-01-28 14:52:28
阅读次数:
656
1. 下载openCryptoki源码,并解压到本地目录(opencryptoki) ? ? http://sourceforge.net/projects/opencryptoki/ 2. 构建和安装(root用户) 命令执行顺序: # cd opencryptoki # ./bootstrap.sh ? # ./configur...
分类:
其他好文 时间:
2015-01-28 14:50:03
阅读次数:
735
做iOS的二维码扫描,有两个第三方库可以选择,ZBar和ZXing。今天要介绍的是iOS7.0后AVFoundation框架提供的原生二维码扫描。首先需要添加AVFoundation.framework框架到你工程中build phase的"Link Binary With Libraries".....
分类:
移动开发 时间:
2015-01-28 14:36:21
阅读次数:
222
(参考:http://baike.baidu.com/link?url=S0D7j6oZvh3pp16D-A61pyjNEDIvOXptihrroHPX63RBELqt7Uk-iymW4wtb-Sktkyimh-p0A_z_PmygXcyagMBL85VYnNnJZr2AuCV8sXu)1 第一范式...
分类:
数据库 时间:
2015-01-28 12:32:28
阅读次数:
181
仅安装数据库软件不配置数据库./x86oracle.sh /ruiy/ocr/DBSoftware/app/oracle /ruiy/ocr/DBSoftware/app/oraInventory /ruiy/ins_soft.rsp静默安装数据库软件并配置数据库./x86oracle.sh /ru...
分类:
数据库 时间:
2015-01-28 00:45:48
阅读次数:
199
Notepad++ 功能大全啊:http://www.crifan.com/files/doc/docbook/rec_soft_npp/release/htmls/index.html
分类:
其他好文 时间:
2015-01-27 21:39:53
阅读次数:
117
Setup
$ wget -O ~/data/gutenberg/hamlet.txt http://www.gutenberg.org/cache/epub/1787/pg1787.txt
$ cd ~/soft/flink-0.7.0-incubating
$ bin/start-local.sh
$ jps -m
18689 JobManager -executionMode lo...
分类:
其他好文 时间:
2015-01-27 18:31:43
阅读次数:
398