码迷,mamicode.com
首页 >  
搜索关键字:his    ( 12534个结果
spring boot 异常处理(转)
spring boot在异常的处理中,默认实现了一个EmbeddedServletContainerCustomizer并定义了一个错误页面到”/error”中,在ErrorMvcAutoConfiguration源码中可以看到 / {@link EmbeddedServletContainerCu ...
分类:编程语言   时间:2018-02-24 14:56:25    阅读次数:286
Python标准库示例pdf
下载地址:网盘下载 The Python Standard Library by Example Developer’s Library Series Visit developers-library.com for a complete list of available products The ...
分类:编程语言   时间:2018-02-24 13:13:04    阅读次数:169
33.leetcode6_zigzag_conversion
1.题目描述 The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixe ...
分类:其他好文   时间:2018-02-24 00:56:49    阅读次数:122
默认的Settings.xml文件(无修改过)-Maven
此为maven首次安装后的默认Settings.xml文件。 当什么都不作修改时,默认是从Maven中央仓库进行下载,http://repo1.maven.org/maven2/ ...
分类:其他好文   时间:2018-02-23 18:57:31    阅读次数:321
POJ-2396-Budget
【题目大意】 有一n m的矩阵,但其间的具体数值未知,但知道某些元素值在某个区间内,再给出每行的和及每列的和,求任意一种可行方案,无解输出"IMPOSSIBLE"。(Special Judge) 链接: "POJ2396" 【思路】 每行每列的和等于总和,考虑网络流(许多流量元素流到一起,汇总到一条 ...
分类:其他好文   时间:2018-02-23 11:00:58    阅读次数:164
【CodeForces】755F PolandBall and Gifts
传送门 CodeForces & Luogu 题目描述 It's Christmas time! PolandBall and his friends will be giving themselves gifts. There are n n Balls overall. Each Ball ha ...
分类:数据库   时间:2018-02-23 10:53:10    阅读次数:277
【CodeForces】 730J Bottles
传送门 codeforces luogu 题目描述 Nick has n bottles of soda left after his birthday. Each bottle is described by two values: remaining amount of soda ai and ...
分类:其他好文   时间:2018-02-23 00:45:18    阅读次数:327
【CodeForces】 632E Thief in a Shop
传送门 codeforces & luogu 题目描述 A thief made his way to a shop. As usual he has his lucky knapsack with him. The knapsack can contain k objects. There are ...
分类:其他好文   时间:2018-02-23 00:45:10    阅读次数:140
OWIN 自托管静态网站
我们知道,借助OWIN,WebApi,SignalR,WCF 都可以创建自托管(Self-Host)实例,完全不需要IIS,静态网站也可以。 最近做一个服务器监控小工具,用 SignalR 通信,监控端是一个静态网站(挂在IIS),服务端是一个 WinForm 程序(SignalR 服务寄宿),但是 ...
分类:Windows程序   时间:2018-02-22 23:49:47    阅读次数:1503
SDP(6):分布式数据库运算环境- Cassandra-Engine
现代信息系统应该是避不开大数据处理的。作为一个通用的系统集成工具也必须具备大数据存储和读取能力。cassandra是一种分布式的数据库,具备了分布式数据库高可用性(high-availability)特性,对于一个实时大型分布式集成系统来说是核心支柱。与传统的关系数据库对比,cassandra从数据 ...
分类:数据库   时间:2018-02-22 10:51:24    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!