推荐
专栏
教程
课程
飞鹅
本次共找到4121条
类对象
相关的信息
京东云开发者
•
2年前
一种面向业务配置基于JSF广播定时生效的工具
目前,ducc实现了实时近乎所有配置动态生效的场景,但是配置是否实时生效,不能直观展示每个机器上jvm内对象对应的参数是否已变更为准确的值,大部分时候需要查看日志确认是否生效。
Wesley13
•
4年前
2 秒杀系统模拟基础实现,使用Redis实现
这一篇,我们来使用redis进行数据存储。新建一个redis的service实现类packagecom.tianyalei.service;importcom.tianyalei.model.GoodInfo;importorg.springframework.beans.factory.annotatio
Wesley13
•
4年前
C3P0 数据库连接池之一
C3P0连接池1.先导入jar包c3p00.9.1.2.jar2.提供了类ComboPooledDataSourcenewComboPooledDataSource()设置4大参数cpds.setDriverClass("com.
Wesley13
•
4年前
Java提高篇——equals()与hashCode()方法详解
阅读目录equals()方法详解hashcode()方法详解Hashset、Hashmap、Hashtable与hashcode()和Equals()的密切关系java.lang.Object类中有两个非常重要的方法:publicbooleanequals(Objectobj)pub
Stella981
•
4年前
Executor, ExecutorService 和 Executors 间的区别与联系
UML简要类图关系:!(https://oscimg.oschina.net/oscnet/add0342201daad6a6336aacc220bbffa7fa.png)下面详细看一下三者的区别:ExecutorvsExecutorServicevsExecutors
Easter79
•
4年前
SwiftCommon之Message弹窗
概述Message弹窗很多情况都需要用到,一个提示信息,一个错误信息等等。在IOS8中,使用UIAlertController类来管理弹窗。SCMessageimportFoundationimportUIKitpublictypealiasSCMessageBoxStyle
Stella981
•
4年前
C++ typeid关键字
typeid是C的关键字之一,用于获取运行时类型信息,typeid操作符的返回结果是名为type\_info的标准库类型的对象的引用(在头文件typeinfo中定义)。上测试代码:include<assert.hinclude<iostreaminclude<stringinclud
Wesley13
•
4年前
Java 动态代理实践AOP
大家都知道Spring中AOP是通过Java动态代理实现的,今天就来简单学习下demo。Java动态代理主要有两个核心类,InvocationHandler和Proxy。/{@codeInvocationHandler}istheinterfaceimplementedbythe<iinvo
Wesley13
•
4年前
Java日期时间API系列26
Java8中为年月新增了类YearMonth,可以用来表示卡片过期时间等问题。1.YearMonth默认格式为:2007121.1部分源码\\@implSpec\Thisclassisimmutableandthreadsafe.\\@since1.8
1
•••
230
231
232
•••
413