From:http://www.math.uwaterloo.ca/tsp/uk/index.html Shortest possible tour to nearly every pub in the United Kingdom. Line drawing of the optimal rout ...
分类:
其他好文 时间:
2018-11-10 21:18:52
阅读次数:
206
<if test='Where_Pattern == "123"'></if> 例如: 根据条件 order by: <choose> <when test='stateOptions == "1002"'> order by OK_TIME </when> <otherwise> ORDER BY ...
分类:
其他好文 时间:
2018-11-10 17:52:26
阅读次数:
183
重新梳理了下基于net webapi 搭建restful api,也重新翻查了一些资料: RESTful API 设计最佳实践 https://www.zcfy.cc/article/restful-api-design-best-practices-in-a-nutshell 查询(Query)分 ...
There is a classical process named partition in the famous quick sort algorithm. In this process we typically choose one element as the pivot. Then th ...
分类:
其他好文 时间:
2018-11-09 16:02:02
阅读次数:
118
字体 setting→editor→general settings(左侧)→choose (见下图) 背景颜色 在setting→editor→syntax highlighting(左侧)→Background→点击 (下图) ...
分类:
其他好文 时间:
2018-11-08 22:08:46
阅读次数:
375
JMeter负载测试时使用GUI界面和较多的收集测试结果的监听器容易造成jmeter的性能瓶颈,远程测试时的控制台尤为明显。提升JMeter负载测试时性能的方法如下: 官方的解决办法:http://jakarta.apache.org/jmeter/usermanual/best-practices ...
分类:
其他好文 时间:
2018-11-08 18:10:30
阅读次数:
168
https://leetcode.com/problems/minimum-height-trees/discuss/76055/Share-some-thoughts For a undirected graph with tree characteristics, we can choose a... ...
分类:
其他好文 时间:
2018-11-06 11:09:40
阅读次数:
116
这是这个系列题目的第四个,题目大意和之前的差不多,但是这次提供最多k次的操作,操作还是不能同时操作即必须结束前一个操作才能进行后一个操作。 状态比较好理解,就是题目要求的缩小版,dp[k][i]表示进行到第i天时最多k次操作能得到的最大利益,但是要注意最后一次操作不一定时第i天完成的。状态转移方程: ...
分类:
其他好文 时间:
2018-11-04 12:48:47
阅读次数:
206
MyBatis基础入门《十七》动态SQL 描述: >> 完成多条件查询等逻辑实现 >> 用于实现动态SQL的元素主要有: > if > trim > where > set > choose( when , otherwise ) > foreach 动态SQL为Mybatis重要部分,项目也重新新 ...
分类:
数据库 时间:
2018-11-04 01:51:17
阅读次数:
191
UVa 1625 color length https://blog.csdn.net/Dylan_Frank/article/details/52261424 https://www.cnblogs.com/jerryRey/p/4740944.html Uva-1375 The Best Nam ...
分类:
其他好文 时间:
2018-11-02 11:10:37
阅读次数:
273