date:20140525auth:Jin platform :windows 一.服务端启动服务和创建账号# su - oracle$ lsnrctl start$ sqlplus / as sysdbaSQL> startupSQL> alter user sys identified by admin; #修改sys密码User altered.SQL> create user jin identified by com123; #创建用户SQL> grant connect
Property name Description Default value spring.boot.admin.client.enabled Enables the Spring Boot Admin Client. true spring.boot.admin.client.url Comma separated ordered list of URLs of the Spring Boot Admin server to register at. This triggers the Au
1. 修改本机hostname // 查看本机hostname hostnamectl //永久性的修改主机名称, 修改完后新开的terminal中立刻生效. 也可以直接修改 /etc/hostname 文件 hostnamectl set-hostname base 修改对本机hostname的解析 vi /etc/hosts # The following lines are desirable for IPv4 capable hosts 127.0.0.1 base base 127.0