会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
大牛之路
博客园
首页
新随笔
联系
管理
订阅
2020年4月8日
Mac 运行 gem install 报错 cannot load such file -- openssl
摘要: gem install bundlerERROR: Loading command: install (LoadError) cannot load such file -- opensslERROR: While executing gem ... (NoMethodError) undefine
阅读全文
posted @ 2020-04-08 08:55 大牛之路
阅读(1994)
评论(0)
推荐(0)
2020年2月18日
raw.githubusercontent.com port 443: Connection refused
摘要: /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 大牛之路
阅读(2244)
评论(0)
推荐(0)
2018年2月13日
HIVE ORC 报错ClassCastException
摘要: 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 大牛之路
阅读(2574)
评论(0)
推荐(0)
2015年11月4日
easyui-datebox 设置初始值
摘要: 很多人用$('#ID').datebox('setValue',dateTime) 赋值$('#ID').datebox('getValue') 取值但是在我的环境下竟然没有效果,试了好久终于发现下面的代码可以实现:var curr_time = new Date(...
阅读全文
posted @ 2015-11-04 18:00 大牛之路
阅读(3139)
评论(0)
推荐(0)
2015年6月30日
Redis入门 – Jedis存储Java对象 - (Java序列化为byte数组方式)
摘要: 原文地址:http://alanland.iteye.com/blog/1600685在Jedis开发中,我们很多时候希望直接把一个对象放到Redis中,然后在需要的时候取出来。Redis的key和value都支持二进制安全的字符串,存储Java对象不是问题,下面我们看一下如何来实现。1要存储的对象...
阅读全文
posted @ 2015-06-30 16:31 大牛之路
阅读(2825)
评论(1)
推荐(0)
公告