码迷,mamicode.com
首页 >  
搜索关键字:inpu    ( 7831个结果
上传图片显示预览、调用摄像头
html代码: <img id="pic" src="img/pic.png"/> </span><input id="file" type="file" accept="image/*" capture="camera"/> js代码: //选择图片后自动填充 //获取对象input file 的 ...
分类:Web程序   时间:2017-03-16 22:08:09    阅读次数:176
cs-231n-back propagation-5
Unintuitive effects and their consequences. Notice that if one of the inputs to the multiply gate is very small and the other is very big, then the mu ...
分类:其他好文   时间:2017-03-16 21:33:47    阅读次数:174
input同步标签内容——函数
html部分: <h3 class="font18" id="tit1">微蜂传媒电子商务有限公司</h3> <span class="font12"><i class="tp tp-weixind success pr5"></i>微信:<em id="weixin">wefga343463</e ...
分类:其他好文   时间:2017-03-16 21:32:26    阅读次数:296
一个找生日的小程序
public static void main(String[] args) { String set1 = "1 3 5 7\n" + "9 11 13 15\n" + "17 19 21 23\n" + "25 27 29 31"; String set2 = "2 3 6 7\n" + "10 ...
分类:其他好文   时间:2017-03-16 20:07:02    阅读次数:144
结对作业-基于GUI的四则运算
一、需求分析 1、题目要求: 我们在个人作业1中,用各种语言实现了一个命令行的四则运算小程序。进一步,本次要求把这个程序做成GUI(可以是Windows PC 上的,也可以是Mac、Linux,web,手机上的),成为一个有基本功能、一定价值的程序。在下面的功能需求中实现两个: 记录用户的对错总数, ...
分类:其他好文   时间:2017-03-15 11:41:32    阅读次数:186
iptables防火墙使用笔记
一、背景 每次WEB项目上线时总是要安装环境,其中免不了配置防火墙来允许外网访问。之前都是网上找教程比葫芦画瓢把开启80端口命令敲一下就不管了。本着学习的精神,今天打算好好研究一下iptables配置,并作笔记以便之后查看。只求明白即可,具体深入原理啥的就算了。 注:centos7默认防火墙改为fi ...
分类:其他好文   时间:2017-03-15 00:26:28    阅读次数:239
placeholder样式
::-webkit-input-placeholder{} /* 使用webkit内核的浏览器 */ :-moz-placeholder{} /* Firefox版本4-18 */ ::-moz-placeholder{} /* Firefox版本19+ */ ::-moz-placeholder{ ...
分类:其他好文   时间:2017-03-14 19:41:08    阅读次数:126
LeetCode:Continuous Subarray Sum
523. Continuous Subarray Sum Add to List Given a list of non-negative numbers and a target integer k, write a function to check if the array has a con ...
分类:其他好文   时间:2017-03-14 13:39:48    阅读次数:199
用 Qt 的 QAudioOutput 类播放 WAV 音频文件(使用了libsndfile外部库)
用 Qt 的 QAudioOutput 类播放 WAV 音频文件 最近有一个项目,需要同时控制 4 个声卡播放不同的声音,声音文件很简单就是没有任何压缩的 wav 文件。 如果只是播放 wav 文件,那么 Qt 里简单的 QSound 类是最适合的。但是 QSound 有一个很大的缺陷就是无法选择用 ...
分类:其他好文   时间:2017-03-14 00:34:33    阅读次数:905
HTML5 使用小结
1.html5新增的常用元素 (a) <article.../>代表独立完整的一遍文章 (b)<section.../>对页面内容进行分块 (c)<nav.../>专门用于定义页面上的导航条 (d)<aside.../>定义附属信息 (e)<header.../>定义文章头部信息 (f)<foote ...
分类:Web程序   时间:2017-03-14 00:14:23    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!