Given a set of distinct integers,S, return all
possible subsets.Note: Elements in a subset must be in non-descending order. The
solution set m...
分类:
其他好文 时间:
2014-06-04 20:01:32
阅读次数:
340
sql表username password字段User类有 id username
password等字段Service有一函数1 @Override2 3 public User findUser(String username) 4 {5
return userDao.findUser(...
分类:
其他好文 时间:
2014-06-04 19:26:59
阅读次数:
425
Given a collection of integers that might
contain duplicates,S, return all possible subsets.Note: Elements in a subset
must be in non-descending o...
分类:
其他好文 时间:
2014-06-04 18:37:55
阅读次数:
322
代码// Deadlock_Debug.cpp :
定义控制台应用程序的入口点。//#include "stdafx.h"#include "windows.h"#include // All the
thread must get all of critial_section// Classic ...
分类:
数据库 时间:
2014-06-03 12:08:01
阅读次数:
354
元数据包含无法解析的引用。没有终结点在侦听可以接受消息的
net.tcp://localhost:8000/service。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参阅
InnerException 以了解详细信息。如果希望获取更多帮助,请键入“svcutil /?”一...
分类:
其他好文 时间:
2014-06-03 09:20:55
阅读次数:
280
下载Windows版本:http://nchc.dl.sourceforge.net/sourceforge/wrapper/wrapper-windows-x86-32-3.2.3.zip
现在目前只要32位有免费的,64位免费版目前还没有做出来。官网上(社区)那一列是免费的。 1.先把你的项目用...
分类:
移动开发 时间:
2014-06-03 08:54:24
阅读次数:
264
Oracle 10g 增加了drop database 命令,这样我们删除数据库会方便很多。
不过DROP DATABASE还是有一定的限制条件的:一些错误1.ORA-01586: database must be mounted EXCLUSIVE
and not open for this op...
分类:
数据库 时间:
2014-05-30 19:49:07
阅读次数:
421
Servlet生命周期与工作原理Posted on2011-10-21
20:39艾泽拉斯的太阳阅读(79019) 评论(7)编辑收藏Servlet生命周期分为三个阶段: 1,初始化阶段 调用init()方法 2,响应客户请求阶段
调用service()方法 3,终止阶段 调用destro...
分类:
其他好文 时间:
2014-05-30 19:40:56
阅读次数:
260
解决办法:vi
/xx/database/install/oraparam.ini找到【Certified
Versions】Linux=redhat-3,SuSe-9,redhat-4,后面加上redhat-5保存并退出即可。如图:
分类:
数据库 时间:
2014-05-30 14:16:05
阅读次数:
320
intent大全:1.从google搜索内容Intent intent = new
Intent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(SearchManager.QUERY,"searchString")start...
分类:
移动开发 时间:
2014-05-29 15:41:29
阅读次数:
430