码迷,mamicode.com
首页 >  
搜索关键字:must explicitly desc    ( 10639个结果
chrome浏览器https页面中发送ajax请求http接口问题
This request has been blocked; the content must be served over HTTPS 在桌面,chrome快捷方式上,右键,快捷方式栏目,目标输入框最后面加入 --allow-running-insecure-content 注意:和前面的数据要空 ...
分类:Web程序   时间:2020-07-14 18:40:21    阅读次数:192
mybatis报:The content of element type must match xx
使用org.mybatis.generator反向生成mapper、mapper.xml、do、doExample文件,配置文件generatorConfig.xml报如下错误:Thecontentofelementtypemustmatch"property*,plugin*,commentGenerator?,jdbcConnection,javaTypeResolver?,javaModel
分类:其他好文   时间:2020-07-14 16:40:01    阅读次数:65
MySQL命令(其一)
--sql语句的注意 : 1 以 ; 作为结束符 2 不区分大小写 --01 mysql 数据库的操作 -- 链接数据库 mysql -uroot -pmysql -- 不显示密码 mysql -uroot -p mysql -- 退出数据库 exit/quti/ctrl + d -- sql语句最 ...
分类:数据库   时间:2020-07-14 16:21:40    阅读次数:74
Spring Bean的声明方式
一、环境说明 项目结构 StudentService package com.cookie.service; /** * @author cxq * @version 1.0 * @date 2020/7/14 9:18 * @desc */ public interface StudentServ ...
分类:编程语言   时间:2020-07-14 12:59:33    阅读次数:95
os模块的常用方法使用
'''@Desc:os模块的常用方法使用 os.getcwd() os.path.exists(dir) os.listdir(dir) os.path.join(dir, file) os.path.isfile(fullpath) os.path.isdir(fullpath) os.path. ...
分类:其他好文   时间:2020-07-13 21:29:20    阅读次数:73
弱校验之@NotNull@NotEmpty@NotBlank
@NotNull 适用于非空判断 The annotated element must not be {@code null}. CharSequence, Collection, Map 和 Array 对象不能是 null, 但可以是空集(size = 0)。 @NotEmpty 适用于判断集合 ...
分类:其他好文   时间:2020-07-13 15:30:22    阅读次数:76
电路原理 —— 电路基本概念和电路定律(2)
I do not believe such a quality as chance exists. Every incident that happens must be a link in chain.我不相信有运气这种东西,每件意外发生都有其连锁关系。 电路原理 —— 电路基本概念和电路定律(2 ...
分类:其他好文   时间:2020-07-13 13:46:31    阅读次数:65
MySql的回顾二:排序/常用函数详细介绍
愉快的时光总是过得很快,月亮悠哉游哉爬上了半空遥望着太阳。上一篇中剩余排序还没回顾,本篇就暂时先来回顾一下排序吧! 特点: 1.ASC 代表升序,DESC代表降序 2.如果不写默认就是升序 3.ORDER BY 后面支持单个字段,多个字段,表达式,函数,别名 4.ORDER BY 子句一般是放在查询 ...
分类:数据库   时间:2020-07-12 22:48:20    阅读次数:84
redis-sort命令
排序 SORT sort命令的格式:sort key [BY pattern] [LIMIT start count] [GET pattern] [ASC|DESC] [ALPHA] [STORE dstkey] 用来对列表类型、集合类型、有序集合类型键类型进行排序;默认是按照数值类型排序的,并且 ...
分类:其他好文   时间:2020-07-12 22:41:01    阅读次数:84
logstash
官网下载: https://www.elastic.co/cn/downloads/past-releases/ 启动时可能遇到java mysql的时区问题 unrecognized or represents more than one time zone. You must configure ...
分类:其他好文   时间:2020-07-12 20:27:00    阅读次数:75
10639条   上一页 1 ... 29 30 31 32 33 ... 1064 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!