#!/bin/bash
#systemOSautoinstall
#Mr.luo
#exit2:notmountsystemiso
pxe_dir=/mnt/p_w_picpaths/pxeboot
http_dir=/var/www/html
dhcp_dir=/etc/dhcp
echo"youhasconfigdhcpd.conf."
read-p"areyousuretorewriteit,enteryorn:"option
option=`echo$option|trA-Za-z`
whil..
分类:
Web程序 时间:
2015-04-24 10:48:07
阅读次数:
196
#!/bin/bash
#systemOSautoinstall
#Mr.luo
#exit2:notmountsystemiso
pxe_dir=/mnt/p_w_picpaths/pxeboot
http_dir=/var/www/html
dhcp_dir=/etc/dhcp
echo"youhasconfigdhcpd.conf."
read-p"areyousuretorewriteit,enteryorn:"option
option=`echo$option|trA-Za-z`
whil..
分类:
Web程序 时间:
2015-04-24 10:47:07
阅读次数:
193
Natural Language Processing with PythonChapter 6.1由于nltk.FreqDist的排序问题,获取电影文本特征词的代码有些微改动。 1 import nltk 2 from nltk.corpus import movie_reviews as mr ...
分类:
其他好文 时间:
2015-04-23 23:04:30
阅读次数:
147
1.现象 create?table?a?as
(select?1?as?col_a);
create?table?b?as
(select?2?as?col_b)
?select?*
?from?a
?where?col_a?in?(select?col_a?from?b) 其中,col_a只存在于table_a中,tab...
分类:
其他好文 时间:
2015-04-23 20:05:08
阅读次数:
170
作用:在Mapper端对数据进行Combine归约处理,Combine业务逻辑与Reducer端做的完全相同。处理后的数据再传送到Reducer端,再做一次归约。这样的好处是减少了网络传输的数量。在Mapper进行归约后,数据量变小了,这样再通过网络传输时,传输时间就变短了,减少了整个作业的运行时间...
分类:
其他好文 时间:
2015-04-23 10:51:40
阅读次数:
176
先把代码贴着,明天再补充总结!#ifndef PICTURE_H
#define PICTURE_H
#include
using namespace std;
class Picture
{
private:
int height, width;
char * data;
char & position(int row, int col)
{
return data[row*wid...
分类:
编程语言 时间:
2015-04-23 09:40:59
阅读次数:
204
1,题目要求根据软件工程概论--《环状一维数组最大子数组和》和《二维数组最大子数组和》两篇博客,求环状二维数组的和。2,思路设计根据前面两篇博客思路做参考。在二维数组的基础上扩充二维数组的列为2*col-1。再进行二维数组的求和即可。3,代码#include #includeusing namesp...
分类:
编程语言 时间:
2015-04-22 22:06:29
阅读次数:
176
源码中内容:cell.css("text-align",(col.halign||col.align||""));这里有个属性挺眼熟 : col.align前面还有一个: col.halign可以使用此属性实现该功能。代码如下:标题其中 align:'left' 控制内容居左 , halign: '...
分类:
其他好文 时间:
2015-04-22 10:54:41
阅读次数:
119
ftp从服务器上获取通信设备吐出的mr数据,该方案估计在通信行业上一个很普遍的一种方案,很奇怪为什么不把这些数据直接存储到数据库中呢,比如hadoop,反而还需要第三方搞网优的软件开发人员从ftp上读取成千万的mr文件信息。这种方案估计已经成公认的方案,可能原因:1,这样的文件格式的不同意,数据库很...
1、建立messageProject项目。2、页面布局main.xml代码如下 View Code3、主程序代码如下:package com.mr.cheng;import android.app.Activity;import ...
分类:
其他好文 时间:
2015-04-21 17:42:50
阅读次数:
166