上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: 本机环境:win10、.net5 服务器环境:CentOS7、docker 在.NET5项目中web项目添加dockerfile,目标OS选择linux 生成的dockerfile不需要做任何修改 将项目文件上传到CentOS中 我上传到/usr/publish_web/admin.net目录(我使 阅读全文
posted @ 2021-08-13 09:22 chenjingchun 阅读(486) 评论(0) 推荐(2) 编辑
摘要: 配置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 阅读(134) 评论(0) 推荐(1) 编辑
摘要: 系统要求:安装了nodejs、npm(包含在nodejs安装包中) 安装 npm install -g yarn 设置忽略引擎版本检查,不是必须 用于修复node版本不兼容的命令配置 本质上是忽略引擎版本检查 主要用于在install过程中的版本过低提示 yarn config set ignore 阅读全文
posted @ 2021-07-01 09:30 chenjingchun 阅读(76) 评论(0) 推荐(1) 编辑
摘要: location / { proxy_pass http://localhost:5000; #以下为WebSocket需要配置 proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Conn 阅读全文
posted @ 2021-06-03 14:51 chenjingchun 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 关联阅读:CentOS7部署.Net5项目到Docker中 https://www.cnblogs.com/Jerrycjc/p/15135882.html 本机环境:win10,已安装好docker,新建一个基于.net5的webapi项目 设置Dockerfile FROM mcr.micros 阅读全文
posted @ 2021-03-13 17:57 chenjingchun 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 手机当前状态,开机正常,已解BL锁电脑当前状态,已经有ADB驱动,并添加了path环境变量,可以连上手机进入FastBoot(关机状态下同时按下 音量-和电源键)1.手机安装twrp,下载地址https://dl.twrp.me/bullhead/将下载好的twrp放到adb目录我的adb是在D:\Program Files\platform-tools,将twrp放到这个目录中执行以下命令(在本... 阅读全文
posted @ 2020-10-02 15:33 chenjingchun 阅读(2142) 评论(0) 推荐(0) 编辑
摘要: 参考了:https://blog.csdn.net/weixin_34100227/article/details/88016462 发布之后要有https协议才能调用成功 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> 阅读全文
posted @ 2020-08-01 16:54 chenjingchun 阅读(467) 评论(0) 推荐(0) 编辑
摘要: SELECT表名=case when a.colorder=1 then d.name else '' end,表说明=case when a.colorder=1 then isnull(f.value,'') else '' end,字段序号=a.colorder,字段名=a.name,标识=case when COLUMNPROPERTY(a.id,a.name,'IsIdentity')=... 阅读全文
posted @ 2020-08-01 16:49 chenjingchun 阅读(193) 评论(0) 推荐(0) 编辑
摘要: .Net Core3.1地址https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.201-linux-arm32-binaries以下均在树莓派终端中输入1wget https://download.visualstudio.microsoft.com/download/pr/ccbcbf70-9911-40b1-a... 阅读全文
posted @ 2020-04-26 22:08 chenjingchun 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 设置博客园 进入后台【设置】最下面,允许 MetaWeblog 博客客户端访问 下载并安装Open Live Writer 下载地址http://openlivewriter.org/ 开始配置吧 旧版地址https://i1.cnblogs.com/Configure.aspx 然后下一步下一步 阅读全文
posted @ 2020-03-15 12:42 chenjingchun 阅读(206) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页
点击右上角即可分享
微信分享提示