上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 133 下一页
摘要: 【1】isnull 的作用 在我们日常使用SQL中,isnull的作用就是判断第一个参数是否为 Null,如果是Null 值则使用第二个参数; 测试数据: use test3 create table test1( id int ,str char(100),str1 varchar(100) ) 阅读全文
posted @ 2021-04-22 14:57 郭大侠1 阅读(424) 评论(0) 推荐(0)
摘要: 【1】官网参考 https://docs.microsoft.com/zh-cn/windows-server/upgrade/upgrade-2008r2-to-2012r2 【2】遇到的问题--闪退 2008R2 datacenter到2012R2 datacenter,然后发现在系统里用安装包 阅读全文
posted @ 2021-04-19 14:38 郭大侠1 阅读(1491) 评论(1) 推荐(0)
摘要: (1)选第二哥 (2)进入支持选项 (3)更多支持,点击管理员 (4)找到windows (5)进入window server (6)然后我们可以选择我们想要查阅的模块 阅读全文
posted @ 2021-04-19 14:32 郭大侠1 阅读(217) 评论(0) 推荐(0)
摘要: 【1】倒排索引 【1.1】倒排索引与正牌索引的对比 【1.2】倒排索引的核心组成 例子: 【1.3】ES的倒排索引 优劣 ES的 JSON 文档中的每个字段,都有自己的倒排索引 可以指定对某些字段不做索引 优点:节省存储空间 缺点:字段无法被搜索 【2】分词器 【2.1】分词器的组成 【2.2】ES 阅读全文
posted @ 2021-04-15 17:12 郭大侠1 阅读(94) 评论(0) 推荐(0)
摘要: 【1】参考文档 直接看:ElasticSearch 7.8.1 从入门到精通 ES:阮一鸣教程笔记参考:https://www.cnblogs.com/qiu-hua/category/1907014.html es match、match_phrase、query_string和term的区别,其 阅读全文
posted @ 2021-04-15 17:06 郭大侠1 阅读(137) 评论(0) 推荐(0)
摘要: 1 阅读全文
posted @ 2021-04-15 16:41 郭大侠1 阅读(70) 评论(0) 推荐(0)
摘要: 【1】如何正确的关闭ES集群 第一步,禁止分片自动分布 PUT _cluster/settings { "persistent": { "cluster.routing.allocation.enable": "none" } } 第二步,执行同步刷新 POST _flush/synced 第三步, 阅读全文
posted @ 2021-04-15 16:23 郭大侠1 阅读(106) 评论(0) 推荐(0)
摘要: 1 阅读全文
posted @ 2021-04-15 16:20 郭大侠1 阅读(55) 评论(0) 推荐(0)
摘要: 【1】问题 进程一直killed不掉 使用 kill 129之后, 可以使用 kill session_id/spid with statusonly 查看回滚进度 【2】基本方案 使用 tcpview(推荐) 下载TCPView (1.4 MB) 现在从Sysinternals Live运行。 运 阅读全文
posted @ 2021-04-14 13:04 郭大侠1 阅读(3968) 评论(0) 推荐(0)
摘要: 官网:https://docs.microsoft.com/zh-cn/sysinternals/downloads/tcpview 【0】介绍 TCPView是一个Windows程序,它将为您显示系统上所有TCP和UDP端点的详细列表,包括本地和远程地址以及TCP连接状态。在Windows Ser 阅读全文
posted @ 2021-04-14 11:26 郭大侠1 阅读(880) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 133 下一页