码迷,mamicode.com
首页 >  
搜索关键字:required    ( 3455个结果
django功能九
今日内容概要 自定义分页器的拷贝及使用 校验性组件:form组件 组件有很多很多,就类似于功能模块 cookie与session简介 django如何操作cookie与session 自定义分页器的拷贝及使用 """ 当我们需要使用到非django内置的第三方功能或者组件代码的时候 我们一般情况下会 ...
分类:其他好文   时间:2020-06-04 21:54:28    阅读次数:70
vue-router源码实现(一)
一、vue-router vue-router是vue.js的官方路由管理器。可以方便构建单页应用。 二、vue-router使用 1.安装 vue add router 2.router.js * 使用vue-router插件 import VueRouter from'vue-router' V ...
分类:其他好文   时间:2020-06-02 12:58:28    阅读次数:63
Django踩坑之django.core.exceptions.ImproperlyConfigured mysqlclient 1.3.13 or newer is required; you have 0.9.3.
安装Django3后不想折腾mysqlclient那堆库文件,直接装了pymysql替代mysqlclient,报错:django.core.exceptions.ImproperlyConfigured mysqlclient 1.3.13 or newer is required; you ha ...
分类:数据库   时间:2020-06-01 13:33:57    阅读次数:112
python3.6 在windows 系统下安装mysqldb
网上搜索到的都是用pip install mysql-python命令进行安装,可是实际操作时发生错误,错误提示: error: Microsoft Visual C++ 14.0 is required ..... 尝试安装visual C++ ,但是失败,具体原因不详 解决方案: 从 http: ...
分类:数据库   时间:2020-06-01 10:30:01    阅读次数:91
Field client in com.rachel.web.ConsumerController required a bean of type 'org.springframework.cloud.netflix.ribbon.RibbonLoadBalancerClient' that could not be found.
在启动一台消费者微服务时出现了异常 Field client in com.rachel.web.ConsumerController required a bean of type 'org.springframework.cloud.netflix.ribbon.RibbonLoadBalanc ...
分类:数据库   时间:2020-06-01 00:39:29    阅读次数:215
Django之forms组件
Django之forms组件 校验字段功能 # reg.html <form action="" method="post"> {% csrf_token %} <p>用户名<input type="text" name="username"></p> <p>密码<input type="text" ...
分类:其他好文   时间:2020-05-30 22:20:29    阅读次数:82
Kafka源码分析之product
引言 Kafka是一款很棒的消息系统,今天我们就来深入了解一下它的实现细节,首先关注Producer这一方。 要使用kafka首先要实例化一个KafkaProducer,需要有brokerIP、序列化器等必要Properties以及acks(0、1、n)、compression、retries、ba ...
分类:其他好文   时间:2020-05-30 21:48:33    阅读次数:75
max_binlog_cache_size
session 分配的内存,在事务过程中用来存储二进制日志的缓存。 当我们执行多语句事务的时候,所有session的使用的内存超过max_binlog_cache_size的值时,就会报错: Multi-statement transaction required more than 'max_bi ...
分类:系统相关   时间:2020-05-28 16:39:03    阅读次数:72
vue的rule中使用validator(异步请求)验证
export default { data() { return { form: { code: "", name: "", enable: true }, rules: { code: [ { required: true, validator: (rule, value, callback) = ...
分类:其他好文   时间:2020-05-28 16:15:13    阅读次数:218
linux 一些配置
2、设置root密码 sudo passwd->输入当前密码->输入新密码 6、开启root登录 /etc/pam.d/ 下的gdm-autologin 和 gdm-password 先改为777权限 再用Gedit打开 注释掉 #auth required pam_succeed_if.so us ...
分类:系统相关   时间:2020-05-26 20:52:03    阅读次数:129
3455条   上一页 1 ... 16 17 18 19 20 ... 346 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!