一、动态sql 1、动态SQL:if 语句 2、动态SQL:if+where 语句 3、动态SQL:if+set 语句 4、动态SQL:choose(when,otherwise) 语句 5、动态SQL:trim 语句 6、动态SQL: SQL 片段 7、动态SQL: foreach 语句 coll ...
分类:
其他好文 时间:
2019-08-30 23:21:39
阅读次数:
80
problem: 595. Big Countries A country is big if it has an area of bigger than 3 million square km or a population of more than 25 million. Write a SQL ...
分类:
其他好文 时间:
2019-08-25 10:25:27
阅读次数:
129
通过使用 CSS,可为 XML 文档添加显示信息。 使用 CSS 显示您的 XML? 使用 CSS 来格式化 XML 文档是有可能的。 下面的例子就是关于如何使用 CSS 样式表来格式化 XML 文档: 这是 XML 文件:CD 目录 这是样式表:CSS 文件 最后,请查看效果:由 CSS 文件格式 ...
分类:
Web程序 时间:
2019-08-20 16:46:40
阅读次数:
94
链接: https://vjudge.net/problem/CodeForces 449B 题意: Jzzhu is the president of country A. There are n cities numbered from 1 to n in his country. City 1 ...
分类:
其他好文 时间:
2019-08-17 09:14:02
阅读次数:
90
大意: 给定$n$个平面上互不相交的矩形. 若一个矩形区域只包含一个矩形或者它可以水平或垂直切成两块好的区域, 那么这个矩形区域是好的. 求判断整个平面区域是否是好的. 直接分治判断, 可以用链表实现删除元素, 或者直接用$set$ ...
分类:
其他好文 时间:
2019-08-06 14:20:13
阅读次数:
141
Codeforces Round #576 (Div. 2) D - Welfare State There is a country with n citizens. The i-th of them initially has ai money. The government strictly ...
分类:
其他好文 时间:
2019-08-02 16:38:28
阅读次数:
155
新版本系统镜像下载(当前最新是CentOS 7.4版本) CentOS官网 官网地址 http://isoredirect.centos.org/centos/7.4.1708/isos/x86_64/ 进入下载页面 下载目录界面分为两个主要的资源区: Actual Country,表示当前所在国家 ...
分类:
其他好文 时间:
2019-07-24 22:34:03
阅读次数:
298
很多时候,后端接口传过来的数据并不正好是我们需要的。有些场景下会有很多不需要的字段。 这时如果采用单个赋值的方法赋值数据无疑会比较麻烦。解决的办法就是利用解构赋值。 假设上面objs是后端返回的数据 obj是定义好的data中的数据。那么就可以采用如下的方法进行赋值。 ...
分类:
其他好文 时间:
2019-07-20 13:10:15
阅读次数:
149
city_functions.py:def get_city_country(city_name,country_name,population=''): if population: full_city_country=city_name+', '+country_name+'-'+str(pop... ...
分类:
编程语言 时间:
2019-07-20 09:27:45
阅读次数:
109
There is a famous railway station in PopPush City. Country there is incredibly hilly. The station was built in last century. Unfortunately, funds were ...
分类:
其他好文 时间:
2019-07-20 00:14:46
阅读次数:
120