码迷,mamicode.com
首页 >  
搜索关键字:INDEX SCAN    ( 41471个结果
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
Joomla的Url中去除index.php
最近在研究Joomla系统(一个著名的CMS系统),安装之后发现页面的URL中始终有一个index.php存在,感觉非常碍眼,决心将其除之而后快,废话少说,下面以2.5版本为例奉上去除步骤。1.登录管理后台,在“Site”->“GlobalConfiguration”->“Site”中的“SEOSettings”中全..
分类:Web程序   时间:2014-05-12 03:31:36    阅读次数:414
Java Tutorial
http://www.tutorialspoint.com/java/index.htm
分类:编程语言   时间:2014-05-12 01:56:12    阅读次数:244
UVA 417 - Word Index(数论)
题意:417 - Word Index 题意:每个字符串按题目中那样去映射成一个数字,输入字符串,输出数字 思路:这题还是比较水的,由于一共只有83000多个数字,所以对应一个个数字去映射就可以了,注意字符串进位的情况处理即可 代码: #include #include #include #include using namespace std; char str[10]; ma...
分类:其他好文   时间:2014-05-11 20:49:23    阅读次数:428
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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!