题目描述:
Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a process to make the results as fair as possible. One way is to assign each exam prob...
分类:
其他好文 时间:
2015-05-28 09:37:33
阅读次数:
126
1 、安装cronologwgethttp://down1.chinaunix.net/distfiles/cronolog-1.6.2.tar.gz./configuremake &&sudo make install默认安装位置: # which cronolog/usr/local/sbin/...
分类:
系统相关 时间:
2015-05-28 00:16:36
阅读次数:
269
在PowerPC平台 u-boot移植基础上,移植Linux内核,具体移植过程如下:
1.修改顶层Makefile
ARCH ?= powerpc
CROSS_COMPILE ?= powerpc-linux-gnu-
2.配置
freescale@freescale-sdk:~/work/source/linux-2.6.35-r2$ make p1010rdb_...
分类:
系统相关 时间:
2015-05-27 21:15:27
阅读次数:
636
继PowerPC平台 Linux移植一,制作busybox文件系统,目的实现单板挂载nfs文件系统。
1.制作busybox文件系统
(1)交叉编译busybox
a.make menuconfig
配置Cross Compile prefix 位powerpc-linux-gnu-
Installation Options 路径指定为/home/freescale/work/sour...
分类:
系统相关 时间:
2015-05-27 21:12:25
阅读次数:
977
操作系统:ros(indigo)/ubuntu14.04
编译工具:cmake(catkin_make)
出现错误:
robot_control/src/robot_control.cpp:9:62: fatal error: robot_control/robot_control.h: No such file or directory
#include
出现此错误时,有三种...
分类:
其他好文 时间:
2015-05-27 19:14:11
阅读次数:
2611
Makefile书写格式非常严格,all:make-C$(KDIR)M=$(PWD)$(EXTRA_CFLAGS)modulesdefault:make-C$(KDIR)M=$(PWD)$(EXTRA_CFLAGS)modulesclean:make-C$(KDIR)M=$(PWD)clean在拷贝...
分类:
其他好文 时间:
2015-05-27 11:59:49
阅读次数:
117
在linux下想做一个图形化的界面,然后自己选择使用gtk+2.0来进行编辑,我的电脑已经安装过gtk+2.0了,所以就在网上找了一个安装方法,结果未测试,大家有安装问题可以说下,一起探讨下。1、安装gcc/g++/gdb/make 等基本编程工具sudo apt-get install build...
分类:
系统相关 时间:
2015-05-26 22:48:23
阅读次数:
295
After being all out for 58 and 78 in two matches in the most prestigious tournament in the world, the coach of a certain national cricket team was very upset. He decided to make the batsmen practice a...
分类:
其他好文 时间:
2015-05-26 21:25:10
阅读次数:
120
一、安装版本nginx1.6.3pcre-devel7.8-6mysql5.1.73php5.3.3二、安装需要的包[root@localhost~]#yum-yinstalllrzsz[root@localhost~]#yum-yinstallgccpcre-develzlibzlib-devel编译安装nginx[root@localhost~]#./configure--prefix=/usr/local/nginx[root@localhost~]#make&..
分类:
其他好文 时间:
2015-05-26 19:13:26
阅读次数:
209
安装环境:centos6.564位nginx版本:nginx-1.4.7一、安装安装必要软件pcre和openssl为了支持rewrite功能,我们需要安装pcretarzxvfpcre-8.31.tar.gzcdpcre-8.31./configure&&make&&makeinstall为了ssl支持,需要安装opensslyum-yinstallopenssl*2.安装nginx解..
分类:
其他好文 时间:
2015-05-26 19:11:26
阅读次数:
138