码迷,mamicode.com
首页 >  
搜索关键字:monthly    ( 228个结果
MongoDB · 引擎特性 · MongoDB索引原理
MongoDB · 引擎特性 · MongoDB索引原理数据库内核月报原文链接 http://mysql.taobao.org/monthly/2018/09/06/ 为什么需要索引?当你抱怨MongoDB集合查询效率低的时候,可能你就需要考虑使用索引了,为了方便后续介绍,先科普下MongoDB里的 ...
分类:数据库   时间:2018-11-23 16:13:00    阅读次数:195
poj 3273Monthly Expense Time Limit: 2000MS
Monthly Expense Time Limit: 2000MS Memory Limit: 65536K Total Submissions:35346 Accepted: 13189 Description Farmer John is an astounding accounting wi ...
分类:其他好文   时间:2018-10-28 20:39:26    阅读次数:276
ZOJ Monthly, January 2018 Solution
A - Candy Game 水。 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 #define N 1010 5 int t, n; 6 int a[N], b[N]; 7 8 int main() 9 { 10 scanf("%d", ...
分类:其他好文   时间:2018-10-27 21:16:36    阅读次数:149
ZOJ Monthly, March 2018 Solution
A - Easy Number Game 水。 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 #define ll long long 5 #define N 100010 6 ll arr[N]; 7 int n, m; 8 9 int ...
分类:其他好文   时间:2018-10-24 22:21:56    阅读次数:209
ECNU 2018 10月月赛 E 盖房子 (bitset + 倍增)
题目链接 ECNU Monthly 2018.10 Problem E 从开场写到结束…… 显然要把三角形分成上下两部分。 把每一部分分成三部分,以上部分为例。 上面和右边,以及左下角的正方形。 也就是两个小三角形和一个正方形合起来。 处理正方形的时候稍微麻烦一些。 然后直接倍增就可以了。 ...
分类:其他好文   时间:2018-10-04 09:15:46    阅读次数:153
[EOJ Monthly 2018.10][C. 痛苦的 01 矩阵]
题目链接:C. 痛苦的 01 矩阵 题目大意:原题说的很清楚了,不需要简化_(:з」∠)_ 题解:设\(r_i\)为第\(i\)行中0的个数,\(c_j\)为第\(j\)列中0的个数,\(f_{i,j}\)代表对应格子是否为0,则有\(cost(i,j)=r_i+c_j-f_{i,j}\),\((c ...
分类:其他好文   时间:2018-10-03 00:50:05    阅读次数:196
DB-Engines Ranking
DB-Engines Ranking trend chart The DB-Engines Ranking ranks database management systems according to their popularity. The ranking is updated monthly. ...
分类:数据库   时间:2018-09-28 11:10:32    阅读次数:548
Tunnel Warfare (区间合并&最大值最小值巧妙方法)
Tunnel Warfare http://acm.hdu.edu.cn/showproblem.php?pid=1540 Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Su ...
分类:其他好文   时间:2018-09-28 01:36:50    阅读次数:227
ZOJ 1406 Jungle Roads
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1406 The Head Elder of the tropical island of Lagrishan has a problem. A burst of fo ...
分类:其他好文   时间:2018-09-26 16:11:57    阅读次数:182
Linux系统日志及日志分析
Linux系统拥有非常灵活和强大的日志功能,可以保存几乎所有的操作记录,并可以从中检索出我们需要的信息。大部分Linux发行版默认的日志守护进程为 syslog,位于 /etc/syslog 或 /etc/syslogd,默认配置文件为 /etc/syslog.conf,任何希望生成日志的程序都可以 ...
分类:系统相关   时间:2018-08-28 00:56:41    阅读次数:244
228条   上一页 1 ... 4 5 6 7 8 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!