原文地址:http://www.cnblogs.com/GXZlegend/p/6832263.html 题目描述 The cows have once again tried to form a startup company, failing to remember from past expe ...
分类:
编程语言 时间:
2017-05-09 20:37:30
阅读次数:
440
Probably giving upIs the only means to get closer to youProbably you will only think of meWhen I no longer meet youTime flies byThe fruit in mid-summe ...
分类:
其他好文 时间:
2017-05-09 13:49:14
阅读次数:
237
//提交stage,为stage创建一批task,task数量和partition数量相同privatedefsubmitMissingTasks(stage:Stage,jobId:Int){logDebug("submitMissingTasks("+stage+")")//GetourpendingtasksandremembertheminourpendingTasksentrystage.pendingTasks.clear()//Firstfigureoutthei..
分类:
其他好文 时间:
2017-05-05 23:10:14
阅读次数:
265
题目连接:https://vjudge.net/problem/UVALive-3942 trie树 dp[i]=sum(dp[i+len(x)]%mod; dp[i]表示从字符i开始的字符串的分解方案方案数,x是s[i……L]的前缀 lrj: 1 // LA3942 Remember the Wo ...
分类:
其他好文 时间:
2017-04-21 20:29:35
阅读次数:
156
传送门 Description Every Codeforces user has rating, described with one integer, possibly negative or zero. Users are divided into two divisions. The fir ...
分类:
其他好文 时间:
2017-04-21 17:56:42
阅读次数:
257
实验环境两台H3CS6300两根40G堆叠线实验拓扑irf-1交换机配置interfacerangeFortyGigE1/0/51toFortyGigE1/0/52shutdownquitirf-port1/2portgroupinterfaceFortyGigE1/0/51portgroupinterfaceFortyGigE1/0/52quitinterfacerangeFortyGigE1/0/51toFortyGigE1/0/52undoshutdownquit..
分类:
其他好文 时间:
2017-04-20 11:58:29
阅读次数:
279
一、spring Security简介 SpringSecurity,这是一种基于Spring AOP和Servlet过滤器的安全框架。它提供全面的安全性解决方案,同时在Web请求级和方法调用级处理身份确认和授权。在Spring Framework基础上,Spring Security充分利用了依赖 ...
分类:
编程语言 时间:
2017-04-19 13:00:47
阅读次数:
455
各个浏览器对于表单input[type='radio']、input[type='checkbox']的样式总是各有差异 //html <div class="remember-account"> <input type="checkbox"> <span>记住账号</span> </div> // ...
分类:
Web程序 时间:
2017-04-12 19:28:46
阅读次数:
2444
You can't shake hands with a clenched fist. 紧握拳头你就无法与他人握手。 If you want to shake hands with others, just hold out your hand first. If you clench your f ...
分类:
其他好文 时间:
2017-03-23 20:52:37
阅读次数:
147
@RequiresAuthentication 验证用户是否登录,等同于方法subject.isAuthenticated() 结果为true时。 @RequiresUser 验证用户是否被记忆,user有两种含义: 一种是成功登录的(subject.isAuthenticated() 结果为tru ...
分类:
其他好文 时间:
2017-03-12 17:48:08
阅读次数:
137