题目:
Product
The Problem
The problem is to multiply two integers X, Y. (0250)
The Input
The input will consist of a set of pairs of lines. Each line in pair contains one mu...
分类:
其他好文 时间:
2014-07-29 18:03:42
阅读次数:
283
确定比赛名次
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 11739 Accepted Submission(s): 4671
Problem Description
有N个比赛队(1
Input
输入有若干...
分类:
其他好文 时间:
2014-07-29 17:46:42
阅读次数:
187
/*数据的交换输出
Problem Description
输入n(n
Input
输入数据有多组,每组占一行,每行的开始是一个整数n,表示这个测试实例的数值的个数,跟着就是n个整数。n=0表示输入的结束,不做处理。
Output
对于每组输入数据,输出交换后的数列,每组输出占一行。
Sample Input
4 2 1 3 4
5 5 4 3 2 1
0
...
分类:
其他好文 时间:
2014-07-29 17:46:22
阅读次数:
222
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} input,select,textarea,samp {font-size:100%;} 看到一些css重设,请问设置font-size:100%的目的和作用是什么? ------...
分类:
其他好文 时间:
2014-07-29 17:38:02
阅读次数:
217
HTML <div id="uploader"> ????<div id="j_stat"> ????<input type="text" name="thumb" id="j_tb" value="" /> ????</div> ????<div id="j_file">选择文件</div> ????<button id="j_btn" cl...
分类:
Web程序 时间:
2014-07-29 16:22:49
阅读次数:
240
<script src= "../jquery-1.11.1.min.js" ></script>//引入jQuery插件 ? <input type= "radio" name= "radio" id= "radio1" value= "1" />1??? <input type= "radio" name= "radio" id= "radio2" value= "2"...
分类:
Web程序 时间:
2014-07-29 16:15:19
阅读次数:
260
添加非root用户 under root permision adduser?wedate
passwd?wedate—>?input?the?new?password
chmod?u+w?/etc/sudoers
vim?/etc/sudoers
添加?wedate?????All=(ALL)?????
ALL?在root之后...
分类:
数据库 时间:
2014-07-29 16:08:39
阅读次数:
597
今天有一个项目上有一个模块,程序使用php写的,需要的服务器上搭建PHP的环境,由于我公司的服务器都是Windows系列的,本来前两天买了一台新的服务器,上面搭建了IIS服务器,跑的一个ASP的项目,现在又要部署一个PHP的项目,本想直接在IIS上配置让其支持PHP,但一想性能可能不..
分类:
Web程序 时间:
2014-07-29 15:51:39
阅读次数:
210
<script>functiononlyNum(){ if(!(event.keyCode==46)&&!(event.keyCode==8)&&!(event.keyCode==37)&&!(event.keyCode==39)){ if(!((event.keyCode>=48&&event.keyCode<=57)||(event.keyCode>=96&&event.keyCode<=1..
分类:
其他好文 时间:
2014-07-29 15:29:59
阅读次数:
193
本文的目的主要用来说明如何在CentOS6.5的环境下配置出一个简单可用的samba服务,并且可以通过windows对其文件进行访问
安装相关软件
# yum install samba samba-client samba-commo
# chkconfig smb on
# chkconfig nmb on
对路由表做如下操作
# iptables -I INPUT 4 -...
分类:
其他好文 时间:
2014-07-29 15:12:31
阅读次数:
489