[hadoop@hddcluster2script]$ls/etc/init.d/hadoop.sh
ls:cannotaccess/etc/init.d/hadoop.sh:Toomanylevelsofsymboliclinks
[hadoop@hddcluster2script]$ls/home/hadoop/script/hadoop.sh/etc/init.d/hadoop.sh
ls:cannotaccess/etc/init.d/hadoop.sh:Toomanylevelsofsymbolic..
分类:
其他好文 时间:
2017-03-06 15:17:06
阅读次数:
2010
1. install mongoengine 2. demo with html page and the model operations Links: 1. https://github.com/xhan-shannon/django_mongo_demo 2. https://www.ibm. ...
分类:
移动开发 时间:
2017-02-24 10:54:54
阅读次数:
197
//react-router提供了两种道具链接组件上设置一个特定的风格的路径匹配我们目前的路线。activeStyle允许内联风格而activeClassName允许一个类中定义一个外部样式表。 const Links = () => <nav > <Link activeStyle={{color ...
分类:
其他好文 时间:
2017-02-16 14:14:26
阅读次数:
161
超文本<a> <a href="目标网址#锚点" name="页面锚点名称" title="鼠标滑过显示的文本">链接显示的文本</a> <a href="http://www.w3school.com.cn/html/html_links.asp#tips">有用的提示</a> 属性 值 描述 d ...
分类:
Web程序 时间:
2017-02-14 21:51:23
阅读次数:
275
We use <a> element to add a link to other web. This is exmaple about text-only links: <a href="www.google.com" target= "_blank">Google</a> And this is ...
分类:
Web程序 时间:
2017-02-10 13:54:51
阅读次数:
188
业务流程需要从客户端下载文件到本地临时目录,然后再解压文件写入相应文件后压缩,现在发现第一步创建本地临时目录就失败了。 去环境上用df命令一看,磁盘分区空间已用99%,还没到100%应该是没问题的。再随手试了下mkdir wlf报错:mkdir: cannot creat directory 'wl ...
分类:
其他好文 时间:
2017-02-08 10:27:59
阅读次数:
183
1.安装插件net.mihai-nita.ansicon.plugin: 下载net.mihai-nita.ansicon.plugin.zip,解压得一个plugin目录,复制父目录到eclipse根目录下自建的MyPlugins目录下,如下: 在eclipse根目录下建立links文件夹,写上插 ...
分类:
系统相关 时间:
2017-01-26 12:29:43
阅读次数:
1434
eclipse里安装SVN插件,一般来说,有两种方式: 第一种方式: 1.下载SVN插件 SVN插件下载地址及更新地址,你根据需要选择你需要的版本。现在最新是1.8.x Links for 1.8.x Release: Eclipse update site URL: http://subclips ...
分类:
系统相关 时间:
2017-01-23 17:16:41
阅读次数:
235
1、在Eclipse根目录下建一个任意文件夹(如plugin),在该文件夹下建一个以该插件名命名的文件夹(如SVN)。2、将下载下的插件文件解压,plugins和features文件夹复制到该文件夹下(SVN)。3、在Eclipse根目录下建一个links文件夹,在links文件夹下建一个以插件名命 ...
分类:
系统相关 时间:
2017-01-20 20:24:54
阅读次数:
204
Collections 【资源Links】:https://docs.python.org/2/library/collections.html 我们都知道,Python拥有一些内置的数据类型,比如str、set、list、tuple、dict等,collections模块在这些内置数据类型的基础上 ...
分类:
其他好文 时间:
2017-01-09 00:30:22
阅读次数:
202