#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int dp[8000];
int coin[5]={1,5,10,25,50};
int main()
{
int i,j,x;
dp[0]=1;
for(i=0;i<...
分类:
其他好文 时间:
2014-11-05 21:38:51
阅读次数:
180
This is a very important change in iOS 7: the status bar is no longer a separate bar. It’s now something that simply gets drawn on top of your view co...
分类:
移动开发 时间:
2014-11-05 14:39:58
阅读次数:
135
题意:输出一堆乱排版的html标签,去多余空字符,转换为按缩进输出。
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4782
——>>2013年成都区赛题目,当时挺多做不出最后一题的队伍做出了此题,而我,无限WA到比赛结束。。今天,我AC了。。
题目中有一句话非常重要:you shouldn’t change anything of any t...
分类:
其他好文 时间:
2014-11-05 07:03:30
阅读次数:
254
File->project Structure into Project Structure
Left > SDKs
Press +, add another sdk...
分类:
移动开发 时间:
2014-11-05 00:33:23
阅读次数:
314
安装了数据库很久了,却在本地没有使用,这是经常发生的事,现在如何来解决这件事呢。首先进入pluscmd-sqlplus 命令然后在链接数据库会无奈的发现你所输入的用户名知道怎么写了可以查询下一般oracle下默认的用户名先:用户名 / 密码 登录身份 说明sys/change_on_install ...
分类:
数据库 时间:
2014-11-05 00:07:33
阅读次数:
304
Language:
Default
Exact Change Only
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 2584
Accepted: 883
Description
Boudreaux reached over and shook awa...
分类:
其他好文 时间:
2014-11-04 19:50:39
阅读次数:
250
$().ready(function(){$(‘#type‘).change(function(){resetType()});resetType();resetResult();$(‘#question‘).change(function(){resetResult();});});functionresetType(){vartype=$(‘#type‘).val();if(type==‘1‘){$(‘#result‘).hide();$(‘#question‘).show();}else{$(‘#que..
分类:
其他好文 时间:
2014-11-04 15:15:38
阅读次数:
231
#include
#include
#include
#include
#include
#include
#include
#include
#include
unsigned int change(int aChar,int hex)
{
int ch;
ch = aChar - hex;
return ch;
}
unsigned cha...
分类:
Web程序 时间:
2014-11-04 13:10:22
阅读次数:
231
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。
深蓝的blog:
环境:CentOS6.4 使用udev方式配置磁盘
grid安装时,无法识别出磁盘组,如下图所示:
检查 grid版本,发现是版本问题:安装的CentOS操作系统为64位,实际grid为32位。
更改grid版本后,到此步骤后点击“change discovery...
分类:
其他好文 时间:
2014-11-04 09:20:17
阅读次数:
237
在进行配置从服务器时遇到的错误。mysql>changemastertomaster_host=‘192.168.136.129‘,master_user=‘repl‘,master_password=‘123456‘,master_log_file=‘mysql-bin.000003‘,master_log_pos=2610;ERROR1201(HY000):Couldnotinitializemasterinfostructure;moreerrormessagesc..
分类:
数据库 时间:
2014-11-04 06:58:59
阅读次数:
290