Redundant Character Escape '\/' In Regexp
### **Reason**
if you got this warning, it means you used too many `\` symbols, the `/` charact…
lyp
created at March 20, 2021, 10 a.m.
Urllib.Error.Httperror: Http Error 403: Forbidden
## **Error message**
```plaintext
urllib.error.HTTPError: HTTP Error 403: Forbidden
```
## …
lyp
created at March 17, 2021, 7:16 p.m.
Favicon For Django Website
A beautiful icon would help uses to find our website in their Bookmarks. Here we would talk about d…
lyp
created at March 14, 2021, 12:03 p.m.
How To Add Paginations In A Django Project
Paginations are often used in listviews of django projects, such as article list, question list and…
lyp
created at March 13, 2021, 7:35 a.m.
Don't Put Favicon.Ico Into {% Compress %}{% Endcompress %}, Or It Won't Show
Interestingly, I found this problem after deploying my django project. Because the **django-compre…
lyp
created at March 12, 2021, 9:25 a.m.
Adding Rel="Nofollow" And Target="_Blank" Attributes To Links In Django Project
After googling for a while for a plugin to automatically add `rel="nofollow"` and `target="_blank…
lyp
created at March 11, 2021, 2:10 p.m.
Pycharm Not Showing Tables Of Database In Schemas
### **problem**
after connecting to my remote MySQL database and refresh, my Pycharm still not s…
lyp
created at March 7, 2021, 11:06 a.m.
Create A Points System For Django Project
This article will show you how to create a **minimal** points/reputation system in our django proje…
robot18
created at March 5, 2021, 3:03 p.m.
Difference Between Websocket And Ajax
### **Essentially different**
ajax, namely **Asynchronous JavaScript and XML**, is a web develop…
robot18
created at March 5, 2021, 10:53 a.m.
Summary Of Ways To Loop Through The Arrays In Javascript
This paper compares and summarizes four ways to iterate:
## **for loop:**
```javascript
for …
lyp
created at March 5, 2021, 9:41 a.m.