会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Coreqi
博客园
首页
新随笔
联系
管理
上一页
1
···
23
24
25
26
27
28
29
30
31
···
69
下一页
2020年9月18日
微软停止更新 .NET Standard,.NET 5 取而代之
摘要: 原文地址: https://www.oschina.net/news/118690/the-future-of-net-standard 作者:局长 微软 .NET 官方博客近日发布了一篇谈论 .NET Standard 未来的文章。文章作者是 .NET 项目经理 Immo,他在文章中指出未来 .N
阅读全文
posted @ 2020-09-18 09:31 SpringCore
阅读(806)
评论(0)
推荐(0)
2020年8月23日
【转】Spring 官方宣布:新的 Spring OAuth 2.0 授权服务器发布第一个版本
摘要: 原文地址:https://www.oschina.net/news/118103/new-spring-oauth-server 原文作者:码农小胖哥 今年四月份Spring官方发起Spring Authorization Server项目。该项目是由Spring Security主导的一个社区驱动
阅读全文
posted @ 2020-08-23 18:03 SpringCore
阅读(520)
评论(0)
推荐(0)
2020年8月14日
C# 9.0语法新特性【废弃,自用,无参考价值】
摘要: 1.环境准备 1.必须安装.Net 5 SDK且项目基于.Net 5【也可以叫.Net Core 5】 2.vs需要支持C#9.0语法且设置中开启.Net 5预览功能 1.查看支持语法 工具 =》 命令行 =》 开发者命令提示 csc -langversion:? 2.开启VS预览 2.新建.Net
阅读全文
posted @ 2020-08-14 15:16 SpringCore
阅读(618)
评论(0)
推荐(0)
2020年7月16日
Tomcat 新版本 handleSubClassException 无法启动组件[Connector[AJP/1.3-8009]]
摘要: 16-Jul-2020 16:48:03.735 严重 [main] org.apache.catalina.util.LifecycleBase.handleSubClassException 无法启动组件[Connector[AJP/1.3-8009]] org.apache.catalina.
阅读全文
posted @ 2020-07-16 16:59 SpringCore
阅读(5546)
评论(0)
推荐(0)
2020年7月14日
Oracle 19c 软件位置不可选
摘要: 引用地址:http://www.rebellionrider.com/how-to-install-oracle-database-19c-on-windows-10/ 软件位置。 软件位置被称为Oracle Home或DB Home。该目录将放置在Oracle Base中。同样,它将是Oracle
阅读全文
posted @ 2020-07-14 14:17 SpringCore
阅读(963)
评论(0)
推荐(0)
2020年7月11日
Windows10 还原Windows照片查看器
摘要: Windows Registry Editor Version 5.00 ;还原Windows图片查看器,By:奇 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations] "
阅读全文
posted @ 2020-07-11 18:27 SpringCore
阅读(507)
评论(0)
推荐(0)
2020年7月5日
docker push 时提示‘denied: requested access to the resource is denied’
摘要: 1.需要登录 1.查看是否登录 vim ~/.docker/config.json 2.登录 docker login 2.需要为镜像修改为仓库对应的标签之后提交 docker tag imageName newImageName
阅读全文
posted @ 2020-07-05 12:41 SpringCore
阅读(1807)
评论(0)
推荐(0)
2020年6月28日
【转】spring官方为什么放弃spring social项目及替代方案
摘要: 原文地址:spring官方为什么放弃spring social项目及替代方案 spring social 1.6之后官方不在维护该项目, spring boot 2.x之后也不在提供spring social的 Autoconfiguration. 原因: https://spring.io/blo
阅读全文
posted @ 2020-06-28 14:35 SpringCore
阅读(2238)
评论(0)
推荐(0)
2020年6月24日
Docker安装Redis6
摘要: ⒈下载 docker pull redis:6.0.5 ⒉运行 docker run -p 6379:6379 -v /fanqi/redis/data:/data -v /fanqi/redis/conf/redis.conf:/usr/local/etc/redis/redis.conf -d
阅读全文
posted @ 2020-06-24 11:23 SpringCore
阅读(2541)
评论(0)
推荐(0)
2020年6月23日
Jenkins "该Jenkins实例似乎已离线"
摘要: 1.关闭Centos防火墙 https://www.cnblogs.com/fanqisoft/p/10437955.html 2.重启docker服务 service docker restart 3.重启docker容器【略】 当然,发生这种问题有可能是谷歌的问题,我碰到的是防火墙的问题,所以关
阅读全文
posted @ 2020-06-23 10:01 SpringCore
阅读(592)
评论(0)
推荐(0)
上一页
1
···
23
24
25
26
27
28
29
30
31
···
69
下一页
公告