会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Coreqi
博客园
首页
新随笔
联系
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
69
下一页
2023年9月12日
Linux 以二进制形式安装 Dotnet运行时
摘要: 本文以Dotnet 6为例 1.下载 https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0 2.解压 tar -zxvf aspnetcore-runtime-6.0.21-linux-x64.tar.gz 3.配置环境变量 vim /etc/
阅读全文
posted @ 2023-09-12 14:58 SpringCore
阅读(352)
评论(0)
推荐(0)
2023年9月7日
从文件中加载配置载入Linux环境变量
摘要: 参考地址:[Set environment variables from file of key/value pairs](https://stackoverflow.com/questions/19331497/set-environment-variables-from-file-of-key-
阅读全文
posted @ 2023-09-07 13:15 SpringCore
阅读(48)
评论(0)
推荐(0)
2023年8月28日
Go镜像加速
摘要: - https://goproxy.io/ - [七牛云](https://goproxy.cn/ "七牛云") 推荐使用七牛云 使用方法查看七牛云镜像加速网站即可
阅读全文
posted @ 2023-08-28 15:24 SpringCore
阅读(62)
评论(0)
推荐(0)
C# 图片分割
摘要: ```c# public Bitmap[] GetImage(int imageNum, string imagePath = "d:\\coreqi.png") { Image image = Bitmap.FromFile(imagePath); int rowNum = 1; //行数 int
阅读全文
posted @ 2023-08-28 15:01 SpringCore
阅读(304)
评论(0)
推荐(0)
2023年8月21日
Windows 安装 OpenSSH
摘要: `官方介绍地址:`https://learn.microsoft.com/zh-cn/windows-server/administration/openssh/openssh_install_firstuse ## 安装方式 #### 1.使用设置 -> 应用进行安装 
评论(0)
推荐(0)
2023年8月16日
.Net Core DateTime.Now 在Linux下的格式问题
摘要: .Net 6使用`DateTime`获取系统当前时间,在Windows下输出为正常时间,但是在Linux下会获取到2023-8-16 上午10:00:00 类似的时间样式,会导致在Linux下抛出非法时间异常。 *解决方案:* `在Main函数中使用CultureInfo.DefaultThread
阅读全文
posted @ 2023-08-16 11:46 SpringCore
阅读(565)
评论(0)
推荐(0)
2023年7月29日
小米路由器R3G稳定2.28.44 固化SSH
摘要: #### 1.SSH 参考恩山论坛的帖子SSH即可 [[R3G] R3G 和 R3GV2 解锁 SSH](https://www.right.com.cn/forum/thread-8278054-1-3.html "[R3G] R3G 和 R3GV2 解锁 SSH") 我做了实验 R3G稳定2.2
阅读全文
posted @ 2023-07-29 09:55 SpringCore
阅读(1410)
评论(0)
推荐(0)
2023年7月28日
Windows | Linux 查找环境变量二进制所在目录
摘要: ## 1.Windows 使用where命令 ```shell where java ```  ## 2
阅读全文
posted @ 2023-07-28 09:34 SpringCore
阅读(57)
评论(0)
推荐(0)
2023年7月17日
Debian(Linux)系统安装并使用sudo命令
摘要: #### 1.查看是否安装 ```shell dpkg -l|grep sudo ``` #### 2.安装 ###### 1.切换到root用户 ```shell su - root ``` ###### 2.安装sudo ```shell apt-get install sudo ``` ###
阅读全文
posted @ 2023-07-17 11:22 SpringCore
阅读(7130)
评论(0)
推荐(0)
2023年7月10日
Linux 搭建 Nexus 3.x
摘要: #### 1.下载安装包 https://www.sonatype.com/products/sonatype-nexus-oss-download 
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
69
下一页
公告