摘要: 1.安装系统依赖 sudo apt install mesa-opencl-icd ocl-icd-opencl-dev gcc git bzr jq pkg-config curl clang build-essential hwloc libhwloc-dev wget -y && sudo a 阅读全文
posted @ 2021-09-01 20:46 light-zhang 阅读(123) 评论(0) 推荐(0) 编辑
摘要: package cc.zeelan.resources.helper.queue; import java.util.Iterator; import java.util.concurrent.ConcurrentLinkedQueue; import org.springframework.sch 阅读全文
posted @ 2021-08-28 16:20 light-zhang 阅读(52) 评论(0) 推荐(0) 编辑
摘要: https://snapcraft.io/insomnia 阅读全文
posted @ 2021-04-26 10:40 light-zhang 阅读(158) 评论(0) 推荐(0) 编辑
摘要: import java.math.BigDecimal; import cn.hutool.core.lang.Console; import cn.hutool.core.thread.ConcurrencyTester; import cn.hutool.core.thread.ThreadUt 阅读全文
posted @ 2021-04-23 11:26 light-zhang 阅读(436) 评论(0) 推荐(0) 编辑
摘要: http://www.pearadmin.com/ https://msdn.itellyou.cn/ 阅读全文
posted @ 2021-03-15 14:20 light-zhang 阅读(793) 评论(0) 推荐(0) 编辑
摘要: ClickHouse 是 Yandex(俄罗斯最大的搜索引擎)开源的一个用于实时数据分析的基于列存储的数据库,其处理数据的速度比传统方法快 100-1000 倍。 ClickHouse 的性能超过了目前市场上可比的面向列的 DBMS,每秒钟每台服务器每秒处理数亿至十亿多行和数十千兆字节的数据。 # 阅读全文
posted @ 2021-03-15 14:14 light-zhang 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 方案 表数量 查询子 查询树 插入 删除 引用完整性 邻接表 1 简单 困难 简单 简单 是 枚举路径 1 简单 简单 简单 简单 否 嵌套集 1 困难 简单 困难 困难 否 闭包表 2 简单 简单 简单 简单 是 阅读全文
posted @ 2021-03-10 16:32 light-zhang 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 一、MySQL索引类型 mysql里目前只支持4种索引分别是:full-text,b-tree,hash,r-tree b-tree索引应该是mysql里最广泛的索引的了,除了archive基本所有的存储引擎都支持它. 1. full-text索引 full-text在mysql里仅有myisam支 阅读全文
posted @ 2021-03-09 18:46 light-zhang 阅读(104) 评论(0) 推荐(0) 编辑
摘要: /deep/ .van-pagination__item--disabled, .van-pagination__item--disabled:active{ background-color: white; } //deep 这种方式可以穿透框架样式 .active-content>>>img { 阅读全文
posted @ 2021-01-13 10:55 light-zhang 阅读(434) 评论(0) 推荐(0) 编辑
摘要: php数据源 deb https://packages.sury.org/php/ buster main 阿里云 #阿里云 deb http://mirrors.aliyun.com/debian/ buster main non-free contrib deb http://mirrors.a 阅读全文
posted @ 2020-12-28 17:17 light-zhang 阅读(247) 评论(0) 推荐(0) 编辑