keystore导出p12,cer,crt,.key.pem证书文件格式 发表于: 2020-04-17 分类于: 开发p12文件生成 keytool -genkey -v -alias root -keyalg RSA -storetype PKCS12 -keystore dlt.p12 -dname "CN=www.handtimes.com,OU=ipcc,O=云电同方,L=昆明,ST=云南
【kettle】【报错】 Unexpected problem reading shared objects from XML file当读共享文件时发生错误 发表于: 2020-04-16 分类于: 数据抽取ETL报错: Unexpected problem reading shared objects from XML file : null当读共享文件时发生错误(继续加载 报kettle新建转换 时,“读取共享对象时发生一个严重错误”“Unexpected problem reading shared objects from XML file : null”…保存ktr,kjb时弹出错误提示 :“Unable to save shared ojects“”Unexpected problem reading shared objects from XML file :“
Nginx常用配置 发表于: 2020-04-15 分类于: 开发Nginx常用配置 常用代理Server配置 server { listen 80; //监听的本地端口 server_name localhost; location /api1/ { proxy_pass http://localhost:8080; } # http://localhost/api1/xxx -> http://localhost:8080/api1/xxx; location /api2/ { proxy_pass http://localhost:8080/; } # http://localhost/api2/xxx -> http://localhost:8080/xxx; location /api3 { proxy_pass http://localhost:8080; } # http://localhost/api3/xxx -> http://localhost:8080/api3/xxx; location /api4 { proxy_pass
elasticsearch中英文混搜 发表于: 2020-04-15 分类于: 全文检索参考地址:https://blog.csdn.net/weixin_33725126/article/details/89702059 https://blog.csdn.net/weixin_34148456/article/details/86002009 https://blog.csdn.net/zmx729618/article/details/80415984 https://www.cnblogs.com/zhangyafei/p/11028927.html
几种常见的消息中间件对比 发表于: 2020-04-15 分类于: 消息中间件常见消息中间件介绍 当前使用较多的消息队列有RabbitMQ、RocketMQ、ActiveMQ、Kafka、ZeroMQ、MetaMQ等,而部分数据库如Redis、MySQL以及phxsql也可实现消息队列的功能。
elasticsearch中父子关系文档 发表于: 2020-04-15 分类于: 全文检索参考地址:https://blog.csdn.net/hsj1213522415/article/details/97693509
在powerdesigner中执行SQL.通过SQL生成模型图 发表于: 2020-04-15 分类于: 数据库在powerdesigner中执行SQL.通过SQL生成模型图 通过hbm2dll生成了数据库脚本之后.想在powerdesigner中生成相
PowerDesigner设计Name和Comment替换 发表于: 2020-04-15 分类于: 数据库PowerDesigner设计Name和Comment 替换 comment 是注释。name 是字段描述 在 PowerDesigner中操作如下 PowerDesigner–>Tools–>Execute Commands–>Edit/Run Scripts 下执行就O