上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 132 下一页
摘要: 树链剖分基础题 #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int maxn = 10010; struct edge { int v, next; }e[maxn*2]; 阅读全文
posted @ 2017-06-22 13:01 yxysuanfa 阅读(137) 评论(0) 推荐(0) 编辑
摘要: B - I Hate It Time Limit:3000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Description 非常多学校流行一种比較的习惯。老师们非常喜欢询问。从某某到某某其中,分数最高的是多 阅读全文
posted @ 2017-06-22 11:32 yxysuanfa 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 链接:zoj 1203 题意:输入n个城市的坐标,输出使n个城市连通的最短路线的长度 分析:通过坐标能够将两两之间的长度即权值算出,再用最小生成树的算法 只是这个题要注意输出时的格式问题,两组数据间要空一行 #include<cstdio> #include<cmath> #include<algo 阅读全文
posted @ 2017-06-22 10:29 yxysuanfa 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 1.2 JBoss As 7体系结构 以下介绍一下JBoss的体系结构,详细的文件夹结构。假设熟悉曾经JBoss版本号的人,一定会发现JBoss AS 7与之前的JBoss的文件夹结构有了非常大的不同。以下介绍一下JBoss AS 7的文件夹结构。 主文件夹结构 文件夹 描写叙述 bin Unix和 阅读全文
posted @ 2017-06-22 08:59 yxysuanfa 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 第一种: public List<NameValuePair> getThirdsysPermissionRest(String url,ThirdsysFuncpDTO thirdsysFuncpDTO){ RestTemplate restTemplate = new RestTemplate( 阅读全文
posted @ 2017-06-21 17:14 yxysuanfa 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 下面内容是在看了涛哥的《跟我一起学shiro》 和 视频《一头扎入进shiro》 后整理出来备忘和方便自己和其它人学习。 个人主页:http://www.itit123.cn/ 很多其它干货等你来拿 授权相关概念了解 权限认证:什么样的用户拥有什么样的权限做什么样的事。 三要素:权限,角色,用户。 阅读全文
posted @ 2017-06-20 21:51 yxysuanfa 阅读(179) 评论(0) 推荐(0) 编辑
摘要: iker原创。转载请标明出处:http://blog.csdn.net/ikerpeng/article/details/39050619 Realtime and Robust Hand Tracking from Depth中的Cost Function 学习 首先,我们应该知道,输入的数据是什 阅读全文
posted @ 2017-06-20 21:12 yxysuanfa 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 12.5 管理问题的解决方式正在更新内容,请稍后 阅读全文
posted @ 2017-06-20 19:33 yxysuanfa 阅读(99) 评论(0) 推荐(0) 编辑
摘要: C. Geometric Progression time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Polycarp loves g 阅读全文
posted @ 2017-06-20 18:52 yxysuanfa 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 12期的小伙伴看过来~因为网易博客的网络问题。我们把负责收集自荐的博客写到了CSDN里,希望大家在此篇博客的评论里,积极自荐自己的博客。 为了提高大家的积极性,我们评选优秀博客的方法升级为大家自荐博客,博客委员会当月负责人进行筛选。 筛选的优秀博客标准: 1. 博客的知识解读有自己的理解,博客的感受 阅读全文
posted @ 2017-06-20 18:20 yxysuanfa 阅读(107) 评论(0) 推荐(0) 编辑
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 132 下一页