<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ...
分类:
编程语言 时间:
2020-07-15 13:02:06
阅读次数:
82
在gitee上创建新仓库,复制仓库地址 在本地项目文件夹中,打开git bash命令行 git init提交代码 git add .git commit -m 'first commit'添加远程仓库 git remote add origin 远程地址代码推到远程 git push origin ...
分类:
其他好文 时间:
2020-07-15 12:46:04
阅读次数:
111
首先采用VS2019进行windows的message函数编程,实现一个message窗口。 具体代码如下: #include<Windows.h> int CALLBACK WinMain( _In_ HINSTANCE hInstance, _In_ HINSTANCE hPrevInstanc ...
分类:
其他好文 时间:
2020-07-15 10:44:18
阅读次数:
63
PS:电脑竟然放不下了......只能搬一点过来 持续更新中 举例:examples abound 、for instance、similarly、example、in a nutshell概而言之 = all in all=To sum up 足够的:enough = sufficient = a ...
分类:
其他好文 时间:
2020-07-15 01:24:03
阅读次数:
88
1.pom依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ...
分类:
编程语言 时间:
2020-07-14 16:35:31
阅读次数:
67
免密码登录$sshpass-ppasswordsshusername@host远程执行命令$sshpass-ppasswordsshusername@host<cmd>通过scp上传文件$sshpass-ppasswordscplocal_fileroot@host:remote_file通过scp下载文件$sshpass-ppasswordscproot@host:remote_fi
分类:
其他好文 时间:
2020-07-14 15:08:14
阅读次数:
163
Eureka服务端 Eureka服务端是一个可以通过Spring Boot微服务来实现,引入Eureka相关依赖后,简单的配置yml文件和编写主启动类,通过显示声明Eureka服务端来生成一个服务注册中心。 <dependencies> <!--eureka-server--> <dependenc ...
分类:
其他好文 时间:
2020-07-14 14:59:03
阅读次数:
253
LVS+keepalive 什么是keepalive Keepalived是Linux下一个轻量级别的高可用解决方案。高可用(High Avalilability,HA),其实两种不同的含义:广义来讲,是指整个系统的高可用行;狭义的来讲就是指主机的冗余和接管。它与HeartBeat、RoseHA实现 ...
分类:
其他好文 时间:
2020-07-14 13:40:40
阅读次数:
59
1 - VS Code Remote Development 1.1 Documentation Remote - https://code.visualstudio.com/docs/remote/ Remote tutorials - https://code.visualstudio.com/ ...
分类:
其他好文 时间:
2020-07-13 23:06:36
阅读次数:
100
服务器远程管理 1)远程管理类型 ping的通,打开telnet就可以连接了。 2)远程桌面 ①在服务器中将要远程登录的用户添加到Remote Desktop Users组; ②右击我的电脑属性->远程->勾选启用远程桌面 ②在客户机中CMD+R 输入 mstsc,输入ip,登录即可。 3)teln ...