码迷,mamicode.com
首页 >  
搜索关键字:inpu    ( 7831个结果
leetcode 88 Merge Sorted Array
Given two sorted integer arrays nums1 and nums2, merge nums2 intonums1 as one sorted array. Note: You may assume that nums1 has enough space (size tha ...
分类:其他好文   时间:2017-06-25 12:04:33    阅读次数:213
codevs1358棋盘游戏(状压dp)
1358 棋盘游戏 时间限制: 1 s 空间限制: 64000 KB 题目等级 : 大师 Master 1358 棋盘游戏 1358 棋盘游戏 时间限制: 1 s 空间限制: 64000 KB 题目等级 : 大师 Master 时间限制: 1 s 时间限制: 1 s 空间限制: 64000 KB 空 ...
分类:其他好文   时间:2017-06-25 11:10:08    阅读次数:264
JUquery 不能使用animate
我们知道jQuery几乎是我们最常用的javascript库了,不过尽管他自己本身拥有大量的特效,但却仍然缺少一些动画效果。比如说,颜色、背景颜色的变换。 animate一般只支持大小,位置,透明度的变化 今天看到新浪微博在微博发布框无内容时,点击发布按钮,发布框会有背景颜色闪烁,产生警示的效果,友 ...
分类:其他好文   时间:2017-06-25 10:02:36    阅读次数:276
[LeetCode] Minimum Factorization 最小因数分解
Given a positive integer a, find the smallest positive integer b whose multiplication of each digit equals to a. If there is no answer or the answer i ...
分类:其他好文   时间:2017-06-25 10:01:45    阅读次数:196
1291 火车线路
1291 火车线路 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 大师 Master 1291 火车线路 1291 火车线路 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 大师 Master 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 大 ...
分类:其他好文   时间:2017-06-24 22:41:36    阅读次数:187
javaScript基础知识学习总结
javaScript 总结 1 Javascript的基本功能 <1>写入HTML输出 document.write("<h1>This is a heading</h1>"); <2>对事件作出反应 <button type="button" onclick="alert('Welcome!')" ...
分类:编程语言   时间:2017-06-24 20:59:26    阅读次数:146
MVC排球计分(六)——视图设计
volleyballContrallor控制器中的方法的视图 play.cshtml add.cshtml index.cshtml totallContrallor控制器中的方法的视图 play.cshtml add.cshtml ...
分类:Web程序   时间:2017-06-24 20:48:49    阅读次数:224
拦截器
Struts2 拦截器详细配置过程 1:所有拦截器的超级接口Interceptor ,Action去实现这个接口; Interceptor 它其中有三个方法(init(),destroy() ,interceptor()): Init()方法:在服务器起动的时候加载一次,并且只加载一次; Destr ...
分类:其他好文   时间:2017-06-24 18:36:02    阅读次数:130
Spring+Hibernate+Struts2整合之实现登录功能
软件152 刘安民 前端代码: 登录的action: 登录的service: 登录的DAO: 配置struts.xml: 配置applicationContext.xml: ...
分类:编程语言   时间:2017-06-24 17:14:05    阅读次数:183
一个页面多个iframe赋值
先在页面上设置一个元素: <input type=”hidden” id=”content” value={$content}> 使用前端技术获取父页面的值: ...
分类:其他好文   时间:2017-06-24 12:37:05    阅读次数:130
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!