会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
JerryChen
代码干货,拿来即用
博客园
首页
新随笔
管理
上一页
1
2
3
4
5
6
7
···
12
下一页
2022年1月12日
新型冠状病毒全国疫情Api接口
摘要: 新浪提供的接口地址: https://interface.sina.cn/news/wap/fymap2020_data.d.json 163提供的接口地址: 官方展示: https://news.163.com/special/epidemic API接口: https://c.m.163.com
阅读全文
posted @ 2022-01-12 15:22 chenjingchun
阅读(1545)
评论(0)
推荐(0)
2021年11月22日
Visual Studio 2022 密钥
摘要: VS 2022密钥激活码: Professional: TD244-P4NB7-YQ6XK-Y8MMM-YWV2J Enterprise: VHF9H-NXBBB-638P6-6JHCY-88JWH
阅读全文
posted @ 2021-11-22 11:46 chenjingchun
阅读(1262)
评论(0)
推荐(0)
2021年9月9日
树莓派3B CentOS7 设置Wifi
摘要: 相关文章: 树莓派3B安装CentOS7 树莓派3B CentOS7 扩展分区 选择一个wifi并输入密码,确定 退出之后,拔掉网线 重新使用Advanced IP Scanner扫描wifi的IP并连接
阅读全文
posted @ 2021-09-09 20:50 chenjingchun
阅读(209)
评论(0)
推荐(0)
树莓派3B CentOS7 扩展分区
摘要: 相关链接: 树莓派3B安装CentOS7 树莓派3B CentOS7 设置Wifi # 查看硬盘分区信息 fdisk -l # 进入磁盘分区工具 fdisk /dev/mmcblk0 # 输入 p 查看分区情况 # 删除第三个分区 /dev/mmcblk0p3 # 步骤如下 # 输入 d 回车, 进
阅读全文
posted @ 2021-09-09 20:11 chenjingchun
阅读(220)
评论(0)
推荐(0)
树莓派3B安装CentOS7
摘要: 下载系统并烧入TF卡 相关链接: 树莓派3B CentOS7 扩展分区 树莓派3B CentOS7 设置Wifi 使用SDFormatter格式化TF卡 系统下载 地址:http://isoredirect.centos.org/altarch/7/isos/armhfp/ 这里我们选择国内的下载源
阅读全文
posted @ 2021-09-09 19:55 chenjingchun
阅读(218)
评论(0)
推荐(0)
Linux/Windows运维工具宝塔面板
摘要: 宝塔服务器面板,一键全能部署及管理,送你3188元礼包,点我领取
阅读全文
posted @ 2021-09-09 16:54 chenjingchun
阅读(89)
评论(0)
推荐(0)
2021年8月14日
windows server 2019 安装WSL Ubuntu
摘要: 要在Windows Server 2019上使用WSL,首先需要确定您的系统版本大于1709 安装WSL 打开服务器管理器,添加角色和功能,在功能中钩选【适用于Linux的Windows子系统】 然后下一步,直到完成并重启 下载ubuntu系统 以下操作我们先用1804版本来操作 Ubuntu 20
阅读全文
posted @ 2021-08-14 20:23 chenjingchun
阅读(3725)
评论(0)
推荐(0)
阿里云 Windows Server 2019 安装Docker
摘要: 建议查看 https://www.cnblogs.com/valu/p/11731406.html 官方文档:https://docs.microsoft.com/zh-cn/virtualization/windowscontainers/quick-start/set-up-environmen
阅读全文
posted @ 2021-08-14 17:24 chenjingchun
阅读(1970)
评论(0)
推荐(0)
2021年8月13日
CentOS7部署.Net5项目到Docker中
摘要: 本机环境:win10、.net5 服务器环境:CentOS7、docker 在.NET5项目中web项目添加dockerfile,目标OS选择linux 生成的dockerfile不需要做任何修改 将项目文件上传到CentOS中 我上传到/usr/publish_web/admin.net目录(我使
阅读全文
posted @ 2021-08-13 09:22 chenjingchun
阅读(522)
评论(0)
推荐(2)
2021年7月12日
Nginx代理获取真实IP
摘要: 配置Nginx location / { proxy_pass http://localhost:5000; #真实IP proxy_set_header X-Real-IP $remote_addr; } .NET获取IP HttpContext.Request.Headers["X-Real-I
阅读全文
posted @ 2021-07-12 09:23 chenjingchun
阅读(165)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
7
···
12
下一页
公告