上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: 1:下载 seata 编译后的代码包, 下载地址:https://github.com/seata/seata/tags。我下载的是zip的包 2:解压包 gunzip seata-server-1.3.0.zip 。(没有解压命令gunzip的请自行安装),解压后包名 seata 3:修改conf 阅读全文
posted @ 2020-08-10 18:10 卖臭豆腐喽 阅读(9421) 评论(0) 推荐(0)
摘要: 1:安装命令 pip install docker-compose 异常信息 socket.timeout: The read operation timed out During handling of the above exception, another exception occurred 阅读全文
posted @ 2020-07-24 14:21 卖臭豆腐喽 阅读(1457) 评论(0) 推荐(1)
摘要: 这个异常是索引长度超出限制 767个字节。 在测试环境部署flowable时,程序创建flowable表时,出现了【Specified key was too long; max key length is 767 bytes】异常。 这个异常在开发环境是没有的,也就是说 跟mysql数据库版本也有 阅读全文
posted @ 2020-07-15 11:25 卖臭豆腐喽 阅读(2792) 评论(0) 推荐(0)
摘要: https 与 http 区别在于 https 比 http多了一个SSL加密层。就是 client端 发送给 server端 的请求报告是经过加密,混淆的。以此来保护我们的数据在网络传输中的安全。 ok, 我们来看一下 client端 发送给 server端 是如何交互的,为什么能保证数据在网络中 阅读全文
posted @ 2020-06-29 14:12 卖臭豆腐喽 阅读(1627) 评论(0) 推荐(0)
摘要: 查询命令 curl -X GET "localhost:9200/megacorp/employee/_search?pretty" -H 'Content-Type: application/json' -d' { "aggs": { "all_interests": { "terms": { " 阅读全文
posted @ 2020-03-15 21:51 卖臭豆腐喽 阅读(13505) 评论(0) 推荐(1)
摘要: 在项目pom.xml中加入依赖 <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-high-level-client</artifactId> <version>7.6.1< 阅读全文
posted @ 2020-03-15 21:46 卖臭豆腐喽 阅读(1984) 评论(0) 推荐(0)
摘要: 之前是使用 messagePack 序列化框架,今天想看看那 jboss Marshalling 序列化框架。 在 mvnrepository 中搜索 【marshalling serial 和 jboss-marshalling】,选择 最新版本 marshalling serial jboss- 阅读全文
posted @ 2020-01-19 18:00 卖臭豆腐喽 阅读(302) 评论(0) 推荐(0)
摘要: 1: 使用yum 找到 openvpn 的包 [root@localhost client]# yum list openvpn Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * 阅读全文
posted @ 2020-01-19 14:41 卖臭豆腐喽 阅读(7) 评论(0) 推荐(0)
摘要: 背景: 这个websocket 因为使用的地方不多,并没有独立出一个项目,是集成在已有的服务中。 1: gateway 配置 - id: service-test uri: lb:ws://service-test predicates: - Path=/ws/** filters: - Strip 阅读全文
posted @ 2019-12-02 11:32 卖臭豆腐喽 阅读(8900) 评论(4) 推荐(2)
摘要: 安装文档在redis manager 的官方文档上有,这里做个笔记。官网地址:https://snapcraft.io/redis-desktop-manager 截图1: 可以选择自己的系统,根据里面的命令执行即可。 截图2: 执行完之后,在应用界面中就可以看到 redis manger 的图标 阅读全文
posted @ 2019-11-07 09:56 卖臭豆腐喽 阅读(467) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 13 下一页