码迷,mamicode.com
首页 >  
搜索关键字:explain    ( 1254个结果
Explain:ThinkPHP 中 where条件 or,and 同时使用
Eg:('a'=1 and 'b'=2) or ('c'=3 and 'd'=4) and 'e'=5 解决方法 ...
分类:Web程序   时间:2018-09-19 16:15:59    阅读次数:558
Map Reduce
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
Python_Example_Excel读取后存储显示_实现程序
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
VBR 2 pass & 1 pass
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
Python_Example_文件路径读取返回_文件目录选择文件_实现程序
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
Python_Example_多子类继承程序
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
Python_Example_多级选择程序
2018-09-09 Author: 楚格 IDE: Pycharm2018.02 Python 3.7 KeyWord : 字典 Explain: 多级选择,后续待优化 1 -- ...
分类:编程语言   时间:2018-09-09 15:05:06    阅读次数:145
Python_Example_商品结算程序
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
Python_Example_Modbus_CRC协议
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
1254条   上一页 1 ... 39 40 41 42 43 ... 126 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!