Django risk control System-2 project configuration and function realization concept
The more work is done, the better it will be done , First of all, we must improv
Using AOP Middleware in Django
What is the AOP?AOP, Section oriented programming , It can be realized by precom
Django risk control system --1-- function
Finally, I am free to write a blog , This risk control system is a web page to c
Using redis database as cache in Django
What is the Redis?redis Its a key-value The storage system . First we need to un
Django personal blog building --9-- search articles by title
Preface : You can see , My navigation bar has a search box This search box can
Django personal blog building --8-- article classification query
Preface : The front home page article display can only show all the articles in
Django personal blog building --7-- registration and login
Preface : register :1. Write a table that stores user information 2. Write the r
Django personal blog building --5-- click the list to display the specific content
Preface : The next step is to write registration and login ! There is another po
Django personal blog building --4-- display background data at the front end
Preface : With bootstrap I can build a variety of front-end web pages , stay boo
Django personal blog building --6-- back end data display with styles
Preface : The previous two articles described how to call the background data to
Django personal blog building --3--use HTML front-end bootstrap framework on pycharm
be based on BootStrap Web front end of Before you start blogging , I found out
python實現讀取並顯示圖片的兩種方法
在 python 中除了用 opencv,也可以用 matplotlib 和 PIL 這兩個庫操作圖片。本人偏愛 matpoltlib,因為它的語法更像 mat
[Pandas] Pandas數據結構
美圖欣賞2022/06/25 Pandas有2種數據結構,分別是Series和DataFrame1.SeriesSeries類似表格中的一個列(column),
[Pandas] 數據連接pd.concat
美圖欣賞2022/06/25 Pandas數據可以實現縱向和橫向連接,將數據連接後會形成一個新對象(Series或DataFrame)連接是最常用的多個數據合並
Explanation of the working principle of Django view
Django View Brief schematic description of the view 1. Basic flow chart of route
Python notes - array
a=[ Xiao Ming ,18,1] print(a)# One dimensional array new , Delete list1 = [ Xiao
Convert Python to exe
1、pyhton edition :2.7.9( Other versions are not clear )2、 To python Download fro