无标题文档 转为大写//onblur="lw.value = chineseNumber(up.value)"说明鼠标移开焦点出发事件转为小写
分类:
其他好文 时间:
2014-07-18 14:33:52
阅读次数:
316
【原题】
3333: 排队计划
Time Limit: 20 Sec Memory Limit: 128 MB
Submit: 161 Solved: 71
[Submit][Status]
Description
Input
Output
Sample Input
6 2
160 163 164 161 167 160 ...
分类:
其他好文 时间:
2014-07-18 14:07:18
阅读次数:
288
..\..\SYSTEM\usart\usart.c(1): error: #5: cannot open source input file "sys.h": No such file or directory
#include "..\sys\sys.h"这样就可以找到路径了
再次编译出现了问题
..\..\SYSTEM\usart\..\sys\sys.h(3): error: ...
分类:
其他好文 时间:
2014-07-18 13:33:31
阅读次数:
311
jQuery动态添加input type=file文件上传域,当用户需要通过网页上传多个文件的时候,动态添加文件域就显得尤其重要,本功能引入了jQuery,兼容性方面也做的不错,暂时没有限制文件域的个数,所以你可以无限制的生成文件域,直到满足你的需要。接触角测定仪 请选择上传的图片 增加图片 ...
分类:
Web程序 时间:
2014-07-18 13:33:00
阅读次数:
304
因为~/.bash_profile和~/.xinitrc中加入了exportXAUTHORITY="/tmp/${USER}.Xauthority"所以每次启动桌面都无法成功注释掉后即可正常进入桌面使用登录管理器后,会调用~/.xprofile的变量,因此需要注意case${INPUT_APP}infcitx)#使用小企鹅输入法exportXIM=fcitxexportXMODIFIER..
分类:
其他好文 时间:
2014-07-18 13:05:00
阅读次数:
230
var objs = document.getElementsByTagName("input");
for (var i = 0; i < objs.length; i++) {
if (objs[i].type.toLowerCase() == "checkbox" && objs[i].checked)
alert(objs[i].value);
}...
分类:
Web程序 时间:
2014-07-18 11:22:10
阅读次数:
218
Description
Your task is to read a picture of a chessboard position and print it in the chess notation.
Input
The input consists of an ASCII-art picture of a chessboard with chess pieces on positio...
分类:
其他好文 时间:
2014-07-18 11:03:28
阅读次数:
305
var oL = document.getElementById("link1");oL.herf="css1.css" ,oL.herf="css2.css"在JS中,任何标签都可以添加JS事件,包括link,任何标签里的任何属性都可以改input里面有title属性 提示文字在JS里面不能直接使...
分类:
编程语言 时间:
2014-07-18 10:09:43
阅读次数:
217
时间限制:0.25s空间限制:4M题意 你的任务是找到最小自然数 N, 使N!在十进制下包含 Q个零. 众所周知 N! = 1*2*...*N. 例如, 5! = 120, 120 结尾包含1个零.Input 一个数 Q (0using namespace std;int check ...
分类:
其他好文 时间:
2014-07-18 00:10:28
阅读次数:
263