《初识Python之认识常量type函数》 1.2 认识常量 1、常量:我们用的就是它字面意义上的值或内容。 2、数字(Number) (1)整数表示:97。 (2)浮点数表示:5.29 或 78.2E-4(E 表示 10 的幂,78.2*10^-4)。 (3)布尔:True、False。 3、字符 ...
分类:
编程语言 时间:
2019-10-18 22:15:56
阅读次数:
108
layui 字体图标 通过对一个内联元素(一般推荐用 i标签)设定 class="layui icon",来定义一个图标,然后对元素加上图标对应的 font class(注意:layui 2.3.0 之前只支持采用 unicode 字符),即可显示出你想要的图标。 ...
分类:
其他好文 时间:
2019-09-24 15:58:23
阅读次数:
309
几个关于2-sat的题 HDU3062 传送门:http://acm.hdu.edu.cn/showproblem.php?pid=3062 题意: 从2n个人去宴会,有 m条关系 i和j不能同时去 夫妻不能同时去 问能否有n个人出席 题解: 因为是n对夫妻,我们将编号扩展 奇数是丈夫,偶数是妻子 ...
分类:
其他好文 时间:
2019-09-23 22:46:45
阅读次数:
108
https://blog.csdn.net/likuan0214/article/details/51911873 https://blog.csdn.net/smileiam/article/details/88396546 ...
分类:
其他好文 时间:
2019-08-18 22:08:29
阅读次数:
87
一、Mybatis框架1、mybatis简介MyBatis是一款优秀的持久层框架,它支持定制化SQL、存储过程以及高级映射。MyBatis避免了几乎所有的JDBC代码和手动设置参数以及获取结果集。MyBatis可以使用简单的XML或注解来配置和映射原生类型、接口和Java的POJO(PlainOldJavaObjects,普通老式Java对象)为数据库中的记录。2、mybatis特点1)sql语句
分类:
编程语言 时间:
2019-08-18 00:14:05
阅读次数:
103
Salty Fish Support or Not Three Investigators Milk Candy Ridiculous Netizens Stay Real TDL Snowy Smile Faraway Nonsense Time Speed Dog 11 Dimensions ...
分类:
其他好文 时间:
2019-08-07 18:50:13
阅读次数:
97
Tired of doing the same job? Get your hands on TMSTE exam It is the nature of the human being that he/she will get tired of doing the same task over a ...
分类:
其他好文 时间:
2019-08-06 20:12:05
阅读次数:
113
架构组件:基于Shard Jdbc分库分表,数据库扩容方案 一、数据库扩容 1、业务场景 互联网项目中有很多“数据量大,业务复杂度高,需要分库分表”的业务场景。 这样分层的架构 (1)上层是业务层biz,实现业务逻辑封装; (2)中间是服务层service,封装数据访问; (3)下层是数据层db,存 ...
分类:
数据库 时间:
2019-08-04 10:19:26
阅读次数:
96
[Spring cloud 一步步实现广告系统] 配置项目结构 & 实现Eureka服务
分类:
编程语言 时间:
2019-07-26 01:16:01
阅读次数:
107
Tired of doing the same job? Get your hands on 700-150 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-07-24 16:31:34
阅读次数:
106