1,HTML
2,CSS
3,JavaScript
4,JQuery
5,JSON
6,HTML DOM
7,AJAX
进阶教程:
1,Bootsrap
2,sea.js
3,node.js
4,AngularJS
5,prototype
6,CSS
7,HTML5
其他知识点
1,Python
2,Linux
设计思想
1,设计模式
2,MVC设计...
分类:
其他好文 时间:
2015-03-15 21:24:52
阅读次数:
171
20.寻找2D矩阵
给定一个从左到右从上到下递增的m*n矩阵,判断target是否在矩阵中
例:
[
[1, 3, 5, 7],
[10, 11, 16, 20],
[23, 30, 34, 50]
]
Target=3
返回:true
思路:二分查找
Code:
public class test {
public static boolean sea...
分类:
编程语言 时间:
2015-03-12 11:37:11
阅读次数:
186
seajs官网说:seajs是一个模块加载器,所以学习它并不难。在我的理解就是:本来我们是需要手动创建 script标签 引入 js文件的,但用seajs后,它就自动帮我们完成这些工作。这里只说实现原理,具体使用请看seajs官网:http://seajs.org/docs/下面总结一下:1. se...
分类:
Web程序 时间:
2015-03-11 19:28:45
阅读次数:
150
题目:Connect the CitiesTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 391 Accepted Submission(s): 139 Problem DescriptionIn 2100, since the sea leve...
分类:
其他好文 时间:
2015-03-10 21:28:14
阅读次数:
132
IntroductionAt the time when WPF applications do a very long process like getting response from a web server, download file from a distant server, sea...
DescriptionAssume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating ...
分类:
其他好文 时间:
2015-03-04 14:36:56
阅读次数:
151
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3665题意分析:以0为起点,求到Sea的最短路径。 所以可以N为超级汇点,使用floyd求0到N的最短路径。/*SeasideTime Limit: 2000/1000 MS (Java/Others) ...
分类:
其他好文 时间:
2015-02-25 11:38:36
阅读次数:
142
Problem Description
In 2100, since the sea level rise, most of the cities disappear. Though some survived cities are still connected with others, but most of them become disconnected. The government wants to build some roads to connect all of these cities ...
分类:
编程语言 时间:
2015-02-23 17:57:24
阅读次数:
271
微软近期Open的职位:Job DescriptionGroup: Search Technology Center Asia (STCA)/Search Ads - MTTitle: Software Engineer IILocation: Suzhou, ChinaThe R&D of Sea...
分类:
其他好文 时间:
2015-02-18 15:14:08
阅读次数:
176
Connect the CitiesTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 3371DescriptionIn 2100, since the sea leve...
分类:
其他好文 时间:
2015-02-13 14:40:39
阅读次数:
161