周末没事自己写了个网络爬虫,先介绍一下它的功能,这是个小程序,主要用来抓取网页上的文章,博客等,首先找到你要抓取的文章,比如韩寒的新浪博客,进入他的文章目录,记下目录的连接比如http://blog.sina.com.cn/s/articlelist_1191258123_0_1.html,里面每篇文章都有个连接..
分类:
编程语言 时间:
2014-12-07 06:55:19
阅读次数:
233
为什么要有软件包管理器?虽然使用源代码进行编译可以定制一些高级功能,但对于Linux发行商来说,管理软件不容易,而且不是每个使用Linux的用户都有能力进行编译安装,如果能够将软件预先在相同的硬件与操作系统上编译好在发行出发行版的话,就可以让相同的发行版具有完全一致..
分类:
系统相关 时间:
2014-12-07 06:55:36
阅读次数:
362
紧随微软步伐建立活动目录的大型公司大多都采用多域林的构架,每个域都有自己的管理员。经过一些年的运维,都发现了成本高,管理不灵活。于是又开始删除不必要的域,把管理对象合并到有限的几个域。本人所管理网络在全球各个站点分布着几十个域,是一个枝繁叶茂的典型的树结构..
分类:
其他好文 时间:
2014-12-07 06:55:37
阅读次数:
207
一:django的表单实现基本上有两种方法,一种是直接用在views理定义,用GET捕获输入,并控制输入格式和模板交互,展示给用户;另一种是使用django的forms模块实现,前者功能单一,用于实现简单功能,后者功能强大,用于系统性和集中系统开发中。下面我们来简单介绍下两种方法二..
分类:
其他好文 时间:
2014-12-07 06:54:55
阅读次数:
186
今天把项目从hibernate3升级到4的时候报错:DisablingcontextualLOBcreationascreateClob()methodthrewerror:java.lang.reflect.InvocationTargetException错误原因分析:可能是里面多了没有用的MySQL的驱动包,现在用的是oracle数据库,删了就好了在applicationContext.xml里..
分类:
其他好文 时间:
2014-12-07 06:55:54
阅读次数:
986
工作中有一个项目是tomcat5下开发的,发布到tomcat6下后就会报UnabletoreadTLD"META-INF/c.tld"fromJARfile"file:/D:tomact6/webapps/hqportal/WEB-INF/lib/jstl-1.2.jar":org.apache.jasper.JasperException:FailedtoloadorinstantiateTaglibraryValidatorclass:org.apache.ta..
分类:
其他好文 时间:
2014-12-07 06:53:33
阅读次数:
182
最近工作中碰到了一个奇怪问题,特别做下笔记:user表里的数据,是1,1和2,2,分别为id和name字段。代码如下:importorg.hibernate.Hibernate;importorg.hibernate.Session;importorg.hibernate.SessionFactory;importorg.hibernate.Transaction;importorg.hibernate.cfg.Conf..
分类:
数据库 时间:
2014-12-07 06:54:29
阅读次数:
260
RelativeLayout(相对布局):layout/activity_main.xml<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><Text..
分类:
移动开发 时间:
2014-12-07 06:54:19
阅读次数:
176
TableLayout(相对布局):layout/activity_main.xml<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:orientati..
分类:
其他好文 时间:
2014-12-07 06:53:19
阅读次数:
223
当出现ErrorinanXMLfile:abortingbuild这个错误的时候,我们项目本身是没有问题的,但是还是报ErrorinanXMLfile:abortingbuild这个错了,所以我们要重新编译下:解决方案:project---》clean--》选中要发布的项目然后clean,就可以了哦,呵呵
分类:
系统相关 时间:
2014-12-07 06:52:30
阅读次数:
197
AbsoluteLayout绝对布局:layout/activity_main.xml<AbsoluteLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><TextView..
分类:
移动开发 时间:
2014-12-07 06:54:36
阅读次数:
156
先设置自己的log打印:然后在activity类入口写log代码:3:结果:
分类:
其他好文 时间:
2014-12-07 06:53:08
阅读次数:
150
1、感冒发烧可以吃西红柿吗?西红柿早已成为抗癌的明星级食品,除了茄红素之外,因为西红柿当中酸性物质的影响,它富含的维生素C较不易在烹调中流失,更利于人体摄龋西红柿不仅对疾病如癌症等具有防护作用,对于预防感冒,西红柿也有一套。西红柿当中富含茄红素,具有强大的抗..
分类:
其他好文 时间:
2014-12-07 06:53:26
阅读次数:
148
FrameLayout(帧布局):layout/activity_main.xml<FrameLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><ImageViewand..
分类:
其他好文 时间:
2014-12-07 06:52:15
阅读次数:
144
TableLayout(网格布局)需要注意的:网格布局需要最低版本支持:API14也就是最低andriod4.0:layout/activity_main.xml<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"..
分类:
移动开发 时间:
2014-12-07 06:52:37
阅读次数:
215
FrameLayout(帧布局):layout/activity_main.xml<FrameLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><ImageViewand..
分类:
其他好文 时间:
2014-12-07 06:52:32
阅读次数:
212