码迷,mamicode.com
首页 >  
搜索关键字:index    ( 33545个结果
WPF WebBrowser
XAMLButtonXAM.CSprivatevoidbutton1_Click(objectsender,RoutedEventArgse){webBrowser1.Navigate(newUri("http://w2i.wanmei.com/launcher/index.htm"));}xaml...
分类:Web程序   时间:2014-05-12 13:35:37    阅读次数:529
uva11464 偶矩阵,推理题
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=&problem=2459 明天省赛,所以今天做几道所谓水题,可惜这个题因为输出写错WA了很久,,, 如果直接枚举矩阵所有的位置是否改变,那么时间复杂度是承受不住的 这道题让我学到的,就是: ...
分类:其他好文   时间:2014-05-12 07:10:08    阅读次数:374
Java Tutorial
http://www.tutorialspoint.com/java/index.htm
分类:编程语言   时间:2014-05-12 01:56:12    阅读次数:244
jquery tag页签切换
$(document).ready(function () { var tag=$(".tags"); tag.mouseover(function(){ $(this).addClass("tagOn").siblings().removeClass("tagOn"); var index ...
分类:Web程序   时间:2014-05-11 18:22:45    阅读次数:415
LeetCode--Search Insert Position
Search Insert Position  Total Accepted: 14091 Total Submissions: 41005My Submissions Given a sorted array and a target value, return the index if the target is found. If not, return the in...
分类:其他好文   时间:2014-05-11 05:53:03    阅读次数:241
WebService的相关使用
最近公司项目使用WebService ,这里简单做个总结。 公共接口很多:http://www.webxml.com.cn/zh_cn/index.aspx 这里使用获取天气接口: 直接上代码吧。比较简单,由于时间关系,没有详细做。但是大体上如何使用应该还是可以看的出来。但,还是研究比较深要好点。 项目结构图: package com.example.ut...
分类:Web程序   时间:2014-05-11 03:29:20    阅读次数:534
HLG 1039 修路 (二分+贪心)
链接:http://acm.hrbust.edu.cn/index.php?m=ProblemSet&a=showProblem&problem_id=1039 Description 前段时间,某省发生干旱,B山区的居民缺乏生活用水,现在需要从A城市修一条通往B山区的路。假设有A城市通往B山区的路由m条连续的路段组成,现在将这m条路段承包给n个工程队(n ≤ m ...
分类:其他好文   时间:2014-05-11 02:35:40    阅读次数:369
当filter使用函数而非选择器来过滤元素时的一个有趣的地方
JQuery官方API关于filter方法的介绍有这么一个实例: 也就是说除了常规的使用.filter(selector)的方式来过滤内容外,我们还可以使用.filter(function(index) { ....//判断语句,返回Boolean值})的方式来实现所需功能。需要了解的是这里的fun...
分类:其他好文   时间:2014-05-10 07:20:01    阅读次数:318
phpstorm 和web storm汉化
http://www.jincaimao.com/cms-phpstorm-index.htmlphpStorm汉化方法:B1).找到X:\Program Files\JetBrains\PhpStorm\lib\resources_en.jarB2).复制一份为resources_cn.jar用r...
分类:Web程序   时间:2014-05-10 06:48:57    阅读次数:510
层不能跨框架(包括TEXTAREA)显示的解决办法
层不能跨框架(包括TEXTAREA)显示的解决办法 这个问题尤其在写菜单的时候经常遇到,即:一个页面内的“层”无论z-index设的多么大,只要遇到框架等便被截了:( 其实解决办法很简单,在要跨框架的层里加入即可解决: aaaaaaaaaaa...
分类:其他好文   时间:2014-05-10 03:35:20    阅读次数:230
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!