码迷,mamicode.com
首页 >  
搜索关键字:题集    ( 1256个结果
【tomcat问题集锦】
Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process,...
分类:其他好文   时间:2014-07-22 23:13:56    阅读次数:299
Effective C++(20) 继承与面向对象设计
本文主要参考《Effective C++ 3rd》中的第六章部分章节的内容。关注的问题集中在继承、派生、virtual函数等。如:virtual? non-virtual? pure virtual? 缺省参数值与virtual函数有什么交互影响? 继承如何影响C++的名称查找规则? 什么情况下有比...
分类:编程语言   时间:2014-05-24 01:20:31    阅读次数:468
uml图验收问题集锦
昨晚针对我所画的uml图让师傅进行了一下验收,我也从一个宏观的角度对我这个阶段的学习有了一定的了解,挺感谢师傅的。开始听前辈们说她们在验收uml图之后才发现自己的很多了解犹如管中窥豹,但是处于某些原因(或许是为了赶进度)就不会再改正。虽说我的进度比较慢但是我不希望自己在这纷扰的学海中浮躁,我还是要尽自己所能稳重求快。废话说了这么多进入正题吧。     首先从系统的需求开始吧,也就是针对用例图遇到...
分类:其他好文   时间:2014-05-07 04:18:34    阅读次数:277
Codeforces Round #244 (Div. 2)
今天是水题集啊。。。。A. Police Recruitstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputThe police departmen...
分类:其他好文   时间:2014-05-05 21:50:56    阅读次数:795
JDBC常见面试题集锦
什么是JDBC,在什么时候会用到它?JDBC的全称是Java DataBase Connection,也就是Java数据库连接,我们可以用它来操作关系型数据库。JDBC接口及相关类在java.sql包和javax.sql包里。我们可以用它来连接数据库,执行SQL查询,存储过程,并处理返回的结果。JD...
分类:数据库   时间:2014-05-03 23:18:31    阅读次数:766
Pat(Advanced Level)Practice--1063(Set Similarity)
Pat1063代码 题目描述: Given two sets of integers, the similarity of the sets is defined to be Nc/Nt*100%, where Nc is the number of distinct common numbers shared by the two sets, and Nt is the to...
分类:其他好文   时间:2014-04-29 13:44:20    阅读次数:325
1256条   上一页 1 ... 124 125 126
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!