摘要:
内容来自廖雪峰的官方网站 笔记性质 1、datetime 2、collections 3、base64 4、struct 5、hashlib 6、itertools 7、contextlib 8、XML 9、HTMLParser 10、urllib datetime Ⅰ、获取当前日期和时间: >>> 阅读全文
posted @ 2017-05-04 21:48
xkfx
阅读(276)
评论(0)
推荐(0)
摘要:
需求: 实现用户名和密码存入数据库。 思路: 1、连接数据表用静态加载块 2、crud写成4个静态方法 具体流程: from:https://www.tutorialspoint.com/jdbc/jdbc-sample-code.htm 参考: 1、jdbc:http://blog.csdn.ne 阅读全文
posted @ 2017-05-04 17:55
xkfx
阅读(381)
评论(0)
推荐(0)
摘要:
mark一篇09年的《Thinking in Java》笔记:here --> https://lawrence-zxc.github.io/2009/11/07/thinking-in-java/ 1、复用类的方式有四种:创建这个类的对象、组合、继承、代理(*略) 2、有时候无法创建一个类的对象( 阅读全文
posted @ 2017-05-04 14:38
xkfx
阅读(210)
评论(0)
推荐(0)