Wesley13 Wesley13
3年前
java8接口默认方法静态方法和重复注解
接口默认方法和静态方法默认方法interfaceMyInterface1{defaultStringmethod1(){return"myInterface1defaultmethod";}}classMyClass
Stella981 Stella981
3年前
CentOS8安装Jenkins2.256 和 SonarQube7.1
1.  安装Jenkins下载安装包,这里我们下载war包https://jenkins.io/download/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fjenkins.io%2Fdownload%2F)https://mirrors.tuna.tsingh
Stella981 Stella981
3年前
Redis的8大数据类型,写的真好
!(https://oscimg.oschina.net/oscnet/fdbd36b977d2445d818bea697ac004ac.jpg)来源|blog.itzhouq.cn/redis2最近这几天的面试每一场都问到了,但是感觉回答的并不好,还有很多需要梳理的知识点,这里通过几篇Redis笔记整个梳理一遍。Re
Wesley13 Wesley13
3年前
Java8中 Date和LocalDate的相互转换
1、LocalDate转为DatepublicstaticDatelocalDate2Date(LocalDatelocalDate){ZoneIdzoneIdZoneId.systemDefault();ZonedDateTimezdtlocalDate.atStartOfDay(zon
Easter79 Easter79
3年前
SpringSecurityOAuth2(8) swagger2 集成OAuth2
GitHub地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fweizongwu%2FSpringCloudOAuth2SpringSecurityFrame.git"项目地址")码云地址(https://gitee.com/wujishu/
Wesley13 Wesley13
3年前
Java8默认情况下是混合执行模式
  即解释型执行(JVM将class转换为底层机器码)和编译型执行(JIT,直接将源码转化为底层机器码),我们可以通过java的启动命令参数来选择的  _List1_ mixedmode即混合模式C:\Users\dmjjavaversionjavaversion"1.8.0_201"Java(TM
Stella981 Stella981
3年前
CentOS7使用kubeadm在线安装k8s
硬件要求x8664processor2CPU2GBRAM10GBfreediskspaceRedHatEnterpriseLinux7.x,CentOS7.x,Ubuntu16.04,orDebian9.x来自<https://docs.projec
Stella981 Stella981
3年前
IE7、IE8、IE9对min
问题:    IE7、IE8、IE9对minheight不识别,其他无问题解决:   box{width:100px;height:35px;}   htmlbodybox{width:auto;height:auto;width:100px;minheight:35px;} 实例:
Wesley13 Wesley13
3年前
ubuntu中apache2设置html编码UTF8
针对每个目录设置编码/etc/apache2/sitesavailable/000default.conf<VirtualHost:80ServerAdminwebmaster@localhostDocumentRoot/var/www/htmlError
Stella981 Stella981
3年前
269个JavaScript工具函数,助你提升工作效率(8)
!269个JavaScript工具函数,助你提升工作效率.png(https://static.oschina.net/uploads/img/202009/11172435_PapW.jpg)211.判断是否为数字/@description判断是否为数字@paramvalue@retur