Problem Description
简单的背包问题。设有一个背包,可以放入的重量为s。现有n(n<=10)件物品,重量分别为w1,w2,...,wn,均为正整数,从n件物品中挑选若干件,使得放入背包的重量之和正好为s。找到一组解即可。如果找不到输出“not found”。
Input
输入有多组数据,每组数据的第1行是物品总件数和背包的载重量,第2行为各物品的重量。
Output...
分类:
其他好文 时间:
2014-07-28 16:00:43
阅读次数:
227
#umount /mnt/fourtumount: /mnt/fourt: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) ...
分类:
移动开发 时间:
2014-07-28 14:42:53
阅读次数:
308
JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path1、右击web工程-》属性或Build Path-》Java Build Path->Libraries-...
分类:
编程语言 时间:
2014-07-27 21:46:59
阅读次数:
223
maven在build构建时,加载资源文件时需要配置资源文件插件:1,在pom.xml文件中加入 ${project.build.target.file.name} ${basedir}/target ${basedir}/src/main/java ${basedir}...
分类:
移动开发 时间:
2014-07-27 10:10:22
阅读次数:
288
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4
5 6 7 0 1 2).
You are given a target value to search. If found in the array retur...
分类:
其他好文 时间:
2014-07-26 15:16:50
阅读次数:
199
周氏一族,整理技术文档,给下一代留点教程...如题,今天在配置服务器的时候,发现这个问题,以前也经常有,但是懒得去搞,今天整理一下,留下笔记[root@Nginx_Web02home]#setup-bash:setup:commandnotfound[root@Nginx_Web02home]#遇到这种问题,一般都可以不难猜想得出,网络..
分类:
其他好文 时间:
2014-07-26 03:26:37
阅读次数:
247
I would like to know what would be the best way to save contents from a web page. I mean to force save-as option by clicking a link or button. I often found that javascript would not be an option beca...
分类:
Web程序 时间:
2014-07-26 02:29:06
阅读次数:
297
Linux下Oracle11G RAC报错:在安装oracle软件时报file notfound一例
1、现象
之前安装一切都比较顺利,安装oracle软件时,进度到30%时报错:file not found(/u01/app/oracle/product/11.2.0/db_1/owb/external/oc4j_applications/applications/WFMLRSVCApp.e...
分类:
数据库 时间:
2014-07-26 02:07:26
阅读次数:
264
不同的错误处理方法:
简单的die()语句自定义错误函数和错误触发器错误报告
基本的错误处理:使用die()函数
if(!file_exists("welcome.txt")){
die("FIle not found");
}else{
$file=fopen("welcome.txt","r");
}
或者
$file=fopen("web...
分类:
Web程序 时间:
2014-07-25 11:10:01
阅读次数:
243
记录一下自己解决tomcat部署遇得到问题的全过程 首先,在tomcat部署上面部署项目时,报如下错误: 严重: Error listenerStart 2014-7-24 14:25:44 org.apache.catalina.core.StandardContext start 严重: Context...
分类:
移动开发 时间:
2014-07-25 00:08:44
阅读次数:
432