比如同步供应商数据: CREATE TABLE jd_unit( id varchar2(64) primary key, unit_name varchar2(500), unit_code varchar2(500), is_enable char(1), create_time timesta ...
分类:
数据库 时间:
2020-12-02 11:58:15
阅读次数:
9
spring.factories 文件是springboot提供的一种实例化bean方式 org.springframework.boot.autoconfigure.EnableAutoConfiguration=com.*.serviceimpl,config2 springboot加载jar包 ...
分类:
编程语言 时间:
2020-12-01 12:31:56
阅读次数:
6
<script src="https://webapi.amap.com/maps?v=1.4.15&key=自己申请的应用的key"></script> mapObj = new AMap.Map('container'); mapObj.plugin('AMap.Geolocation', fu ...
分类:
其他好文 时间:
2020-12-01 11:59:19
阅读次数:
2
在CentOS容器内执行 yum install passwd openssl openssh-server -y # Ubuntu把yum改成apt-get ssh-keygen -q -t rsa -b 2048 -f /etc/ssh/ssh_host_rsa_key -N '' ssh-ke ...
分类:
系统相关 时间:
2020-11-27 11:39:01
阅读次数:
15
xdebug 原理 : php 服务器为 client , phpstom 为调试服务器 获取php对应的xdebug 版本: https://xdebug.org/wizard php.ini 配置: zend_extension=xdebug.so xdebug.remote_enable=1 ...
分类:
Web程序 时间:
2020-11-27 11:05:40
阅读次数:
12
一、硬件环境准备:ZABBIXServer端:192.168.1.59ZABBIXAgent端:192.168.1.60Linux系统版本:CentOSlinuxrelease7.6.1810(Core)zabbix版本:zabbix4.0.6LTS(截止2019年4月1日最新版本)二、安装zabbix://1、首先添加zabbix仓库:[root@localhost~]#>rpm-Uvhh
分类:
其他好文 时间:
2020-11-24 12:28:51
阅读次数:
8
1 安装 https://blog.csdn.net/u010889616/article/details/80643892 安装成是不能直接web页面的,需要加载配置文件 在/usr/sbin/下执行 rabbitmqctl start_app rabbitmq-plugins enable ra ...
分类:
其他好文 时间:
2020-11-24 12:07:42
阅读次数:
9
1.安装 yum install vsftpd -y 2.匿名默认ftp目录/var/ftp/pub,配置文件位置 /etc/vsftpd/vsftpd.conf 取消以下两行的注释 anon_upload_enable=YES anon_mkdir_write_enable=YES 3.设置/va ...
分类:
其他好文 时间:
2020-11-23 12:14:08
阅读次数:
5
摘要: IntelliJ IDEA打开带SVN信息的项目不显示SVN信息,项目右键SVN以及图标还有Changes都不显示解决方法 在VCS菜单中有个开关,叫Enabled Version Control Integration,在打开的窗口的选项中选择Subversion即可 reference& ...
分类:
其他好文 时间:
2020-11-21 12:47:03
阅读次数:
27
#概述 es/kibana 7.4.2 enable security docker 19.x.y requirment #resource limits /etc/security/limits.d/20-nproc.conf #* soft nproc 4096 root soft nproc ...
分类:
其他好文 时间:
2020-11-21 11:57:04
阅读次数:
6