#include<stdio.h>#include<stdlib.h>#include<time.h>#include<string.h>int scan(){ char s[100]; int i,t,z=0; do { z=0; gets(s); for(i=0;s[i]!='\0';i++) ...
分类:
其他好文 时间:
2017-03-08 13:28:40
阅读次数:
120
@RequestParam @RequestBody @PathVariable 等参数绑定注解详解 2014-06-02 11:24 23683人阅读 评论(2) 收藏 举报 2014-06-02 11:24 23683人阅读 评论(2) 收藏 举报 目录(?)[+] 目录(?)[+] 引言: 接 ...
分类:
其他好文 时间:
2017-02-26 23:50:42
阅读次数:
238
上面是JS代码,中间的提交方法是JQ的 提交 HlsView 指的是要提交到的类,但这个类必须是继承了HttpServlet 这个类的 我们在post方法里面处理提交过来的数据 比如 保持session在网页没有关闭的时候用就不失效的办法 在web.xml 文件里面设置session的有效时间,(里 ...
分类:
Web程序 时间:
2017-02-15 19:00:37
阅读次数:
177
Your attitude, not your aptitude, will determine your altitude. 决定你人生高度的,不是你的才能,而是你的态度。 Basically, I think your attitude and your aptitude both are ve ...
分类:
其他好文 时间:
2017-02-10 13:00:43
阅读次数:
210
Freedom of Choice URAL - 1517 Background Before Albanian people could bear with the freedom of speech (this story is fully described in the problem "F ...
分类:
其他好文 时间:
2017-02-09 23:03:20
阅读次数:
210
1 只是一个下拉框 <!-- <select ng-model="areaType" ng-disabled="isDisable" class="form-control" ng-options="c.code as c.code for c in codes"> --><!-- <option ...
分类:
Web程序 时间:
2017-02-06 12:56:24
阅读次数:
250
chcp 936 >nul@echo offmode con lines=30 cols=60%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1 ...
randint(a,b)产生a到b(包括a和b)之间的随机数 random()返回0到1之间的随机浮点数,不包括0和1 uniform(a,b)返回a和b之间(不包括a和b)的浮点数 choice()是random模块的一部分,他接受一个列表或者有一个元组,然后从中随机的返回一个项 help()在圆 ...
分类:
其他好文 时间:
2017-02-01 22:31:50
阅读次数:
197
加粗为正确答案,绿色为错选答案 1.对于以下代码: for ( int i=0; i<10; i++) System.out.println(i); for循环后,i的值是多少? for ( int i=0; i<10; i++) System.out.println(i); for循环后,i的值是 ...
分类:
编程语言 时间:
2017-01-30 17:08:48
阅读次数:
216
Description Byteasar是一个很纠结的人。每次他经过Bytetown的时候都知道有至少2条不同的路径可以选择,这导致他必须花很长时间来决定走哪条路。Byteasar最近听说了Bytetown的修路计划,他可能是唯一一个为此感到高兴的人——他有机会消除他的烦恼。 在Byteasar一共 ...
分类:
其他好文 时间:
2017-01-22 13:41:48
阅读次数:
227