码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
杭电ACM2013--蟠桃记
蟠桃记 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 88077 Accepted Submission(s): 65013 Problem D ...
分类:其他好文   时间:2019-01-12 22:46:08    阅读次数:187
装饰器的使用例子
1. 在类中的使用 class Vector(): def __init__(self,outList): self.innerList = outList def __len__(self): return len(self.innerList) def __str__(self): return ...
分类:其他好文   时间:2019-01-11 20:17:28    阅读次数:204
cmake入门
1 什么是CMake? Cmake是一个编译、构建工具。使用CMakeLists.txt来描述构建过程,可以生成标准的构建文件,如Makefile。一般先编写CMakeLists.txt,然后通过cmake来生成Makefile,最后执行make进行编译。 1.1 cmake安装 ? 在ubuntu ...
分类:其他好文   时间:2019-01-11 17:09:43    阅读次数:341
深入源码分析SpringMVC底层原理(二)
原文链接:深入源码分析SpringMVC底层原理(二) 文章目录 深入分析SpringMVC请求处理过程 1. DispatcherServlet处理请求 1.1 寻找Handler 1.2 没有找到Handler的处理 1.3 根据Handler寻找Adapter 1.4 拦截器的处理 1.5 A ...
分类:编程语言   时间:2019-01-11 15:55:48    阅读次数:206
Leetcode 358. Rearrange String k Distance Apart
Problem: Given a non-empty string s and an integer k, rearrange the string such that the same characters are at least distance k from each other. All ...
分类:其他好文   时间:2019-01-10 15:43:00    阅读次数:214
操作系统Unix、Windows、Mac OS、Linux的故事
文章转自:http://blog.csdn.net/wenmingchan/article/details/49925379 http://www.jb51.net/os/other/159236.html 我们熟知的操作系统大概都是windows系列,近年来Apple的成功,让MacOS也逐渐走进 ...
分类:Windows程序   时间:2019-01-10 12:06:01    阅读次数:240
Bean with name 'xxxService' has been injected into other beans [xxxServiceA,xxxServiceB] in its raw version as part of a circular reference, but has eventually been wrapped
启动项目,通过@Autowired注入对象,出现循环依赖,导致项目启动失败,具体报错信息如下: Bean with name 'xxxService' has been injected into other beans [xxxServiceA,xxxServiceB] in its raw ve ...
分类:移动开发   时间:2019-01-09 20:21:44    阅读次数:664
jsp jstl标签库 el表达式
一、JSTL标签是什么? 提供了对国际化(I18N)的支持,它可以根据发出请求的客户端地域的不同来显示不同的语言。 同时还提供了格式化数据和日期的方法。实现这些功能需要I18N格式标签库(I18N-capable formation tags liberary)。 引入该标签库的方法为:<%@ ta ...
分类:Web程序   时间:2019-01-09 11:22:29    阅读次数:203
数组C - 玛雅日历
During his last sabbatical, professor M. A. Ya made a surprising discovery about the old Maya calendar. From an old knotted message, professor discove ...
分类:编程语言   时间:2019-01-09 00:27:20    阅读次数:193
手把手教你如何用eclipse搭建前端开发环境
3.创建静态web工程 打开eclipse,选择file,new project 或者 new other...,选择web项中的static web project ,next。 输入你的项目名,如Html5Demo。填写content folder名称,如myHtml5。finish 右键con ...
分类:系统相关   时间:2019-01-08 16:33:41    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!