上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 72 下一页
摘要: # MySQL CRUD 增加数据: insert into user(id,name,sex,age) value(11,"qaq","boy","23"); 查看数据: select * from user where id=11; 修改数据: update user set name="QAQ 阅读全文
posted @ 2019-06-26 11:28 Cong0ks 阅读(3410) 评论(0) 推荐(0) 编辑
摘要: 有2个方法: 1、使用processlist,但是有个弊端,就是只能查看正在执行的sql语句,对应历史记录,查看不到。好处是不用设置,不会保存。 -- use information_schema; -- show processlist; 或者: -- select * from informat 阅读全文
posted @ 2019-06-26 10:53 Cong0ks 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 环境: # 先说解决方案: yum 安装下面2个: zlib-1.2.7-18.el7.x86_64zlib-devel-1.2.7-18.el7.x86_64 错误过程回溯 # 安装 python3.7.3 提示 zlib not available 错误 # 接着又出现 zipimport.Zi 阅读全文
posted @ 2019-06-26 09:00 Cong0ks 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 课上内容(Lesson) What is your favorite food? I llike hotpot. Where is it from? It comes from Shichuan. What's in it? It has all kind of meats , seafoods, 阅读全文
posted @ 2019-06-25 22:28 Cong0ks 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 两种方式: %s 法 .format法 # 按位置方式 # 如果是用传关键字方式 因为自己常用.fomart ,扩展看了解下参数: ^, <, > 分别是居中、左对齐、右对齐,后面带宽度, : 号后面带填充的字符,只能是一个字符,不指定则默认是用空格填充。 + 表示在正数前显示 +,负数前显示 -; 阅读全文
posted @ 2019-06-21 16:45 Cong0ks 阅读(977) 评论(0) 推荐(0) 编辑
摘要: someone like you爱人如你/ 像你的他I heard, that your settled down.听说 你心有所属。That you, found a girl and your married now.找到真命天女即将步入婚姻殿堂。I heard that your dreams 阅读全文
posted @ 2019-06-20 23:35 Cong0ks 阅读(174) 评论(0) 推荐(0) 编辑
摘要: In this lesson you will learn to talk about future intentions 本节课你将学习谈论未来的打算 课上内容(Lesson) 将来时 future tense: This week, My family and cousins are going 阅读全文
posted @ 2019-06-20 08:03 Cong0ks 阅读(324) 评论(0) 推荐(0) 编辑
摘要: broccoli b.roc.co.li n. 花椰菜;西兰花 beets n. [作物] 甜菜;甜菜根;红菜头(beet的复数形式) asparagus as. pa.ra.gus n. 芦笋 spinach 菠菜 # 注意浊化后的"p" ,发"b"音 lettuce let.tu.ce n. [ 阅读全文
posted @ 2019-06-17 23:01 Cong0ks 阅读(448) 评论(0) 推荐(0) 编辑
摘要: # 话不多说,码上见分晓! 使用模块: pypyodbc 例子和安装详见: https://github.com/jiangwen365/pypyodbc/ 参考资料: https://www.jianshu.com/p/00b53a386c2a https://blog.csdn.net/jisu 阅读全文
posted @ 2019-06-17 15:22 Cong0ks 阅读(6811) 评论(0) 推荐(0) 编辑
摘要: 课上内容(Lesson) Part I Real 麦克老师 # 【旅游英语】轻松通过难搞的国外海关(custom) https://www.bilibili.com/video/av55010824 What is the purpose of your trip to the United Sta 阅读全文
posted @ 2019-06-14 23:56 Cong0ks 阅读(899) 评论(0) 推荐(0) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 72 下一页