posted @ 2017-01-01 00:49 南岗V哥 阅读(186) 评论(0) 推荐(0) 编辑
摘要:
最近装了windows10和ubuntu16.04双系统,仍然出现了喜闻乐见的老问题,装完后,在windows下时区不对,之前的老办法是: sudo gedit /etc/default/rcS utc=yes 改成utc=no 然而并没有什么效果,ubuntu16.04里面根本就没有utc这一项! 阅读全文
摘要:
乱码解决方法(自己解决我自己这种情况之后打猜测): 打开start_navicat文件,会看到 export LANG="en_US.UTF-8" 将这句话改为 export LANG="zh_CN.UTF-8"。如果还没人解决可以在终端输入locale查看一下,我的显示 LANG=zh_CN.UT 阅读全文
posted @ 2016-12-07 22:34 南岗V哥 阅读(1798) 评论(0) 推荐(0) 编辑
摘要:
schematool -dbType mysql -initSchema hive startup failed 阅读全文
posted @ 2016-11-25 18:38 南岗V哥 阅读(399) 评论(0) 推荐(0) 编辑
摘要:
sudo apt-get install apache2 php7.0 php7.0-mysql mysql-server 阅读全文
posted @ 2016-11-08 00:09 南岗V哥 阅读(536) 评论(0) 推荐(0) 编辑
摘要:
#HADOOP VARIABLES STARTexport JAVA_HOME=/home/yang/jdk1.7.0_80export HADOOP_HOME=/home/hadoop/hadoop-2.7.2export PATH=$PATH:$HADOOP_HOME/binexport PAT 阅读全文
posted @ 2016-08-24 11:39 南岗V哥 阅读(152) 评论(0) 推荐(0) 编辑
摘要:
select chcod, count(1) from a group by chcod having count(1) > 1 阅读全文
posted @ 2016-08-17 10:26 南岗V哥 阅读(107) 评论(0) 推荐(0) 编辑
摘要:
sudo add-apt-repository ppa:ondrej/php5 如果报错 add-apt-repository: command not found add-apt-repository 是由 Python-software-properties 这个工具包提供的 所以要先安装pyt 阅读全文
posted @ 2016-06-16 13:43 南岗V哥 阅读(179) 评论(0) 推荐(0) 编辑
摘要:
./usr/lib/flashplugin-installer/libflashplayer.so 也有可能是 /usr/lib/firefox-addons/plugins 阅读全文
posted @ 2016-06-12 16:24 南岗V哥 阅读(205) 评论(0) 推荐(0) 编辑