Stella981 Stella981
3年前
GitHub重大更新
原文地址:https://zhuanlan.zhihu.com/p/138761471!(https://oscimg.oschina.net/oscnet/cd7a4a26166e4f9c858819069fac453c.jpg)Github最新推出的Codespaces可以实现基于VSCode的云端代码编译。现在,
Stella981 Stella981
3年前
Nepxion Discovery 5.5.0 发布
!(https://oscimg.oschina.net/oscnet/f81c043194ef4732880459d00c1a720e.png)发布日志功能更新:增加基于Opentracing调用链的支持,目前支持UberJaeger,实现在SpringCloudGateway、Zuul和服务上的灰度
Wesley13 Wesley13
3年前
ubuntu16.04安装mongodb
MongoDB安装sudoaptkeyadvkeyserverhkp://keyserver.ubuntu.com:80recv0C49F3730359A14518585931BC711F9BA15703C6下面命令针对ubuntu16.04版本,在其他ubuntu版本系统请查看
Stella981 Stella981
3年前
G2Plot 2.0 全新来袭
!统计图表专文.png(https://cdn.nlark.com/yuque/0/2020/png/221520/16059653956224bbaf831eea44f72b3c396221c15002b.pngalignleft&displayinline&height900&margin%5Bobject%20Object%5D
Easter79 Easter79
3年前
SpringSecurityOAuth使用JWT Token实现SSO单点登录
!(https://oscimg.oschina.net/oscnet/ad6c52b9f85a72f02db7b30069c349d4ee9.jpg)⒈认证服务器  1.添加pom依赖   1<dependency2<groupIdorg.springframework.
Stella981 Stella981
3年前
Apache检查配置文件语法
Windows环境:httpdt或者:httpd.exewtf"C:\\Apache2.2\\conf\\httpd.conf"d"C:\\Apache2.2\\."_httpd.conf配置错误如果apache的配置文件httpd.conf搞错了,在windows里启动它,会提示therequested
Wesley13 Wesley13
3年前
#pragma once 与 #ifndef 解析
为了避免同一个文件被include多次,C/C中有两种方式,一种是ifndef方式,一种是pragmaonce方式。   方式一:   ifndef\_\_SOMEFILE\_H\_\_   define\_\_SOMEFILE\_H\_\_   ......//一些声明语句   endif
Stella981 Stella981
3年前
SpringBoot 整合 XXL
!(https://oscimg.oschina.net/oscnet/up70e17c6d470e8a78c2ce62b4e097f686258.png)1、Docker创建调度中心dockerrunePARAMS"spring.datasource.urljdbc:mysql://xxx:3306/xxl_job?
Stella981 Stella981
3年前
Redis6.0主从、哨兵、集群搭建和原理
点击上方蓝色字体,选择“设为星标”回复”资源“获取更多资源!(https://oscimg.oschina.net/oscnet/aa43169456bef842077c6d2e173733676f1.jpg)!(https://oscimg.oschina.net/oscnet/3700a4487251437b712c
Wesley13 Wesley13
3年前
Java_swing_打开文件目录
经过百度,千篇一律的内容,如下:1.java自带的API打开文件:FilefilenewFile("c://test.pdf");java.awt.Desktop.getDesktop().open(file);打开目录:FilefilenewFile("c://test.pdf");java.awt.Deskto