Description
Asterix, Obelix and their temporary buddies Suffix and Prefix has finally found the Harmony temple. However, its doors were firmly locked and even Obelix had no luck opening them.
A li...
分类:
其他好文 时间:
2014-07-29 14:22:28
阅读次数:
316
使用Keil开发环境对STM32L Discovery进行开发,更新一次firmware后就不能连接目标板了,报错Internal command error Flash download failed target dll has been can。最后将Keil更新至4.60就可了。使用过程中,...
分类:
其他好文 时间:
2014-07-29 14:03:38
阅读次数:
331
xe6[dcc32 Fatal Error] ToolsAPI.pas(18): F1026 File not found: 'E:\...\DockForm.dcu'delphi,xe6,包含了DesignEditors, DesignIntf文件后,报错。ToolsAPI.pas里有DockFo...
分类:
其他好文 时间:
2014-07-29 12:45:56
阅读次数:
319
最近在试着配置”我的网站”,不知什么原因在配置同步连接时报:MOSS MA not found 搜索发现,需要启动Forefront Identity Manager Service服务,右击选择启动即可,注意,如果你的已启动,就重新启动。 参看: http://mohamedelkassas.wo...
分类:
移动开发 时间:
2014-07-29 12:35:36
阅读次数:
217
Flip Sort Sorting in computer science is an important part. Almost every problem can be solved effeciently if sorted data are found. There are some ex...
分类:
其他好文 时间:
2014-07-28 23:53:34
阅读次数:
260
常见错误描述:Apple Mach-O Linker Error这类错误的错误信息最后一行通常如下:Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1发生这种错误...
分类:
移动开发 时间:
2014-07-28 23:46:44
阅读次数:
294
转:http://linux.chinaitlab.com/command/829332.html 一、Linux下的ping参数 用途 发送一个回送信号请求给网络主机。 语法 ping [ -d] [ -D ] [ -n ] [ -q ] [ -r] [ -v] [ \ -R ] [ -a...
1.0 先执行如下命令:lsof -i:端口号1.1 会有类似下面的结果:COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAMEWebProces 42624 davidzhang 5u I...
分类:
其他好文 时间:
2014-07-28 19:09:44
阅读次数:
230
Problem Description
简单的背包问题。设有一个背包,可以放入的重量为s。现有n(n<=10)件物品,重量分别为w1,w2,...,wn,均为正整数,从n件物品中挑选若干件,使得放入背包的重量之和正好为s。找到一组解即可。如果找不到输出“not found”。
Input
输入有多组数据,每组数据的第1行是物品总件数和背包的载重量,第2行为各物品的重量。
Output...
分类:
其他好文 时间:
2014-07-28 16:00:43
阅读次数:
227