使用element form 表单写注册页的时候,input总会默认填写浏览器之前保存的账号密码 在input属性中加上 auto-complete="new-password",就可以不自动填充 ...
分类:
其他好文 时间:
2021-03-05 13:26:55
阅读次数:
0
win键++/—号键(放大缩小视图比例) 2.win键+R键(打开运行窗口)然后输入(psr.exe)就可以快速录屏了 输入(recent)就可以打开电脑打开的日期了,可以查看打开哪些文件了 3.win+D键(快速返回桌面) 4.SHIFT+Del键(永久的删除文件,不会出现在回收站那) 5.Ctr ...
分类:
其他好文 时间:
2021-03-04 13:33:38
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>tab页切换</title> <style> .tab { background: grey; overflow: auto; width: 240px; bo ...
分类:
Web程序 时间:
2021-03-03 12:28:04
阅读次数:
0
1,将id列放在第一列 alter table cqc_xa.cqc_xa_diff_case modify id int unsigned auto_increment first; 2,增加自增id alter table test.student add column indexxx int( ...
分类:
数据库 时间:
2021-03-03 12:17:55
阅读次数:
0
1. 安装需要应用的程序包 2. 准备配置文件 <?xml version="1.0" encoding="utf-8"?> <log4net> <!-- Define some output appenders --> <appender name="rollingAppender" type=" ...
分类:
Web程序 时间:
2021-03-01 13:34:26
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <style type="text/css"> #header, #nav, #content-main, #content-2, #content-3, #content-4, #content-5, #content ...
分类:
Web程序 时间:
2021-03-01 13:23:06
阅读次数:
0
今天来试试mybatis新的写法,0配置文件 代码可以这么写 package com.cnsuning.com.mapper; public interface UserMapper { @Select("SELECT * FROM users") @Results({ @Result(proper ...
分类:
编程语言 时间:
2021-03-01 13:06:16
阅读次数:
0
package com.dai.tree; public class ArrBinaryTreeDemo { public static void main(String[] args) { // TODO Auto-generated method stub int[] arr = {1,2,3, ...
分类:
其他好文 时间:
2021-02-27 13:26:43
阅读次数:
0
最左匹配原则 DROP TABLE IF EXISTS employees; CREATE TABLE employees( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(24) NOT NULL DEFAULT '' COMMENT '姓 ...
分类:
数据库 时间:
2021-02-27 13:21:23
阅读次数:
0
问题 字谜的迷面 puzzle 按字符串形式给出,如果一个单词 word 符合下面两个条件,那么它就可以算作谜底: 单词 word 中包含谜面 puzzle 的第一个字母。 单词 word 中的每一个字母都可以在谜面 puzzle 中找到。 例如,如果字谜的谜面是 "abcdefg",那么可以作为谜 ...
分类:
其他好文 时间:
2021-02-27 13:19:41
阅读次数:
0