摘要: Python基本数据类型 列表数据的常用方法 列表中的元素可以是不同类型的. 有一些常用的方法总结如下: 列表数据的常用方法 >>>classmates=['xiao', 'hong', 'zhang', 'hua', True, 1] >>>classmates ['xiao', 'hong', 阅读全文
posted @ 2018-09-06 11:02 aric.zhu 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 在Django引用其他数据库,比如mysql,需要如下配置: 阅读全文
posted @ 2018-09-03 09:14 aric.zhu 阅读(76) 评论(0) 推荐(0) 编辑
摘要: in dango , the "STATIC_URL" is to manage the url path of file if the file is not in "STATIC_URL", then when django runs, browser is not link to the fi 阅读全文
posted @ 2018-08-04 10:47 aric.zhu 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 参考文献: https://blog.csdn.net/stpeace/article/details/53512283 https://blog.csdn.net/gtLBTNq9mr3/article/details/78139431 https://blog.csdn.net/u0125569 阅读全文
posted @ 2018-07-19 21:05 aric.zhu 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Django开发基本流程 参考文献: https://docs.djangoproject.com/en/2.0/intro/tutorial01/ http://www.cnblogs.com/yuanchenqi/articles/6083427.html https://code.ziqian 阅读全文
posted @ 2018-07-01 23:13 aric.zhu 阅读(87) 评论(0) 推荐(0) 编辑