码迷,mamicode.com
首页 >  
搜索关键字:remember    ( 442个结果
CodeForces813E:Army Creation (主席树---上一题的加强版)
As you might remember from our previous rounds, Vova really likes computer games. Now he is playing a strategy game known as Rage of Empires. In the g ...
分类:其他好文   时间:2018-05-29 16:14:52    阅读次数:223
Spring Security Remember-Me
引入POM html: 配置: ...
分类:编程语言   时间:2018-05-25 21:20:19    阅读次数:398
Stream Processing 101: From SQL to Streaming SQL in 10 Minutes
原文:https://wso2.com/library/articles/2018/02/stream-processing-101-from-sql-to-streaming-sql-in-ten-minutes/ We have entered an era where competitive ...
分类:数据库   时间:2018-05-21 00:03:09    阅读次数:236
Army Creation
As you might remember from our previous rounds, Vova really likes computer games. Now he is playing a strategy game known as Rage of Empires. In the g ...
分类:其他好文   时间:2018-05-17 22:26:49    阅读次数:217
377. Combination Sum IV 70. Climbing Stairs
back function (return number) remember the structure Solution 2: dp keywards: how many ways and optimal 70. Climbing Stairs ...
分类:其他好文   时间:2018-05-16 15:15:34    阅读次数:162
Python编程快速上手 往让繁琐工作自动化-6.6 习题
Python编程快速上手 往让繁琐工作自动化-6.6 习题 1、什么是转义字符? 答:转义字符表示字符串中的一些字符,这些字符用别的方式很难在代码中打印出来。 2、转义字符\n和\t代表什么? 答:\n是换行符,\t是制表符。 3、如何在字符串中放入一个斜杠字符\? 答:\\转移字符表示一个反斜杠。 ...
分类:编程语言   时间:2018-05-14 11:04:23    阅读次数:482
JVM调优总结(六)-新一代的垃圾回收算法
垃圾回收的瓶颈 传统分代垃圾回收方式,已经在一定程度上把垃圾回收给应用带来的负担降到了最小,把应用的吞吐量推到了一个极限。但是他无法解决的一个问题,就是Full GC所带来的应用暂停。在一些对实时性要求很高的应用场景下,GC暂停所带来的请求堆积和请求失败是无法接受的。这类应用可能要求请求的返回时间在 ...
分类:编程语言   时间:2018-04-24 17:37:49    阅读次数:147
MySQL5.6单机部署安装
MySQL二进制包安装: 安装包获取方式 官网下载url: http://dev.mysql.com/downloads/mysql/ 数据库下载url:http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.22-linuxglibc2.5-x... ...
分类:数据库   时间:2018-04-11 16:12:07    阅读次数:236
词频统计
news = news.lower()newList1 = news.split(" ")dict={}>>> for i in newList1:dict[i]=newList1.count(i) dictList = list(item.items())dictList.sort(key= la ...
分类:其他好文   时间:2018-03-26 22:35:56    阅读次数:185
UVa Live 3942 Remember the Word - Hash - 动态规划
题目传送门 高速路出口I 高速路出口II 题目大意 给定若干种短串,和文本串$S$,问有多少种方式可以将短串拼成长串。 高速路出口I 高速路出口II 题目大意 给定若干种短串,和文本串$S$,问有多少种方式可以将短串拼成长串。 显然,你需要一个动态规划。 用$f[i]$表示拼出串$S$前$i$个字符 ...
分类:其他好文   时间:2018-03-24 20:35:53    阅读次数:105
442条   上一页 1 ... 10 11 12 13 14 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!