摘要:
#呼吸慢病患者端server { listen 80; server_name patient.yuemiaotech.com; location / { root D:/Website/Wicrecloud/chronic/patient; try_files $uri $uri/ /index. 阅读全文
posted @ 2023-03-17 14:35
IT王师傅
阅读(34)
评论(0)
推荐(0)
摘要:
CentOS7 防火墙与端口 1、firewalld的基本使用 启动: systemctl start firewalld 查看状态: systemctl status firewalld 停止: systemctl disable firewalld 禁用: systemctl stop fire 阅读全文
posted @ 2023-03-17 14:31
IT王师傅
阅读(48)
评论(0)
推荐(0)
摘要:
IOC 控制反转/依赖注入:通过引入IOC容器,利用依赖关系注入的方式,实现对象之间的解耦 AOP 面向切面 Castle.Core 微服务 Netty npm javac:java的编译器,将后缀名为.java的源文件编译为后缀名为.class的Java字节码文件 jar:把一组.class文件打 阅读全文
posted @ 2023-03-17 14:30
IT王师傅
阅读(54)
评论(0)
推荐(0)
摘要:
【初始化】 git init git remote add origin xxxx git pull origin master git branch --set-upstream-to=origin/master master git pull 【提交】 git add . git commit 阅读全文
posted @ 2023-03-17 14:28
IT王师傅
阅读(44)
评论(0)
推荐(0)
摘要:
20190527 委托课程 /// 1 委托的声明、实例化和调用 /// 2 泛型委托--Func Action /// 3 委托的意义:解耦 /// 4 委托的意义:异步多线程 /// 5 委托的意义:多播委托 /// 6 事件,观察者模式 //异步调用 += 多播委托 为委托实例按顺序增加方法, 阅读全文
posted @ 2023-03-17 14:24
IT王师傅
阅读(38)
评论(0)
推荐(0)
浙公网安备 33010602011771号