DAO (Data Access Object)数据访问对象 DAO(Data Access Object)是一个数据访问接口,数据访问:顾名思义就是与数据库打交道。夹在业务...
![240](https://upload.jianshu.io/users/upload_avatars/6246818/b89caddc-2eed-4401-bdfe-63e42527bb49.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
DAO (Data Access Object)数据访问对象 DAO(Data Access Object)是一个数据访问接口,数据访问:顾名思义就是与数据库打交道。夹在业务...
vim是一款文本编辑软件,用来创建和编辑文件 vim有三大模式: 一般模式:查看文件内容 编辑模式:编辑修改文档 命令模式:保存退出文档 vim基础操作 进入插入模式 i:在...
Print It is no longer a statement/command, print() is a function in Python3 Encode Defa...
Generate list by simple expression Like slicing, the first digit is the index of the fi...
Slicing list Slicing like this? No!example Using slicing formatThe first index is the i...
So many collections can be iterated, like ordered collections: list, tuple, str, and un...
In this article, just introducing the basic knowledge of function, for more information...
Dictionary Dictionary is a unordered data structure which is a list of key-value pairs,...
PYTHON IS A SPACE SENSITIVE LANGUAGE, PLEASE FORMAT YOUR CODE WELL If.. elif.. else Lik...
List Create a listIt doesn't like other OOP languages, Python allows mixed type element...
Integer Python doesn't like Java, C, or C++, it can handle any size of integer. Like 10...
Download Python Go to Python Software Foundation website - downloadsBased on your local...
Collections List (inherited from Collection Interface)ArrayList, Vector, LinkedList, St...
Leetcode: 42. Trapping Rain WaterGiven n non-negative integers representing an elevatio...
Leetcode: 23. Merge k Sorted ListsMerge k sorted linked lists and return it as one sort...
Leetcode: 160. Intersection of Two Linked ListsWrite a program to find the node at whic...