安装drbd过程:(实验借鉴:http://www.it165.net/os/html/201309/6317.html)yum-yinstalllibjpeglibjpeg-devellibpnglibpng-develfreetypefreetype-devellibxml2gccgcc-c++autoconf#wgethttp://oss.linbit.com/drbd/8.4/drbd-8.4.3.tar.gz注意:安装kernel-devel一定要和你unam..
分类:
其他好文 时间:
2014-12-19 19:23:43
阅读次数:
184
上一篇HTTPclient模拟登陆交大图书馆
解决了登陆,登陆之后便可以查看个人信息。个人信息条目较少,如图:
主要就是:姓名、电话、目前借书、积欠金额。
查看其html代码:
下面开始进行解析:
代码
package com.ali.login.spider;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Do...
分类:
Web程序 时间:
2014-12-18 22:24:38
阅读次数:
297
Alice and BobTime Limit: 1 SecMemory Limit: 64 MBSubmit: 255Solved: 43DescriptionAlice is a beautiful and clever girl. Bob would like to play with Ali...
分类:
其他好文 时间:
2014-12-18 10:07:38
阅读次数:
196
闲的没事自己搭建了一个私有仓库,把操作记录下载留待以后翻阅。1.安装nexus环境。首先去官网下载nexus oss的zip包http://www.sonatype.org/nexus/,这个是免费使用的。下载完成之后解压zip包。然后cmd命令进入nexus目录下的bin目录,首次使用需要先安装n...
分类:
其他好文 时间:
2014-12-17 23:54:08
阅读次数:
300
首要压缩包能够从这儿取得:http://anychat.oss.aliyuncs.com/AnyChatCoreSDK_Win32_V5.1.zip
也可进去网站下载其他版别(www.anychat.cn)
下载后,首要将其解压到一个临时文件夹中,然后开端后续作业。
编译后取得的是.lib文件。
AnyChat SDK向上层运用敞开了内核的P2P连接战略,能够让运用程序来干涉内核的P2P连...
分类:
其他好文 时间:
2014-12-11 15:54:14
阅读次数:
214
文章主要是本人的认识,介绍也不全面,则重于流程,用词方面也不讲究,很多观点也比较粗糙,有错误的地方,请多多指正。文章主要参考《深入分析linux内核源码》关于中断的章节:http://oss.org.cn/kernel-book/中断是计算机系统的一种机制,主要有两种作用:实现异步。紧急处理..
分类:
系统相关 时间:
2014-12-11 06:47:58
阅读次数:
176
1.relativeLayout布局的新属性4.22.相对布局练习//==================android:layout_alignStartandroid:layout_alignEndandroid:layout_alignParentStartandroid:layout_ali...
分类:
移动开发 时间:
2014-12-09 09:14:23
阅读次数:
191
Problem Description
Ali has taken the Computer Organization and Architecture course this term. He learned that there may be dependence between instructions, like WAR (write after read), WAW, RAW.
If...
分类:
编程语言 时间:
2014-12-07 17:52:29
阅读次数:
262
系统CentOS6.564位nagios服务已经安装完成,下面先安装rrdtool,http://oss.oetiker.ch/rrdtool/yuminstalllibjpeg-devellibpng-develpango*libart_lgpl-develpango-devel*cairo-devel*libxml2-devellibjpeg-devellibpng-develgd-develperl-GDlibtoul-ltdl-develrrdtool-perlpe..
分类:
移动开发 时间:
2014-11-28 06:32:44
阅读次数:
442
oLi=document.createElement('li');------------创建元素oLioUl.appendChild(oLi);------------------------插入元素到oUl尾部oUl.insertBefore(oLi,aLi[0]);--------------...
分类:
其他好文 时间:
2014-11-25 14:24:42
阅读次数:
255