摘要: gem install bundlerERROR: Loading command: install (LoadError) cannot load such file -- opensslERROR: While executing gem ... (NoMethodError) undefine 阅读全文
posted @ 2020-04-08 08:55 大牛之路 阅读(1836) 评论(0) 推荐(0) 编辑
摘要: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"curl: (7) Failed to connect to raw.githubusercontent 阅读全文
posted @ 2020-02-18 16:58 大牛之路 阅读(2216) 评论(0) 推荐(0) 编辑
摘要: HIVE ORC格式的表查询报错 Failed with exception java.io.IOException:java.lang.ClassCastException: org.apache.hadoop.hive.ql.io.orc.OrcStruct cannot be cast to 阅读全文
posted @ 2018-02-13 16:18 大牛之路 阅读(2463) 评论(0) 推荐(0) 编辑
摘要: 很多人用$('#ID').datebox('setValue',dateTime) 赋值$('#ID').datebox('getValue') 取值但是在我的环境下竟然没有效果,试了好久终于发现下面的代码可以实现:var curr_time = new Date(... 阅读全文
posted @ 2015-11-04 18:00 大牛之路 阅读(3083) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://alanland.iteye.com/blog/1600685在Jedis开发中,我们很多时候希望直接把一个对象放到Redis中,然后在需要的时候取出来。Redis的key和value都支持二进制安全的字符串,存储Java对象不是问题,下面我们看一下如何来实现。1要存储的对象... 阅读全文
posted @ 2015-06-30 16:31 大牛之路 阅读(2777) 评论(1) 推荐(0) 编辑