码迷,mamicode.com
首页 >  
搜索关键字:produced    ( 169个结果
使用prototype扩展的JavaScript常用函数库
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 /** * 检索数组元素(原型扩展或重载) * @param {o} 被检索的元素值 * ...
分类:编程语言   时间:2014-07-28 14:41:43    阅读次数:349
GridView中实现全选与取消全选,以便同时删除多条数据
我们项目后台操作中不可避免的会有同时删除多项的操作,本文实现的就是当点击全选时,选定当前页中所有项,当取消了某一项的选定,则“全选”CheckBox的checked也为false;然后在后台中取到所选定的项的ID,实现同时删除多项的功能。前台代码Code highlighting produced ...
分类:其他好文   时间:2014-07-19 18:08:23    阅读次数:242
UVA - 10273 Eat or Not to Eat?
Description Problem E Eat or not to Eat? Input: Standard Input Output: Standard Output A young farmer has N cows, but they produced really really a very very small amount of milk. John ca...
分类:其他好文   时间:2014-07-19 08:09:15    阅读次数:296
Asp.Net长文件名下载的问题和解决办法
在Asp.Net中写了一个附件上传和下载的程序,附件上传到数据库中,然后将附件的GUID保存起来,我们可以根据GUID来找到数据库中的附件,一般附件下载的代码是: Code highlighting produced by Actipro CodeHighlighter (freeware) ht....
分类:Web程序   时间:2014-06-25 13:19:53    阅读次数:214
OpenLayers访问WTMS服务及添加Googlemap
1、访问WMS服务首先需要发布WMS服务,才能进行地图WMS服务访问。这里不说怎么发布WMS服务,直接看怎么调用,代码如下:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighli...
分类:其他好文   时间:2014-06-23 07:28:49    阅读次数:537
Professional Manufacturer of Small Jaw Crushers in Henan
The small jaw crusher is a kind of new product designed and produced for the primary crushing of mineral ores, coal, construction, metallurgic, glass,...
分类:其他好文   时间:2014-06-13 06:34:11    阅读次数:282
[LeetCode] Palindrome Partitioning II [12]
题目:For example, given s = "aab", Return 1 since the palindrome partitioning ["aa","b"] could be produced using 1 cut 解题思路:给一个字符串,如果字符串可以划分成若干子回文字符串,返回最小的划分数量。 这个题如果还用之前求所有划分组合的循环加递归方法的话,就会得到超时的错误。这是就要考虑别的方法,动态规划倒是一个不错的方法,但是动态规划最重要的是要找到动态方程。本题的动态方程: dp[i] =...
分类:其他好文   时间:2014-06-08 14:56:58    阅读次数:257
System.Web.Routing入门及进阶 下篇
上面介绍的是最简单的一种定义方式。当然我们可以建立更复杂的规则。其中就包括设定规则的默认值以及设定规则的正则表达式。UrlRouting高级应用预计效果:Code highlighting produced by Actipro CodeHighlighter (freeware)http://ww...
分类:Web程序   时间:2014-05-31 21:01:40    阅读次数:297
php和js对数据库图片进行等比缩放
JS 对某图片的等比缩放 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 最新javascript自动按比例显示图片,按比例压缩图片显示 function AutoResizeImage(maxWidth,max...
分类:数据库   时间:2014-04-29 13:14:22    阅读次数:440
169条   上一页 1 ... 15 16 17
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!