码迷,mamicode.com
首页 >  
搜索关键字:remember    ( 442个结果
UVa 1401 Remember the word
方法:dp + trie 比较明显可以想出一个dp,对于给定的string str,d[i] = 表示str.substr(i) 的方法数, d[str.length()] = 1, d[i] = sum(d[i+x.length()], x 是 str.substr(i) 的prefix),最后答 ...
分类:其他好文   时间:2017-02-02 13:58:32    阅读次数:255
f12复制的URL转成postman
curl‘http://cim.rd.mt/lunkr/s/json?func=upload%3Aprepare&sid=BAojNDuuCBKoOdXYAnuuFbPVgfFJezkd‘ -H‘Cookie:Cim.uuid=860e1c9e-ad12-4bfc-a950-51a289ef649a;CoremailReferer=http%3A%2F%2Fcim.rd.mt%2Flunkr%2Flogin;Cim=3700d45615f19943c60b82264e81fc4f;remember.e..
分类:Web程序   时间:2017-01-30 10:55:17    阅读次数:504
Shiro-认证
认证流程: 1. 获取当前的 Subject. 调用 SecurityUtils.getSubject();2. 测试当前的用户是否已经被认证. 即是否已经登录. 调用 Subject 的 isAuthenticated() 3. 若没有被认证, 则把用户名和密码封装为 UsernamePasswo ...
分类:其他好文   时间:2017-01-07 22:57:20    阅读次数:573
Sublime Text3配置在可交互环境下运行python快捷键
安装插件 在Sublime Text3下面写代码感觉很不错,但是写Python的时候遇到了一些问题。 用Sublime Text3打开python文件,或者在Sublime Text3下写好python代码,使用快捷键ctrl+b就可以运行了,会在当前窗口的下方出现运行的结果。比如 但是,要是使用了 ...
分类:编程语言   时间:2017-01-01 23:44:20    阅读次数:357
[LeetCode] Matchsticks to Square 火柴棍组成正方形
Remember the story of Little Match Girl? By now, you know exactly what matchsticks the little match girl has, please find out a way you can make one s ...
分类:其他好文   时间:2016-12-30 23:18:54    阅读次数:255
<zz>PYTHON FABRIC实现远程操作和部署
from http://www.cnblogs.com/liujianzuo888/articles/6230691.html fabric title是开发,但是同时要干开发测试还有运维的活 (o(╯□╰)o) 近期接手越来越多的东西,发布和运维的工作相当机械,加上频率还蛮高,导致时间浪费还是优点 ...
分类:编程语言   时间:2016-12-30 21:52:21    阅读次数:457
CGAL 介绍
CGAL组织 内核 数值健壮 基础库 扩展性 2.4 命名约定 Naming In order to make it easier to remember what kind of entity a particular name refers to, CGAL has a naming conve... ...
分类:其他好文   时间:2016-12-30 02:06:16    阅读次数:516
bcm cmd
BCM.1> port ge en=0 ;Disable all GbEBCM.1> tx 2 pbm=ge2,fe7 ;Transmit 2 packets out of both port ge2 and fe7BCM.1> ps 0xf ;Show status of first 4 port ...
分类:其他好文   时间:2016-12-29 20:01:56    阅读次数:416
docker
一、安装 rhel,centos 1、检查内核版本: 使用docker需要在64微系统上,内核版本3.8.13以上,之前的版本也可以使用,但是兼容性可能不是很好 2:检查device Mapper 我们这里使用Device Mapper 作为Docker的存储启动。 如果没有就安装 *我有,但是我还 ...
分类:其他好文   时间:2016-12-23 01:09:40    阅读次数:446
Leetcode: Bomb Enemy
Walk through the matrix. At the start of each non-wall-streak (row-wise or column-wise), count the number of hits in that streak and remember it. For ...
分类:其他好文   时间:2016-12-18 09:56:57    阅读次数:245
442条   上一页 1 ... 23 24 25 26 27 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!