码迷,mamicode.com
首页 >  
搜索关键字:through    ( 1907个结果
【BZOJ 4332】 4332: JSOI2012 分零食 (FFT+快速幂)
4332: JSOI2012 分零食 Description 这里是欢乐的进香河,这里是欢乐的幼儿园。 今天是2月14日,星期二。在这个特殊的日子里,老师带着同学们欢乐地跳着,笑着。校长从幼儿园旁边的小吃店买了大量的零食决定分给同学们。听到这个消息,所有同学都安安静静地排好了队,大家都知道,校长不喜 ...
分类:Web程序   时间:2017-04-14 22:10:22    阅读次数:393
尺取法
问题 方法的思想 The idea is to check elements in a way that’s reminiscent of movements of a caterpillar. The caterpillar crawls through the array. We remembe ...
分类:其他好文   时间:2017-04-14 09:24:13    阅读次数:160
Software Testing soot —— 软件测试soot安装及使用
Well, I try to install soot in Eclipse through "help -> install...", but when I finish it, I can not find "soot" on the right click of project. So, I ...
分类:其他好文   时间:2017-04-13 00:59:09    阅读次数:1034
mysql异常错误 ERROR 2002(转载)
(转载)http://blog.sina.com.cn/s/blog_5fb846310100lxsu.html 启动mysql 报错: ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/ ...
分类:数据库   时间:2017-04-12 19:50:27    阅读次数:239
What is the NETStandard.Library metapackage?
In my last post, I took a quick look at the Microsoft.AspNetCore meta package. One of the libraries referenced by the package, is the NETStandard.Libr ...
分类:Web程序   时间:2017-04-12 16:54:31    阅读次数:291
bzoj4817 [Sdoi2017]树点涂色
传送门 吐槽一波怎么今年的山东OI这么水……(装B 不难看出第一种操作就是LCT的access,那么每个点到根节点的颜色种数就是虚边数量+1,两点间颜色种数同理…… 第三种操作可以用把每个虚边挂着的点的子树权值全部+1的方式来维护,那么直接LCT+区间修改区间求max的线段树维护即可,复杂度$O(n ...
分类:其他好文   时间:2017-04-12 11:32:18    阅读次数:237
February 5 2017 Week 6 Sunday
Prosperity discovers vice, adversity virtue. 得意时露瑕疵,逆境中见品质。 Adversity will discover your virtue, not produce your virtue. It is through your own exerc ...
分类:其他好文   时间:2017-04-12 11:21:32    阅读次数:144
一个自动播放的幻灯片
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>Through the Looking-Glass</title><style>*{ padding:0; margin:0;}#banner{ width:400px ...
分类:其他好文   时间:2017-04-09 09:40:20    阅读次数:138
sass中的三种循环
一、for循环 在sass中的@for循环有两种方式: ①@for $i from <start> through <end> ②@for $i from <start> to <end> 其中$i表示变量,start表示开始值,end表示结束值; through表示包括end这个数值;to表示不包 ...
分类:其他好文   时间:2017-04-09 00:20:04    阅读次数:420
MySQLSocketPHPvimApache
原文:http://www.blogjava.net/asenyifei/articles/82575.html 自己装了一个MYSQL客户端,但却发现出现这样的错误: Can't connect to local MySQL server through socket '/var/run/mysq ...
分类:数据库   时间:2017-04-08 09:52:25    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!