1.win+R,运行npm install postcss-cli -g 2.安装autoprefixer npm install autoprefixer -g 3.安装 npm install postcss-cli -g 4.打开webstorm——settings——找到External T ...
分类:
Web程序 时间:
2017-03-07 20:35:46
阅读次数:
352
因为rm命令删除的文件是不会放入垃圾箱的,所以无法恢复,下面小编就给大家介绍一种方法,通过替换Linux rm命令的方法,从而将rm命令删除的文件放入垃圾箱。 方法: 1. 在/home/username/ 目录下新建一个目录,命名为:.trash 2. 在/home/username/tools/ ...
分类:
系统相关 时间:
2017-03-07 17:52:01
阅读次数:
180
ThisisthefirsttimeItrytouseenglishtowritemyblog,sodon‘tjeeratthemistakeofmygrammarandspelling.BecauseofmultithreadeddrelephantwillcauseJobHistoryServer’sLoadsveryhigh,soIstoppeditforastrenchoftime.Untillastweek,aperiodpullfromJHSpatchmergerequestfromgithub..
分类:
数据库 时间:
2017-03-07 14:18:20
阅读次数:
314
[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
MongoDB will not create an index on a collection if the index entry for an existing document exceeds the index key limit (1024 bytes). You can however ...
分类:
数据库 时间:
2017-03-04 17:11:05
阅读次数:
549
建立索引时,数据库计算key的长度是累加所有Index用到的字段的char长度后再按下面比例乘起来不能超过限定的key长度1000: latin1 = 1 byte = 1 character uft8 = 3 byte = 1 character gbk = 2 byte = 1 characte ...
分类:
数据库 时间:
2017-02-28 17:45:14
阅读次数:
193
为什么es需要优化? 答: 怎么来做好es的优化工作? 1、解决es启动的警告信息【或者es中Too many open files的问题】 max file descriptors [4096] for elasticsearch process likely too low, consider ...
分类:
其他好文 时间:
2017-02-28 15:14:22
阅读次数:
860
The best hearts are always the bravest. 心灵最高尚的人,往往也是最勇敢的人。 Keep conscience clear, don't let too many things weigh on my conscience. Learn to resist te ...
分类:
其他好文 时间:
2017-02-26 19:02:06
阅读次数:
164
字面上理解是太多连接,但是没有关闭. 百度了一下,说是因为连接打开太多,端口连接满了.去看mysql服务的占用端口 然后我把XML的默认端口改成就好了, 开始我直接写的是这个,估计要改一下端口才行.可以试试,具体有待探究. ...
分类:
其他好文 时间:
2017-02-24 22:14:01
阅读次数:
335
今天在做系统维护时,准备删除无用的日志文件,执行了下面的命令: 执行结果没有任何提示,但文件没有删除成功。通过查询文档,在xargs命令后加上 -0选项,给出了错误提示:argument line too long。 改用下面命令,删除成功。 ...
分类:
其他好文 时间:
2017-02-24 15:28:19
阅读次数:
140