Eg:('a'=1 and 'b'=2) or ('c'=3 and 'd'=4) and 'e'=5 解决方法 ...
分类:
Web程序 时间:
2018-09-19 16:15:59
阅读次数:
558
In this page, I will explain the following important MR concepts. 1) Job: how the job is inited , executed. 2) MR components: How they work to process ...
分类:
其他好文 时间:
2018-09-18 22:45:46
阅读次数:
203
2018-09-17 Author: 楚格 IDE: Pycharm2018.02 Python 3.7 KeyWord : Excel display Explain: 读取Excel,显示和存储读取的数据 思路: 1. 确定打开Excel的文件,包括路径以及名称 2.对Excel进行操作,分片是 ...
分类:
编程语言 时间:
2018-09-17 16:18:27
阅读次数:
172
DMKAlex wrote: Vesku wrote: DMKAlex wrote: Can someone explain this please? Thanks. CBR = constant bitrate VBR = variable bitrate (more bitrate when l ...
分类:
其他好文 时间:
2018-09-15 16:25:53
阅读次数:
318
2018-09-14 Author: 楚格 IDE: Pycharm2018.02 Python 3.7 KeyWord : 文件路径 文件名称选择 Explain: Testing_Config_List 思路: 1. def Function_Select_File(): 获取当前路径(调试中默 ...
分类:
编程语言 时间:
2018-09-14 15:59:06
阅读次数:
155
2018-09-12 Author: 楚格 IDE: Pycharm2018.02 Python 3.7 KeyWord : 继承 Explain: 1 -- -- RUN Result -- ...
分类:
编程语言 时间:
2018-09-12 21:42:43
阅读次数:
175
一、索引 1、索引类型 普通索引:无任何限制的索引 唯一索引:列值唯一的索引,可以为空值 主键索引:表的主键,特殊的唯一性索引,不能为空值 组合索引:多个字段上的索引,遵循左前缀集合 全文索引:来查找文本中的关键字 2、使用explain+sql语句进行调优 (1)explain包含的信息包含: 主 ...
分类:
数据库 时间:
2018-09-11 16:15:58
阅读次数:
190
2018-09-09 Author: 楚格 IDE: Pycharm2018.02 Python 3.7 KeyWord : 字典 Explain: 多级选择,后续待优化 1 -- ...
分类:
编程语言 时间:
2018-09-09 15:05:06
阅读次数:
145
2018-09-09 IDE: Pycharm2018.02 Python 3.7 KeyWord : List python 基本语句 Explain: 购物车程序 1运行程序,输入预付款, 2允许user根据商品编号购买商品 3user选择商品后,检查余额是否足够,足够直接付款,不够提醒user ...
分类:
编程语言 时间:
2018-09-09 12:05:30
阅读次数:
191
2018-09-09 Author: 楚格 IDE: Pycharm2018.02 Python 3.7 第三方库 crcmod KeyWord : CRC modbus cauCRC 和check Explain: 1CRC原理 2CRC知识 3CRC代码 1 CRC校验:CRC即循环冗余校验码: ...
分类:
数据库 时间:
2018-09-09 11:57:52
阅读次数:
260