MongoDB https://www.mongodb.com/ MongoDB AtlasDatabase as a Service The best way to deploy, operate, and scale MongoDB in the cloud. Available on AWS, ...
分类:
数据库 时间:
2018-08-23 02:23:42
阅读次数:
222
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat ...
分类:
其他好文 时间:
2018-08-22 14:03:51
阅读次数:
157
1 router-link <router-link :to="{ path: '/hello', component: HelloWorld }">hello</router-link> <router-link :to="{ path: '/user/useradd' }">user</rout ...
分类:
其他好文 时间:
2018-08-22 01:18:05
阅读次数:
228
CodePen : CodePen is a social development environment for front-end designers and developers.It’s the best place to build and deploy a website, show o ...
分类:
其他好文 时间:
2018-08-21 10:51:20
阅读次数:
163
官方文档: http://jmeter.apache.org/usermanual/best-practices.html 翻译: 16.最佳实践 16.1 始终使用最新版本的JMeter JMeter的性能正在不断提高,因此强烈建议用户使用最新版本。确保始终阅读更改列表以了解新的改进和组件。一定要 ...
分类:
其他好文 时间:
2018-08-21 10:44:00
阅读次数:
171
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-08-20 19:44:40
阅读次数:
192
HDU 2089 不要62 数据量比较小,还是直接暴力吧。 HDU 1207 汉诺塔II 汉诺塔的变型,增加了一根柱子,直接上队里大神写的代码。 HDU 2680 Choose the best route 多个起点,一个终点,反向存图,跑一遍Dijkstra,比较得出最短路即可。 UVa Anan ...
分类:
其他好文 时间:
2018-08-20 19:00:14
阅读次数:
164
这是我今天遇到最奇怪的问题,希望有人帮我解释一下。。。 一开始我能得90分: 然而并不知道为什么。。。找了个题解,发现没啥区别,然后就改了一下num的顺序,结果变成80,最神奇的是之前错的那个点对了,然而另两个点错了。。。 蒙了,然后一点点de,到最后也没看出来。通过一些手段发现了是算和的时候出问题 ...
分类:
其他好文 时间:
2018-08-19 18:01:41
阅读次数:
203
The WebSocket protocol is a young technology, and brings with it some risks. Decades of experience have taught the web community some best practices a... ...
分类:
Web程序 时间:
2018-08-18 13:10:17
阅读次数:
899
The Best Path 看完直觉是欧拉回路 最后考虑进行异或得出最大值,考虑异或偶数次相当于没改变一切,只考虑异或奇数次的点,那么次数如何算呢?(度数+1)/2,不就是经过这个点的次数么,最后欧拉路径得多考虑一下,因为欧拉路径起点不唯一 ,所以进行枚举下,最后得出最大值 ...
分类:
其他好文 时间:
2018-08-18 13:09:08
阅读次数:
196