UI: 用于提交查询的客户端,hive自带有CLI(command line),现在推荐使用beeline DRIVER: 1.用于接收客户端提交的SQL,并实现了session控制 2.并提供了jdbc/odbc的fetch和execute功能 COMPILER: 编译器,负责解析SQL,并从ME ...
分类:
其他好文 时间:
2020-06-25 11:40:51
阅读次数:
68
打开ueditor.all.js 注释掉以下三行 // var root = UE.htmlparser(html);// me.filterInputRule(root);// html = root.toHtml(); 将 html.push(creatInsertStr( vi.url, vi ...
分类:
其他好文 时间:
2020-06-25 10:09:08
阅读次数:
94
使用httprunner3.x版本 python版本是3.6 测试环境是zen dao 以下为脚本: # NOTE: Generated By HttpRunner v3.1.0 # FROM: assign_me.har import re from httprunner import HttpR ...
分类:
Web程序 时间:
2020-06-24 19:33:41
阅读次数:
54
原题链接 KMP模板:AC,858ms,13112KB内存 消耗太大了 #include<bits/stdc++.h> using namespace std; using namespace std; #define ms(x, n) memset(x,n,sizeof(x)); typedef ...
分类:
其他好文 时间:
2020-06-23 20:53:37
阅读次数:
66
Show me the code ! 此次分享的是如何让你的代码框架上传到cocoapods,方便使用!对了,在第一句之前应该介绍cocoapods的背景,但作为iOS developer,不用介绍都知道其重要性,OK,Talk is cheap! 只需几步: 1.整理目录,代码提交到GitHub( ...
分类:
其他好文 时间:
2020-06-23 15:28:44
阅读次数:
56
有了字典树的基础就可以学AC自动机惹(本蒟蒻学不会KMP) 前置技能:字典树 ...
分类:
其他好文 时间:
2020-06-22 17:19:47
阅读次数:
49
看完每章《http权威指南》推荐看下面这个链接巩固: https://github.com/woai30231/http/tree/master/%E7%AC%AC%E4%BA%8C%E7%AB%A0%20URL%E4%B8%8E%E8%B5%84%E6%BA%90 ...
分类:
Web程序 时间:
2020-06-22 12:58:53
阅读次数:
60
1.在小程序端newapp开发个人中心页面: 1.备用 1.新建修改密码页面uppwd 2.开发pages/me/me.vue: <template> <view class="content"> <view class="padding-xl radius shadow-warp bg-cyan" ...
分类:
移动开发 时间:
2020-06-21 12:06:27
阅读次数:
56
摘要: 先看效果图 github地址 github仓库 在线访问 初始化项目 #创建项目 create-react-app applist #如果没有安装create-react-app的话,先安装 npm install -g create-react-app 目录结构改造 |--config | ...
分类:
移动开发 时间:
2020-06-20 18:32:34
阅读次数:
106
1、Configuration Metadata As the preceding diagram shows, the Spring IoC container consumes a form of configuration metadata. Spring提供的Configuration Me ...
分类:
编程语言 时间:
2020-06-20 15:40:03
阅读次数:
45