#define ret_ok 1
#define ret_err 1int judge_score(int score,char *ch)
{
if(score > 100 || score < 0)
{
printf("The score you input should little than 100 and bigger than 0\n");...
分类:
其他好文 时间:
2015-08-08 09:13:39
阅读次数:
144
Google了一把,发现原来默认Git设置http?post的缓存为1M,相关资料如下: https://bitbucket.org/marcinkuzminski/rhodecode/issue/495/git-repositories-much-bigger-when-hosted http://docs.webfaction.com/...
分类:
其他好文 时间:
2015-08-06 11:24:07
阅读次数:
421
#define ret_ok 1
#define ret_err 1
int judge_score(int score,char *ch)
{
if(score > 100 || score
{
printf("The score you input should little than 100 and bigger than 0\n");
return ret_err...
分类:
其他好文 时间:
2015-08-06 00:37:32
阅读次数:
210
Is Bigger Smarter?
The ProblemSome people think that the bigger an elephant is, the smarter it is. To disprove this, you want to take the data on a collection of elephants and put as large a subset of...
分类:
其他好文 时间:
2015-07-22 18:58:01
阅读次数:
121
原题:Description There are many unsolvable problem in the world.It could be about one or about zero.But this time it is about bigger number. Given an i....
分类:
其他好文 时间:
2015-07-18 15:30:57
阅读次数:
112
DescriptionThere are many unsolvable problem in the world.It could be about one or about zero.But this time it is about bigger number.Given an integer...
分类:
其他好文 时间:
2015-07-17 22:24:13
阅读次数:
255
html Abraham Lincoln's Gettysburg Address Text Size Default Bigger Smaller Fourscore and seven years ago our fathers brought forth on this con...
分类:
其他好文 时间:
2015-07-16 19:26:03
阅读次数:
176
老大让我每天都验证网站是否能访问。。。我觉得是不是我还可以更bigger一些啊点鼠标太麻烦了吧。。。写一段脚本加入crotab 应该方便一些crotab设置每5分钟一次 OK!
分类:
系统相关 时间:
2015-06-27 15:46:47
阅读次数:
178
Running your api as Windows services can have multiple advantages, especially when working on bigger projects. This allows for multiple (services to r...
1.文本框添加获取和失去焦点事件 .focus() .blur()2.多行文本框变大(+) 变小(-)代码 var $comment =$("#comment"); //获取评论框 $(".bigger").click(function(){ //“放大”按钮绑定单击事件 if(!$comme...
分类:
Web程序 时间:
2015-05-27 18:53:28
阅读次数:
132