上一页 1 2 3 4 5 6 7 8 9 ··· 44 下一页
  2022年10月2日
摘要: This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less 阅读全文
posted @ 2022-10-02 16:52 Gu 阅读(53) 评论(0) 推荐(0)
  2022年9月24日
摘要: 2025年中国公有云市场规模将达900亿美元 Public cloud to double to $90b by 2025 in nation 2025年中国公有云市场规模将达900亿美元 China's next wave of cloud migration is expected to be  阅读全文
posted @ 2022-09-24 16:17 Gu 阅读(248) 评论(0) 推荐(0)
  2022年8月26日
摘要: 一台10多年前的测试设备,最近一天有几十次没反应,界面卡死,要关掉程序重新打开才可以。 重点检查和仪表和串口打交道的部分, 功率表,PLC,电源,转速表,PCI卡, 查看代码,把频繁开关串口的部分代码修改掉。 因为在测试过程中,打开了串口就不要随便关闭,频繁关闭串口,有时要等1分钟才能打开。 让操作 阅读全文
posted @ 2022-08-26 09:54 Gu 阅读(32) 评论(0) 推荐(0)
  2022年8月23日
摘要: 1. 首先在docker上安装kafka和zookeeper, 加起来要1G的image size, 先安装1台,测试完后再加集群对比测试性能 用spring-kafka的包写个测试例子 private KafkaTemplate<String,Object> kafkaTemplate; publ 阅读全文
posted @ 2022-08-23 16:48 Gu 阅读(170) 评论(0) 推荐(0)
  2022年7月20日
摘要: 1. 只看主页介绍,你不知道ICapPublisher的实现在哪里,注入的实例是什么, 查看代码才知道 原来在AddCap的调用里有一个内部实现 Publish Inject ICapPublisher in your Controller, then use the ICapPublisher t 阅读全文
posted @ 2022-07-20 11:56 Gu 阅读(1140) 评论(0) 推荐(1)
  2022年7月4日
摘要: RabbitMQ channel 频道,exchange 交换机和 queue队列connection是指物理的连接,一个client与一个server之间有一个连接; 一个连接上可以建立多个channel,可以理解为逻辑上的连接。 一般应用的情况下,有一个channel就够用了,不需要创建更多的c 阅读全文
posted @ 2022-07-04 00:57 Gu 阅读(282) 评论(0) 推荐(0)
  2022年6月5日
摘要: Play with K8s ,免费使用4个小时, 但是不能外网访问,只能在网页的命令行窗口操作k8s的指令 使用说明 WARNING!!!! This is a sandbox environment. Using personal credentials is HIGHLY! discourage 阅读全文
posted @ 2022-06-05 23:40 Gu 阅读(386) 评论(0) 推荐(0)
  2022年5月25日
摘要: 操作步骤 使用Eclipse或其他IDE工具创建Maven项目并引入ClickHouse驱动依赖包。 <dependency> <groupId>ru.yandex.clickhouse</groupId> <artifactId>clickhouse-jdbc</artifactId> <vers 阅读全文
posted @ 2022-05-25 08:22 Gu 阅读(1016) 评论(0) 推荐(0)
  2022年5月11日
摘要: eclipse 在marketPlace安装lombok, springtool4, dbeaver,docker tooling 1. tomcat的端口,数据连接这些都存在resourcces/application.yml里 Loading class `com.mysql.jdbc.Driv 阅读全文
posted @ 2022-05-11 23:38 Gu 阅读(63) 评论(0) 推荐(0)
  2022年5月8日
摘要: 上文发了之后,有人说要和SSAS对比,还有人说要在SQLServer建一个列数据库来对比 SQL2012 之后开始有列存储, 但要在2016SP1之后才在Express版开放, 之前都是在Enterprise版才有, 我在win10安装了最新SQLServer 2019 Express版, 把订单日 阅读全文
posted @ 2022-05-08 13:17 Gu 阅读(328) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 44 下一页