码迷,mamicode.com
首页 >  
搜索关键字:input raw_input    ( 33491个结果
HLG 2113 Count (C++ --- map容器 基础题)
链接: http://acm.hrbust.edu.cn/index.php?m=ProblemSet&a=showProblem&problem_id=2113 Description Given a number of strings, can you find how many strings that appears T times? Input The input conta...
分类:编程语言   时间:2014-06-20 09:00:14    阅读次数:344
jquery无刷新文件上传 解决IE安全性问题
一般上传是用iframe表单提交的方式,页面中的iframe刷新是不会刷新整个页面的,所以由iframe利用input file提交表单上传到服务器在主页面看起来就是无刷新的。
分类:Web程序   时间:2014-06-07 08:10:19    阅读次数:337
设置PlaceHolder的颜色
input::-webkit-input-placeholder{ color:green;}input::-webkit-input-placeholder { color: #999;}input:-moz-placeholder { color: #999;}// c...
分类:其他好文   时间:2014-06-06 22:42:48    阅读次数:179
HTML表单相关的标签
应该放在表格里面提交的应该放在 form --熟悉 name -名称 action="longin.php"(提交到那里) method="get ,post" title-说明文件input type = pas --name="这里写用户名"复选框 kanshu单选 男-------必须是在同一...
分类:Web程序   时间:2014-06-06 16:28:06    阅读次数:231
jQuery 隐藏与显示 input 默认值
分享下jQuery如何隐藏和显示 input 默认值的例子。 jQuery+JavaScript 实现 table 的增加和减少--www.jbxue.com
分类:Web程序   时间:2014-06-06 12:37:16    阅读次数:269
Performing a Quick Tune
18.2.6Performing a Quick TuneTo tune a single SQL statement, theQUICK_TUNEprocedure accepts as its input atask_nameand a SQL statement. The procedure ...
分类:其他好文   时间:2014-06-06 07:37:10    阅读次数:305
使用ffmpeg添加logo
1 网上搜出的一些ffmpeg添加logo的命令都不成功,调查了官方手册后以下这种用法成功:ffmpeg -y -i input.mp4 -vf "movie=logo.png [logo];[in][logo] overlay=10:10 [out]" output.mp4^^^^^^^^ 输入 ...
分类:其他好文   时间:2014-06-05 20:03:25    阅读次数:1097
全角转半角-半角转全角
package com.sogou.html;public class FullHalfReverse { /** * 半角转全角 */ public static String ToSBC(String input) { char[] c = input....
分类:其他好文   时间:2014-06-05 19:11:26    阅读次数:326
python基础
操作符:// 用作浮点除法(对结果四舍五入)和 ** 表示乘方 eg: 2**5=32python不支持C中的自增和自减操作,eg: ++i 和 i++ 的结果都为 iraw_input()方法程序输入,所返回的值为 字符串 类型,数值须进行强制类型转换 eg:int()print()会默认为每一行...
分类:编程语言   时间:2014-06-05 18:37:25    阅读次数:299
font-size:100%有什么作用?
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}input,select,textarea,samp {font-size:100%;}看到一些css重设,请问设置font-size:100%的目的和作用是什么?--------------...
分类:其他好文   时间:2014-06-05 15:40:59    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!