[mysqld]lower_case_table_names=1datadir=/var/lib/mysqlsocket=/var/lib/mysql/mysql.sockuser=mysql# Disabling symbolic-links is recommended to prevent a ...
分类:
数据库 时间:
2017-03-23 15:53:18
阅读次数:
180
Useful Links for Explanation: http://www.programcreek.com/2012/12/leetcode-clone-graph-java/ http://www.cnblogs.com/springfor/p/3874591.html 这道题可以用BFS ...
分类:
其他好文 时间:
2017-03-17 12:14:19
阅读次数:
143
[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
function Animate(name){ this.name = name; } Animate.prototype.dance = function(){ console.log(this.name + "在跳舞!"); } var dog = new Animate('小白'); dog. ...
分类:
Web程序 时间:
2017-02-16 13:26:14
阅读次数:
210
超文本<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