会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Coreqi
博客园
首页
新随笔
联系
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
68
下一页
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
阅读(597)
评论(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
阅读(5509)
评论(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
阅读(906)
评论(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
阅读(465)
评论(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
阅读(1788)
评论(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
阅读(2223)
评论(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
阅读(2518)
评论(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
阅读(572)
评论(0)
推荐(0)
2020年6月21日
node-gyp编译问题
摘要: 我们经常使用 npm i xxx -S or yarn add xxx 甚至于使用脚手架会出现以下问题: 备注:以下是我使用umi脚手架创建AntD项目时出现的错误 如果你从npm拉下来的依赖是编译完成的文件,那么可以正常运行。但很多NodeJS Npm依赖是跨平台的,也就是说要不你去下载相关依赖在
阅读全文
posted @ 2020-06-21 10:49 SpringCore
阅读(5468)
评论(0)
推荐(1)
2020年6月19日
VMware虚拟机安装软路由(OpenWrt)详细教程
摘要: 本文介绍以虚拟磁盘的方式安装软路由,如需要使用镜像安装,请查看我的这篇文章,https://www.cnblogs.com/fanqisoft/p/11493944.html 1.安装VMware虚拟机【推荐v15.5】 2.下载软路由的虚拟机版本vmdk【地址 https://netflixcn.
阅读全文
posted @ 2020-06-19 14:26 SpringCore
阅读(56847)
评论(0)
推荐(1)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
68
下一页
公告