目的是实现不同分辨率的终端上浏览网页的不同展示方式。 响应式设计的步骤: 1.设置meta标签 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" ...
分类:
其他好文 时间:
2017-01-19 18:07:53
阅读次数:
255
最近在使用jxl导出Excel文件时出现一个问题,就是当数据量比较多的时候,后天会提示“Warning:Maximumnumberofformatrecordsexceeded.Usingdefaultformat”,然后导出的Excel文件打开后会报错,导出失败。解决方案是更换一下jar包。
下载地址:
分类:
其他好文 时间:
2017-01-19 13:03:31
阅读次数:
175
效果体验:http://hovertree.com/texiao/jquery/93/竖直的主菜单贴着页面左侧,当光标移入菜单项时,以3D动画的方式弹出对应的二级菜单。采用jQuery和CSS3实现。支持Chrome,火狐,Edge等浏览器。效果图:代码如下: 对于代码中的jQuery事件,可以使用 ...
分类:
Web程序 时间:
2017-01-19 12:39:48
阅读次数:
289
Maximum Clique Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4114 Accepted Submission(s): 217 ...
分类:
其他好文 时间:
2017-01-17 20:06:36
阅读次数:
243
Given a binary array, find the maximum number of consecutive 1s in this array. Example 1: Note: The input array will only contain 0 and 1. The length ...
分类:
其他好文 时间:
2017-01-17 07:50:43
阅读次数:
229
<meta content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/> 1. width=device-width width:可视区域的宽度,值可为数字或关 ...
分类:
移动开发 时间:
2017-01-16 22:45:57
阅读次数:
1568
Given a binary array, find the maximum number of consecutive 1s in this array.Example 1:Input: [1,1,0,1,1,1] Output: 3 Explanation: The first two digi... ...
分类:
其他好文 时间:
2017-01-15 17:59:10
阅读次数:
814
摇一摇的实现需借助html5新增的devicemotion事件,获取设备在位置和方向上的改变速度的相关信息,通过加速度阈值,时间差控制实现摇一摇功能 ...
分类:
移动开发 时间:
2017-01-14 18:21:42
阅读次数:
443
strutsuploadfileactionclass struts配置文件 [html] view plaincopyprint? 1. 2. /FileUploadResult.jsp 3. /FileUpload.jsp 4. 5. 5000000 6. appl... ...
分类:
Web程序 时间:
2017-01-13 15:50:57
阅读次数:
246
Given a sequence of K integers { N1, N2, ..., NK }. A continuous subsequence is defined to be { Ni, Ni+1, ..., Nj } where 1 <= i <= j <= K. The Maximu ...
分类:
其他好文 时间:
2017-01-13 13:58:07
阅读次数:
172