5、excel文件读入 *读入EXCEL文件到临时数据集class1*;procimport OUT=work.class1dbms=EXCEL REPLACE DATAFILE="J:\docs\机器学习第3版\底稿\src\sas\student_excel.xlsx"; SHEET="student"; GETNAMES=YES;RUN;*显示数据*...
分类:
其他好文 时间:
2015-02-19 11:51:14
阅读次数:
182
1.Create a new java project, then copy examples folder from /home/hadoop/hadoop-1.0.4/src; Create a new folder named src, then Paste to the project to...
分类:
其他好文 时间:
2015-02-19 01:21:48
阅读次数:
372
Linux有个Which命令,用来查找可执行文件的位置。
例如:which find, 就会从PATH变量的路径里搜索该命令,返回找到的第一个匹配的结果。
这样我们就可以知道,我们用的find程序是哪里的。
Windows没有这样的指令,我们可以自己写一个:
@echo off
echo %~dp$PATH:1
@echo on
就这三行!
下面是执行结果
D:\WORK\RF>d:...
微软近期Open的职位:Location: Beijing/SuzhouWant to work on a fast-cycle, high visibility, hardcore search team with ambitious goals? Internet search is one o...
分类:
其他好文 时间:
2015-02-17 07:03:40
阅读次数:
195
最近在部署MySQL主从复制架构的时候,碰到了"Last_IO_Error: Fatal error: The slave I/O thread stops because master and slave have equal MySQL server UUIDs; these UUIDs must be different for replication to work." 这个错误提示。...
分类:
数据库 时间:
2015-02-16 21:00:41
阅读次数:
278
o(n)的复杂度,筛出各种神奇。bzoj2190仪仗队#include#includeusing namespace std;int phi[40001]={0},prime[40001]={0};bool flag[40001]={false};void work(int n){ int i...
分类:
其他好文 时间:
2015-02-16 18:19:08
阅读次数:
147
在打开nginx过程中,将connections加大的时候Nginx发出警告:worker_connectionsexceedopenfileresourcelimit:1024此警告的问题是受限于Linux的最大文件数限制。环境:centos7.064bitulimit-n查看用户打开的最大文件数:1024此处的1024是每个进程打开的最大文件数,对于系统的..
分类:
其他好文 时间:
2015-02-15 23:17:13
阅读次数:
984
定义:Convert a interface of class into anthoer interface clients expect. Adapter let classes work together that could't otherwise because of incompat...
分类:
其他好文 时间:
2015-02-15 16:23:36
阅读次数:
146
structscsi_cmnd{
structscsi_device*device;
structlist_headlist;/*scsi_cmndparticipatesinqueuelists*/
structlist_headeh_entry;/*entryforthehosteh_cmd_q*/
structdelayed_workabort_work;
inteh_eflags; /*Usedbyerrorhandlr*/
/*
*ASCSICommandisassignedan..
分类:
其他好文 时间:
2015-02-14 01:19:42
阅读次数:
186
#!/usr/bin/python #coding=utf-8import sys import os import shutil import struct import hashlib import reG_WORK_PATH = "E:\phoneclient" G_TARGET_PATH =...
分类:
编程语言 时间:
2015-02-13 18:19:37
阅读次数:
266