使用到的技术:boostrap,boostrap-validate,boostrap-datetimepicker,font awesome 代码见:https://github.com/HxYyWw/-/tree/first-master 成果截图: ...
分类:
其他好文 时间:
2019-06-16 15:35:29
阅读次数:
101
Ubuntu 18.10.1 Mysql 5.7.26-0 1. 安装mysql 安装完可以直接使用,但是新版本在安装过程中没有提示设置root用户密码,使用如下方法设置: 过程中提示是否开启 VALIDATE PASSWORD PLUGIN,就是设置密码强度检查,自行选择: 选择是的话会让你选择等 ...
分类:
数据库 时间:
2019-06-16 13:59:51
阅读次数:
1035
创建用户的时候,提示密码不符合规则 ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 解决办法: 首先,修改validate_password_policy参数的值 这样,判断密码的标 ...
分类:
数据库 时间:
2019-06-16 11:39:46
阅读次数:
132
查看查询缓存情况: mysql> show variables like '%query_cache%'; (query_cache_type 为 ON 表示已经开启) + + + | Variable_name | Value | + + + | have_query_cache | YES | ...
分类:
数据库 时间:
2019-06-12 01:16:17
阅读次数:
130
在运行系统的时候出现错误: 尝试使用命令: 来对校验进行合并 ...
分类:
其他好文 时间:
2019-06-07 10:41:37
阅读次数:
199
jquery-validation是一款前端验证js插件,可以验证必填字段、邮件、URL、数字范围等,在表单中应用非常广泛。 官方网站 https://jqueryvalidation.org/ 下载地址:https://github.com/jquery-validation/jquery-val ...
分类:
Web程序 时间:
2019-06-06 21:21:07
阅读次数:
113
cleanup--从数据库中删除旧数据compilemessages—-将.po文件编译为.mo以与gettext一起使用createcachetable--为SQL缓存后端创建表create superuser--创建超级用户dbshell--为当前数据库运行命令行客户机diffsettings-... ...
分类:
其他好文 时间:
2019-06-04 13:26:41
阅读次数:
104
jQuery Validate jQuery Validate 插件为表单提供了强大的验证功能,让客户端表单验证变得更简单,同时提供了大量的定制选项,满足应用程序各种需求。该插件捆绑了一套有用的验证方法,包括 URL 和电子邮件验证,同时提供了一个用来编写用户自定义方法的 API。所有的捆绑方法默认 ...
分类:
Web程序 时间:
2019-06-03 12:27:14
阅读次数:
199
1.通过http下载文件,并且不验证证书 2. ...
分类:
Web程序 时间:
2019-05-31 23:38:20
阅读次数:
153
Given a binary tree, determine if it is a valid binary search tree (BST). Given a binary tree, determine if it is a valid binary search tree (BST). As ...
分类:
其他好文 时间:
2019-05-31 11:59:32
阅读次数:
101