摘要: interact 互动 carriage运费运输 linefeed 换行 redirection改方向 interleaved交叉存取 adequate足够的 untouched原样的 specification 规格diagnostic 诊断的 1文件流由行组成 每行最后有个换行符 如果系统没有这 阅读全文
posted @ 2018-01-18 11:29 Cyborg 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 常用函数 字符串函数 concat(S1,S2....,Sn) 链接s1 s2 ...... 任何字符串和null链接显示为null insert(str,x,y,instr) 将str从x位开始y字符长的子串替换为insert lower(str) upper(str)大小写转换 left(str 阅读全文
posted @ 2018-01-17 21:26 Cyborg 阅读(181) 评论(0) 推荐(0) 编辑
摘要: payroll工资名单 hierarchy分层层次 vexing 使人烦恼的 alignment结盟 semantics 语义 aethetic审美 parameterize 参数化 </form> </form> </form> </form> 1结构标记 成员 和普通变量(非成员) 可以用相同的 阅读全文
posted @ 2018-01-17 14:10 Cyborg 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 常用函数 阅读全文
posted @ 2018-01-16 21:02 Cyborg 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1 /0和 %0 都会显示null 2比较运算符大部分和c一样 ==在mysql是= <>代表不等于 between 指定范围内 in指定几何 isnull 判断是否为null ;is not null 同理 like通配符匹配 regexp和rlike 正则表达式匹配 可以用于数字 字符串和表达式 阅读全文
posted @ 2018-01-16 20:27 Cyborg 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1tinyint small~ medium~ int big~ float double dec(M,D)定点数 取值范围由md确定 bit(M)位类型 bit(1) bit(64). 2zerofill 填充0 如 alter table t1 modify id1 int zerofill;1 阅读全文
posted @ 2018-01-14 21:32 Cyborg 阅读(217) 评论(0) 推荐(0) 编辑
摘要: lumped 集成总结 mandating托管 consecutively连续地 contiguous临近的 mnemonic记忆力的 mimics 酷似 魔方 bind捆绑 synonym同义词 syntactically依照语法 consistent一致 rudimentary退化的 初步的 i 阅读全文
posted @ 2018-01-12 13:35 Cyborg 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1由于不靠这玩意吃饭 估计不准备精读 顺便中文版也不用担心翻译问题 科科 大致翻了下=,= mysql的感觉怎么就是背命令.... 2DDL语句 定义数据 创建删除修改 create drop alter等 DML数据操纵语句 主要对表内操作 添加删除 更新 查询等 insert delete up 阅读全文
posted @ 2018-01-11 21:06 Cyborg 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 4Functions and Program Structure scratch 刮擦 starting over from scratch从头开始 reside驻留 separately 分别的 facilities工具容易 macro arguments宏参数 pattern模式 irrelev 阅读全文
posted @ 2018-01-09 12:18 Cyborg 阅读(244) 评论(0) 推荐(0) 编辑
摘要: ControlFlow 控制流 specify 指定 compound statement 复合语句 cryptic有隐含意义的 ambiguity歧义 robust稳健 disintegration解体 sparingly节制 algorithm演算法 appropriate适合的适当的 iter 阅读全文
posted @ 2018-01-08 15:48 Cyborg 阅读(149) 评论(0) 推荐(0) 编辑