byalloc.com
吾生也有涯,而知也无涯
Python连接SQL Server数据库 - pymssql使用基础
https://www.cnblogs.com/baiyangcao/p/pymssql\_basic.html
Read More →为什么要学习Django REST Framework (DRF), 什么是符合RESTful规范的API?
https://pythondjango.cn/django/rest\-framework/1\-RESTfull\-API\-why\-DRF/
Read More →解决故障码400,“”The plain HTTP request was sent to HTTPS port“”
https://www.cnblogs.com/peng\-zone/p/11833320\.html
Read More →Django: m doesn't look like a module path
the problem is my settings ``` AUTHENTICATION_BACKENDS = ( 'member.backends.EmailPasswordBackend' ) ``` does not...
Read More →UITextField只允许输入整数
- (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString...
Read More →Django上传字段
使用django模型字段时,其中关于文件上传的两个字段,ImageField和FileField需要额外进行路径设置,即需要在项目中指定媒体资源文件储存目录。 MEDIA\_URL \= '/media/' MEDIA\_ROOT...
Read More →启动关闭Tomcat
brew services start tomcat \=\=\> Successfully started \`tomcat\` (label: homebrew.mxcl.tomcat) brew services stop...
Read More →Failed to execute goal org.apache.maven.plugins:
https://stackoverflow.com/questions/36427868/failed\-to\-execute\-goal\-org\-apache\-maven\-pluginsmaven\-surefire\-p...
Read More →