雷厉风行 雷厉风行
1年前
final cut pro最新版本 永久激活版
FinalCutProforMac专业的视频编辑软件
Stella981 Stella981
2年前
Python安装Oracle数据库驱动
1.环境设置\root@oracle(https://my.oschina.net/oracle)~\cat/etc/redhatrelease CentOSrelease6.9(Final)\root@oracle(https://my.oschina.net/oracle)~\pythonV
Wesley13 Wesley13
2年前
Java面试通关要点汇总集【终极版】
Java面试通关要点汇总集【终极版】(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.720ui.com%2F2018%2Fjava_interview_final%2F)
Stella981 Stella981
2年前
PostgreSQL数据库切割和组合字段函数
Postgresql里面内置了很多的实用函数,下面介绍下组合和切割函数环境:PostgreSQL9.1.2     CENTOS5.7final一.组合函数1.concata.语法介绍concat(str"any",str"any",...)
Wesley13 Wesley13
2年前
Java面试通关要点汇总集(山东数漫江湖)
这里,笔者结合自己过往的面试经验,整理了一些核心的知识清单,帮助读者更好地回顾与复习Java服务端核心技术。本文会以引出问题为主,后面有时间的话,笔者陆续会抽些重要的知识点进行详细的剖析与解答。敬请关注「服务端思维」微信公众号,获取最新文章。基础篇基本功面向对象的特征final,finally,final
Stella981 Stella981
2年前
Guava学习笔记:EventBus
EventBus基本用法:使用Guava之后,如果要订阅消息,就不用再继承指定的接口,只需要在指定的方法上加上@Subscribe注解即可。代码如下:消息封装类:public class TestEvent {            private final int message;          
Stella981 Stella981
2年前
Linux 内网编译 hadoop
1.环境CentOSrelease6.5(Final)x86\_64javaversion"1.7.0\_79" hadoop2.5.0src.tar.gzapachemaven3.3.9protobuf2.5.02.配置yumyum代理配置:/etc/y
Stella981 Stella981
2年前
HIVE的常用操作(HQL)语句
HIVE基本操作命令创建数据库\createdatabasedb\_name;\createdatabaseifnotexistsdb\_name;//创建一个不存在的数据库final查看数据库\showdatabases;选择性查看数据库\showdatabaseslike'f.\'
Stella981 Stella981
2年前
Elasticsearch索引监控之Indices Segments API与Indices Shard Stores
本文将继续介绍elasticsearch索引监控之Indicessegments与IndicesShardstoresapi。IndicesSegments提供Lucene索引(分片级别)使用的segments(段信息)。其对应的示例代码如下:1public static final void test_Indic
Stella981 Stella981
2年前
Netty工具类HashedWheelTimer源码走读(三)
接上一篇(http://my.oschina.net/haogrgr/blog/490266(http://my.oschina.net/haogrgr/blog/490266) )8. Worker代码走读. //主要负责累加tick, 执行到期任务等.private final class Worker imple