码迷,mamicode.com
首页 >  
搜索关键字:fs    ( 2288个结果
lxc-start: cgroup is not mounted
lxc-start: cgroup is not mounted在执行lxc-start时出现上述问题是因为cgroup在宿主机上没有挂载。fix:vim /etc/fstabnone        /sys/fs/cgroup        cgroup        defaults    0    0重启机器即可...
分类:其他好文   时间:2014-06-05 10:49:06    阅读次数:270
标准wordcount
package wordcount; import java.io.IOException; import java.util.StringTokenizer; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.Int...
分类:其他好文   时间:2014-06-05 09:12:55    阅读次数:203
【HDOJ】2955 Robberies
01背包。将最大金额作为容量v。概率做乘法。 1 #include 2 #include 3 4 #define mymax(a, b) (a>b) ? a:b 5 6 float dp[10005]; 7 int mon[105]; 8 float fs[105]; 9 10 int ma...
分类:其他好文   时间:2014-05-29 12:28:12    阅读次数:225
OpenCL( 一)
#include #include #include #include #pragma comment(lib, "OpenCL.lib")const char * loadfile(const char * fileName){ std::ifstream fs(fileName, std...
分类:其他好文   时间:2014-05-29 00:21:15    阅读次数:246
使用node.js制作简易爬虫
最近看了些node.js方面的知识,就像拿它来做些什么。因为自己喜欢摄影,经常上蜂鸟网,所以寻思了一下,干脆做个简单的爬虫来扒论坛的帖子。直接上代码吧。 1 var sys = require("sys"), 2 http = require("http"), 3 fs = requ...
分类:Web程序   时间:2014-05-28 18:48:15    阅读次数:360
摄像头标定
今天在调试摄像头标定的时候发现了几个问题:fs.open("result.xml", FileStorage::WRITE); fs > objectPoints(1);否则objectPoints[0].clear(); for( int i = 0; i < boardheight; ++i )...
分类:其他好文   时间:2014-05-26 13:47:24    阅读次数:241
hadoop学习;hdfs操作;运行抛出权限异常: Permission denied;api查看源码方法;源码不停的向里循环;抽象类通过debug查找源码
package com.kane.hdfs; import java.io.InputStream; import java.net.URL; import org.apache.hadoop.fs.FsUrlStreamHandlerFactory; import org.apache.hadoop.io.IOUtils; public class Test {...
分类:Windows程序   时间:2014-05-26 05:05:27    阅读次数:382
c 实现的 循环队列
// // fs_loop_queue.h // fsnet // // Created by Vincent on 14-5-22. // Copyright (c) 2014年 Vincent. All rights reserved. // #ifndef fsnet_fs_loop_queue_h #define fsnet_fs_loop_queue_h #include "...
分类:其他好文   时间:2014-05-24 23:36:41    阅读次数:450
c 实现IO流
// // fs_stream.h // fsnet // // Created by Vincent on 14-5-22. // Copyright (c) 2014年 Vincent. All rights reserved. // #ifndef fsnet_fs_stream_h #define fsnet_fs_stream_h #include "fs_define.h"...
分类:其他好文   时间:2014-05-24 18:19:34    阅读次数:372
C#删除图片问题
public Image GetImage(string path) { FileStream fs = new FileStream(path, FileMode.Open, FileAccess.Read); Image ...
分类:其他好文   时间:2014-05-24 09:48:26    阅读次数:233
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!