摘要: 在学习Python的时候,我们学习到,Python3 的标准数据类型有: 数字(Number) 字符串(String) 列表(List) 元组(Tumple) 集合(Set) 字典(Dictionary) 发现字典和json数据格式有点像。接下来比较一下两者的异同。 Python中提供了json.l 阅读全文
posted @ 2018-10-30 23:42 LucasYan 阅读(3358) 评论(0) 推荐(0)
摘要: table1(a,b) table2(a,b),关联子查询更新 mysql 1.创建测试表 -- Table structure for table1-- -- Table structure for table2-- 2.插入测试数据 table1 table2 3.通过Update方式更新 4. 阅读全文
posted @ 2018-03-03 11:40 LucasYan 阅读(404) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-03-03 10:45 LucasYan 阅读(9) 评论(0) 推荐(0)