摘要: CREATE DATABASE news DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci;CREATE TABLE `webpage` (`id` varchar(767) NOT NULL,`headers` blob,`text` mediumtext DEFAULT NULL,`status` int(11) DEFAULT NULL,`markers` blob,`parseStatus` blob,`modifiedTime` bigint(20) DEFAULT NULL,`score` float 阅读全文
posted @ 2013-04-19 21:34 WenEric 阅读(626) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install bison ed gawk gcc libc6-dev make安装Mercurial(类似pip,gem): Mercurial是一个版本管理系统,可以直接在终端输入"hg"来检查是否已经安装该软件 sudo apt-get install python-setuptools python-dev build-essential mercurial获取Go语言源码包: 进入保存Go语言源码的路径 hg clone -r release https://go.googlecode.com/hg/ go配置Go语言环境变量: sudo 阅读全文
posted @ 2013-04-19 21:32 WenEric 阅读(293) 评论(0) 推荐(0) 编辑