1、什么是Git? 大多数公司都在用,其实本质和SVN一样为大家协同开发的一种版本控制系统。 2、什么是版本控制系统? 版本控制系统(Version Control System):是一种记录一个或若干文件内容变化,以便将来查阅特定版本修订情况的系统。 版本控制系统不仅可以应用于软件源代码的文本文件 ...
分类:
其他好文 时间:
2020-07-15 15:04:15
阅读次数:
384
Node js with microservices Tech Node.js/ Express.js / Mongo DB/ Mongoose(ODM) /postman / bodypaser: to receive data from requirest 创建3个services , stud ...
分类:
Web程序 时间:
2020-07-15 13:08:55
阅读次数:
102
git:git@github.com:ccx19930930/services_register_and_discovery.git 参考链接:https://www.cnblogs.com/haippy/archive/2013/02/21/2920280.html 禁止拷贝基类: base_cl ...
分类:
编程语言 时间:
2020-07-15 13:05:04
阅读次数:
113
在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
1、首先在桌面上建一个记事本,写一个最简单的输出函数吧; 2、然后保存,将后缀名改为.java;因为.java结尾的才是java文件; 3、windows+R ,打开命令提示符,输入cmd,cd desktop进入桌面; 4、输入javac Test.java 回车 >编译一个test.java字节 ...
分类:
编程语言 时间:
2020-07-15 01:17:00
阅读次数:
112
1 let url = "https://xxx.arcgis.com/arcgis/rest/services/line_0706_3857/FeatureServer/0"; //此处为地址样式,不是完整的地址,请填写服务的完整地址。 2 3 var LineLayer = esri.featu ...
分类:
其他好文 时间:
2020-07-14 16:33:40
阅读次数:
152
免密码登录$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
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 ...