1. 创建keystone数据库并授权 1 mysql -uroot 2 CREATE DATABASE keystone; 3 GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'localhost' IDENTIFIED BY 'KEYSTONE_ ...
分类:
其他好文 时间:
2020-06-12 10:39:22
阅读次数:
64
HIVE count(distinct ) over() 无法使用解决办法 在使用hive时发现count(distinct ) over() 报错 hive> with da as ( > select 1 a, 'a' b union all > select 1 a, 'a' b union ...
分类:
其他好文 时间:
2020-06-11 14:58:24
阅读次数:
200
//省份数组 $all_region = [ '110000' => '北京市', '120000' => '天津市', '130000' => '河北省', '140000' => '山西省', '150000' => '内蒙古自治区', '210000' => '辽宁省', '220000' = ...
分类:
其他好文 时间:
2020-06-11 13:48:06
阅读次数:
93
SpecFlow 在 Temp 文件夹中创建一个 .cache 文件,该文件包含这些绑定以加快速度。如果该文件出了问题,您可以删除它: 退出视觉工作室。 打开 Windows 资源管理器。 在地址栏中,键入 %TEMP% 并点击 Enter 转到临时文件夹。 查找名称以 "specflow-step ...
分类:
其他好文 时间:
2020-06-11 13:39:07
阅读次数:
51
DECLARE @table TABLE( id INT IDENTITY, CreateDate DATE); INSERT INTO @table( CreateDate)SELECT '2020-06-07'--上周日UNION ALLSELECT '2020-06-08'--本周一UNION ...
分类:
数据库 时间:
2020-06-11 13:35:54
阅读次数:
198
EXPLAIN输出结果: id: 1、 id相同,从上往下顺序执行; 2.、id不同,id值越大优先级越高,越先被执行; select_type: select_type 表示对应行是简单还是复杂的查询。 select_type Value 解释 SIMPLE 简单SELECT,不使用UNION或子 ...
分类:
数据库 时间:
2020-06-11 12:02:59
阅读次数:
60
pip install jiebaimport jiebastring = "很不错的草莓"for i in jieba.cut(string, cut_all=True): print(i)for i in jieba.cut_for_search("他毕业于上海交通大学机电系,后来在一机部上海电 ...
分类:
其他好文 时间:
2020-06-11 10:45:23
阅读次数:
62
Module 4: Operating system kernel tracingDefinition Process management Definition According to Andrew Tanenbaum's book"Modern Operating Systems", All ...
分类:
其他好文 时间:
2020-06-11 01:08:55
阅读次数:
90
rocketmq-all-4.2.0:https://niceyoo.lanzous.com/iZRz9dj15sb 百度云链接:https://pan.baidu.com/s/1u3zAZgynOH91vv2_5KjI0Q 密码:8zrp 1、配置环境变量 下载解压后配置一下系统RocketMQ环 ...
题目 Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output t ...
分类:
其他好文 时间:
2020-06-10 23:00:04
阅读次数:
85