cuma2369
码龄6年
  • 817,431
    被访问
  • 暂无
    原创
  • 1,766,103
    排名
  • 31
    粉丝
关注
提问 私信
  • 加入CSDN时间: 2016-04-18
博客简介:

cuma2369的博客

查看详细资料
个人成就
  • 获得112次点赞
  • 内容获得0次评论
  • 获得433次收藏
创作历程
  • 1226篇
    2020年
成就勋章
  • 最近
  • 文章
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

2012年5月比特币价格_2012年最近5年按平均被引次数划分的会议排名

2012年5月比特币价格I am trying to find out the top conferences that have the largest average number of citations in the last 5 years on the Internet but fail to find one. However, there are many rankings abo...
翻译
发布博客 2020.07.29 ·
437 阅读 ·
0 点赞 ·
0 评论

hadoop默认端口_Hadoop默认端口

hadoop默认端口Hadoop’s namenode and datanodes expose a bunch of TCP ports used by Hadoop’s daemons to communicate to each other or listen directly to users’ requests. These ports information are needed by...
翻译
发布博客 2020.07.29 ·
734 阅读 ·
0 点赞 ·
0 评论

hadoop基准_Hadoop上的简单排序基准

hadoop基准After installing Hadoop, we usually run some benchmark programs to test whether the system works well. In the post of the Hadoop install tutorial, we show a very simple to grep strings from a...
翻译
发布博客 2020.07.29 ·
86 阅读 ·
0 点赞 ·
0 评论

2016年云计算会议_云计算会议2012

2016年云计算会议This post lists important conferences on Cloud Computing in year 2012. 这篇文章列出了2012年有关云计算的重要会议。 OSDI 2012 (OSDI 2012)10th USENIX Symposium on Operating Systems Design and Implementation ...
翻译
发布博客 2020.07.29 ·
98 阅读 ·
0 点赞 ·
0 评论

设置hadoop 本地环境_设置独立(本地)Hadoop

设置hadoop 本地环境Hadoop is designed to run on hundreds to thousands of computers inside cluster. However, Hadoop is configured to run things in a non-distributed mode as a single Java process by de...
翻译
发布博客 2020.07.29 ·
253 阅读 ·
0 点赞 ·
0 评论

hadoop3.x教程_Hadoop安装教程(Hadoop 1.x)

hadoop3.x教程Update: If you are new to Hadoop and trying to install one. Please check the newer version: Hadoop Installation Tutorial (Hadoop 2.x). 更新:如果您不熟悉Hadoop并尝试安装它。 请检查较新的版本: Hadoop安装教程(Hadoop 2.x...
翻译
发布博客 2020.07.29 ·
294 阅读 ·
0 点赞 ·
0 评论

git 配置gitosis_使用Gitosis设置Git服务器

git 配置gitosisUpdate: Since gitosis is not maintained and supported, please check out gitolite for setting up a new git server. (see the comment from Sitaram Chamarty, the gitolite author, the author o...
翻译
发布博客 2020.07.29 ·
239 阅读 ·
1 点赞 ·
0 评论

bzip2 gzip压缩率_如何在Linux中使用gzip,bzip2、7z,rar和zip压缩/解压缩文件

bzip2 gzip压缩率Compress/uncompress files are frequent operations. The normal tools for compressing/uncompressing in Linux is gzip, bzip2, 7z, rar and zip. This post introduces how to compress and uncomp...
翻译
发布博客 2020.07.29 ·
336 阅读 ·
0 点赞 ·
0 评论

fat32分区删除文件恢复_解决FAT32文件系统分区中文文件名在Linux下显示乱码

fat32分区删除文件恢复升级到Fedora 11后,使用以前的fstab自动挂载我的fat32分区居然发现我的fat32文件系统中的中文文件名显示为乱码。 升级到Fedora 11后,使用以前的fstab自动挂载我的fat32分区居然发现我的fat32文件系统中的中文文件名显示为乱码。 找了下相关资料发现是iocharset的问题: 找了下相关资料发现是iocharset的问题: iocha...
翻译
发布博客 2020.07.29 ·
202 阅读 ·
0 点赞 ·
0 评论

为VMware Workstation 6.5.2或VMware Player 2.5.2编译2.6.29内核模块

为VMware Workstation 6.5.2或VMware Player 2.5.2编译2.6.29内核模块 (为VMware Workstation 6.5.2 or VMware Player 2.5.2编译2.6.29内核模块)安装好Fedora 11后安装VMware Player 2.5.2时编译内核模块失败。查找了下相关资料,找到如下内容和解决方法。 安装好Fedora 11...
翻译
发布博客 2020.07.29 ·
71 阅读 ·
0 点赞 ·
0 评论

bibtex_为什么我需要运行乳胶/ bibtex 3次才能使外观看起来更好?

bibtexWhy does latex need to be executed 3 times like following? 为什么乳胶需要像下面这样执行3次? pdflatex main.tex bibtex main pdflatex main.tex pdflatex main.tex pdflatex main.tex bibtex主 pdflatex main.tex pd...
翻译
发布博客 2020.07.29 ·
51 阅读 ·
0 点赞 ·
0 评论

在Python中,使用0777模式的`os.makedirs()`不会给予其他人写入权限

In Python, os.makedirs() with 0777 mode can not give others write permission 在Python中 ,使用0777模式的os.makedirs()无法给予其他人写入权限 The code is as follows 代码如下 $ pythonPython 2.7.5 (default, Aug 4 2017, 00:3...
翻译
发布博客 2020.07.29 ·
2327 阅读 ·
0 点赞 ·
0 评论

为什么在CentOS 6上的Python中出现“ ValueError:格式为零长度的字段名称”错误?...

The same Python program runs without any problem while it report 报告相同的Python程序时没有任何问题 ValueError: zero length field name in formaterror in Python on CentOS 6 CentOS 6上Python中的错误 The piece of code in...
翻译
发布博客 2020.07.29 ·
232 阅读 ·
0 点赞 ·
0 评论

vim技巧_Vim的几个技巧

vim技巧 窗口模式操作 (窗口模式操作)CTRL-W CTRL-S 将当前窗口分割为两窗口 CTRL-W CTRL-S将当前窗口分割为两窗口 CTRL-W CTRL-W 切换窗口 CTRL-W CTRL-W切换窗口 CTRL-W j 切换到下一窗口 CTRL-W j切换到下一窗口 CTRL-W k 切换到上一窗口 CTRL-W k切换到上一窗口 CTRL-W CTRL-R 将窗口的...
翻译
发布博客 2020.07.29 ·
39 阅读 ·
0 点赞 ·
0 评论

fedora 安装_已安装的Fedora 11

fedora 安装今天顺利安装好Fedora 11啦;) 今天顺利安装好Fedora 11啦;) Fedora 11的启动画面相当漂亮,Fedora 11中使用新的引导系统Plymouth,这里是在fedoraproject.org上的一个视频 – https://fedoraproject.org/wiki/Fedora_11_tour : Fedora 11的启动画面相当漂亮,Fedora ...
翻译
发布博客 2020.07.29 ·
36 阅读 ·
0 点赞 ·
0 评论

i/o调度_节省工作的I / O调度程序与不节省工作的I / O调度程序有什么区别?

i/o调度What is the difference between work conserving I/O scheduler and non-work conserving I/O scheduler? 节省工作的I / O调度程序与不节省工作的I / O调度程序有什么区别? In a work-conserving mode, the scheduler must choose one ...
翻译
发布博客 2020.07.29 ·
82 阅读 ·
0 点赞 ·
0 评论

mplayer怎么使用_MPlayer使用中文字幕

mplayer怎么使用mplayer 使用中文字幕文件时经常会出现乱码问题. 以下是解决办法: mplayer使用中文字幕文件时经常会出现乱码问题。 以下是解决方法: 1.外挂字体方法 (1. 外挂字体方法)比如当前目录下有文件为Gone with the Wind.avi, 字幕文件为: Gone.With.the.Wind.1939.Bluray.720p.DTS.2Audio.x264...
翻译
发布博客 2020.07.29 ·
434 阅读 ·
0 点赞 ·
0 评论

如何检测Linux中是否有其他进程正在写入文件?

How to detect whether a file is being written by any other process in Linux? 如何检测Linux中是否有其他进程正在写入文件? Before a program open a file to processes it, it wants to ensure no other processes are writing t...
翻译
发布博客 2020.07.29 ·
2189 阅读 ·
1 点赞 ·
0 评论

sql 替换数据库字符串_如何编写SQL替换MySQL数据库表中的列中的字符串?

sql 替换数据库字符串How to replace strings in a column in a MySQL database table? For example, I would like to replace http://www.systutorials.com with https://www.systutorials.com in a content column of a ta...
翻译
发布博客 2020.07.29 ·
86 阅读 ·
0 点赞 ·
0 评论

如何在Linux上的Bash shell脚本的每一行的开头添加前缀字符串?

How to add a prefix string at the beginning of each line in Bash shell script on Linux? 如何在Linux上的Bash shell脚本的每一行的开头添加前缀字符串 ? For example, assume we have a file a.txt: 例如,假设我们有一个文件a.txt: line 1lin...
翻译
发布博客 2020.07.29 ·
1355 阅读 ·
0 点赞 ·
0 评论
加载更多