前些日子为了更新Ubuntu到14.04这个LTS版本,连带着把Windows也重新安装了一遍。懒得再安装虚拟机了,尝试一下在Ubuntu14.04这个64位系统里做操作系统实验咯。1.安装交叉编译器第一个要解决的问题就是交叉编译器,材料里提供的是x86平台上的交叉编译器。按道理来说64位系统应该是...
分类:
其他好文 时间:
2014-04-30 02:45:11
阅读次数:
529
class Program { int count; public Program() { }
public Program(int count) { this.count = count; ...
分类:
其他好文 时间:
2014-04-28 14:49:57
阅读次数:
477
介绍功能:网络爬虫开发语言:c++开发者:Sébastien
Ailleret(法国)特点:只抓取网页,高效(一个简单的larbin的爬虫可以每天获取500万的网页)安装安装平台:Ubuntu
12.10下载:http://sourceforge.net/projects/larbin/files/...
分类:
其他好文 时间:
2014-04-28 14:46:03
阅读次数:
565
在上机操作jdk的安装中还是有些问题出现的,
老师把jdk1.6的安装包发给我们然也2后按提示完成Jdk的安装,这很简单没出现问题安装完成后就开始Jdk的变量,因在家的电脑也安装了JDK完成了变量也成功了的
我先按照在家的变量过程操作 右击我的电脑 高级选项选择变量 找到Pathr然后编辑变量值为C...
分类:
其他好文 时间:
2014-04-28 09:48:03
阅读次数:
994
找了好多资料也没有找到该死的ie的解决办法,最后放弃了iejs获取缩略图 Add
files...
分类:
Web程序 时间:
2014-04-28 08:56:56
阅读次数:
737
Centos6.5 X86 64 2014-04-27# yum -y install
corosync pacemaker # yum -y install crmsh-1.2.6-4.el6.x86_64.rpm
pssh-2.3.1-2.el6.x86_64.rpm # u...
分类:
其他好文 时间:
2014-04-28 00:36:48
阅读次数:
717
文字格式设置:
字体颜色设置:
Program.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace ColorDialog
{
static class Program
{...
分类:
其他好文 时间:
2014-04-27 20:38:47
阅读次数:
576
这是一篇分享技巧的文章:myeclipse中配置spring xml自动提示。
① window -> preferences -> MyEclipse -> Files and Editors -> XML -> XML Catalog
② 选择User Specified Entries,点击add按钮弹出一个选框,填入以下三项
i. Location: D:\baidu...
分类:
编程语言 时间:
2014-04-27 17:49:51
阅读次数:
667