Eureka配置中心 SpringCloud配置中心 SpringCloud服务提供者 SpringCloud消费者 ...
分类:
编程语言 时间:
2019-11-21 11:52:50
阅读次数:
71
centos7搭建LDAP 一、安装Openldap [root@cc ~]# yum install -y openldap openldap-clients openldap-servers migrationtools 二、配置项 [root@cc ~]# vim /etc/openldap/ ...
分类:
其他好文 时间:
2019-11-20 12:20:43
阅读次数:
67
以用户名:dzl 密码:test 实例:orcl 导出文件夹d:\dump为例1.创建导入文件的路径create directory dmp_dir as 'd:\dump';2.查看文件路径select * from dba_directories;3.赋予权限grant read,write o ...
分类:
其他好文 时间:
2019-11-17 10:39:01
阅读次数:
191
neo4j在load csv时会出现莫名其妙的路径问题如Neo.ClientError.Statement.ExternalResourceFailed,搞了好久才搞定,现在记录如下 ...
分类:
其他好文 时间:
2019-11-15 18:09:42
阅读次数:
1728
1、The first step is download tw folders, one comes from Another 64-bit Windows DLLs, built with MinGW, which comes from 2、 Then cd into the folder wit ...
1.1. 创建索引 示例: 1 import org.apache.lucene.analysis.Analyzer; 2 3 import org.apache.lucene.analysis.TokenStream; 4 5 import org.apache.lucene.analysis.c ...
分类:
Web程序 时间:
2019-11-15 14:12:06
阅读次数:
107
文件夹数据库处理逻辑 public class DbFolder { JSONObject root; public DbFolder() { this.root = new JSONObject(); this.root.put("f_id", ""); this.root.put("f_name ...
分类:
Web程序 时间:
2019-11-14 18:18:38
阅读次数:
106
原文连接:https://www.cnblogs.com/654wangzai321/p/9970321.html 把Hive表数据导入到本地 table->local file insert overwrite local directory '/root/hive_test/1.txt' sel ...
分类:
数据库 时间:
2019-11-14 09:42:54
阅读次数:
93
对于某些Java示例可能是只有单个文件,并不是完整的Java工程,那么要如何运行单个Java文件呢,以IDEA为例。 我的环境: IDEA 2017.3.2 jdk 1.8.0.73 操作步骤: 1. 安装jdk 环境,现版本的jdk1.7,1.8 会自动配置环境变量 2. 打开已有的java文件所 ...
分类:
编程语言 时间:
2019-11-13 12:36:09
阅读次数:
243
pxe自动化安装系统pxe自动化安装,所需要的服务有:dhcp服务器,tftp服务器,http服务器pxe自动化安装,所需要的包组及相关安装文件有:syslinux以及自动化安装系统所需的应答文件selinux实验说明本次实验以一台CentOS7作为dhcp服务器,tftp服务器,以及http服务器向本网段内的主机提供自动化安装实验准备主机系统IPCentOS7CentOS7192.168.73.
分类:
其他好文 时间:
2019-11-13 10:38:17
阅读次数:
111