会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
智能九哥
博客园
首页
新随笔
联系
管理
订阅
2018年7月13日
Regester学习笔记
摘要: 正则表达式 动机:1. 处理文本称为计算机常见工作之一2. 对文本内容的搜索提取是一项比较复杂困难的工作3. 为了方便快速处理上述问题,正则表达式技术诞生,逐渐发展为一个被众多语言使用的独立技术 定义: 即高级文本匹配模式,提供了搜索,替代等功能。本质是由一系列特殊符号和字符组成的字串,这个字串即是
阅读全文
posted @ 2018-07-13 10:19 智能九哥
阅读(606)
评论(0)
推荐(0)
2018年7月4日
17道面试题无往不利
该文被密码保护。
阅读全文
posted @ 2018-07-04 13:39 智能九哥
阅读(5)
评论(0)
推荐(0)
Django创建项目后,无法创建app
摘要: F:\index>python manage.py startapp newsTraceback (most recent call last): File "manage.py", line 8, in <module> from django.core.management import exe
阅读全文
posted @ 2018-07-04 13:12 智能九哥
阅读(1241)
评论(1)
推荐(0)
Django添加mysql数据库关联时出现的错误
摘要: 添加关联时出现的错误1PS C:\Users\Administrator\Desktop\04作业\day4> python manage.py makemigrationsTraceback (most recent call last): File "manage.py", line 15, i
阅读全文
posted @ 2018-07-04 13:08 智能九哥
阅读(331)
评论(0)
推荐(0)
No migrations to apply
摘要: PS C:\Users\Administrator\Desktop\04作业\day4> .\manage.py makemigrationsMigrations for 'index': index\migrations\0001_initial.py - Create model Author
阅读全文
posted @ 2018-07-04 13:06 智能九哥
阅读(401)
评论(0)
推荐(0)
Django,pymysql版本问题
摘要: 连接mysql数据库出现的pymysql版本问题 导入pip3 install pymysql==0.7.11启动服务器出现以下错误raise ImproperlyConfigured("mysqlclient 1.3.3 or newer is required; you have %s" % D
阅读全文
posted @ 2018-07-04 13:02 智能九哥
阅读(2008)
评论(0)
推荐(0)
公告