1 2 3 4 5 ··· 26 下一页
摘要: nginx -c /opt/nginx-1.15.12/conf/nginx.conf 阅读全文
posted @ 2020-02-19 14:23 albert_think 阅读(109) 评论(0) 推荐(0) 编辑
摘要: #user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; event 阅读全文
posted @ 2020-02-19 13:58 albert_think 阅读(278) 评论(0) 推荐(0) 编辑
摘要: SELECT ltrim(MAX(sys_connect_by_path(name, '/')), '/') FROM (SELECT t.name,ROWNUM rn FROM (SELECT t.name FROM (SELECT d.id, d.parent_id, d.name,ROWNUM 阅读全文
posted @ 2019-12-09 11:25 albert_think 阅读(189) 评论(0) 推荐(0) 编辑
摘要: vim /etc/netplan/50-cloud-init.yaml 配置如下:network: ethernets: enp4s0: addresses: [192.168.0.20/24] //IP址 gateway4: 192.168.0.1 // 网关 nameservers: addre 阅读全文
posted @ 2019-10-13 07:00 albert_think 阅读(455) 评论(0) 推荐(0) 编辑
摘要: windows系统上安装rabbitmq时,参照http://blog.csdn.net/lu1005287365/article/details/52315786 这个教程安装完成之后,发现在执行http://localhost:15672/ 提示该页无法访问 cmd进入rabbitmq安装目录s 阅读全文
posted @ 2019-09-30 13:51 albert_think 阅读(146) 评论(0) 推荐(0) 编辑
摘要: net start mysql 发生系统错误2 系统找不到指定的文件 net start mysql 发生系统错误2 系统找不到指定的文件 转自:https://www.jianshu.com/p/6d8ed7c36e6f 以管理员身份运行,在命令行输入cd+mySQL的bin目录的安装路径 C:\ 阅读全文
posted @ 2019-09-30 11:10 albert_think 阅读(522) 评论(0) 推荐(0) 编辑
摘要: export JAVA_HOME=/usr/local/hk/tomcat/jdk1.8.0_121;export PATH=$JAVA_HOME/bin:$PATH;export CLASSPATH=.:$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/dt.jar; 阅读全文
posted @ 2019-09-03 13:50 albert_think 阅读(6903) 评论(0) 推荐(0) 编辑
摘要: 1.import com.alibaba.fastjson.JSON;import com.alibaba.fastjson.TypeReference;import com.alibaba.fastjson.serializer.SerializerFeature;import com.googl 阅读全文
posted @ 2019-08-03 21:31 albert_think 阅读(400) 评论(0) 推荐(0) 编辑
摘要: spring: datasource: url: xxxxx username: xxx password: xxxx driver-class-name: oracle.jdbc.driver.OracleDriver type: org.apache.commons.dbcp2.BasicDat 阅读全文
posted @ 2019-08-03 21:27 albert_think 阅读(602) 评论(0) 推荐(0) 编辑
摘要: select count(1) from apps.cop_syn_opp_to_ecom e where e.sync_date >= to_date(TO_CHAR(SYSDATE - 1 / 24 / 60, 'yyyy-mm-dd hh24:mi:ss'), 'yyyy-mm-dd hh24 阅读全文
posted @ 2019-08-03 21:09 albert_think 阅读(771) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 26 下一页