码迷,mamicode.com
首页 >  
搜索关键字:city    ( 3144个结果
省级选择器
<html> <head> <meta?charset="UTF-8"?/> <title>省级选择器</title> </head> <body> <select?class="province"> </select> <select?class="city"> </select> <script?src="jquery-2.0.3.m...
分类:其他好文   时间:2015-09-21 21:27:50    阅读次数:236
curl PHP 脚本例子
上网查了写资料写了个自己需要的PHP Curl函数,调用的是百度API获取数据:function getData($add) { $post_data = array( 'ak=kkkk', 'callback=renderOption', 'output=json', 'city=XXX, 'a....
分类:Web程序   时间:2015-09-20 20:22:09    阅读次数:177
hdu 3478 Catch(染色 dfs 或 bfs )
Problem DescriptionA thief is running away!We can consider the city where he locates as an undirected graph in which nodes stand for crosses and edges...
分类:其他好文   时间:2015-09-18 18:00:26    阅读次数:203
WPF入门教程系列十九——ListView示例(一)
经过前面的学习,今天我做一个比较综合的WPF程序示例,主要包括以下功能: 1) 查询功能。从数据库(本地数据库(local)/Test中的S_City表中读取城市信息数据,然后展示到WPF的Window上的一个ListView上。 2) 数据联动功能。当鼠标左键选中ListView中的...
分类:Windows程序   时间:2015-09-18 15:30:16    阅读次数:451
MJExtension使用
数据是在聚合数据上请求下来的:请求部分的代码-(void)requestData{ NSString *httpUrl = @"http://apis.baidu.com/heweather/weather/free"; NSString *httpArg = @"city=beijing"; .....
分类:其他好文   时间:2015-09-17 13:06:42    阅读次数:529
leetcode 218: The Skyline Problem
The Skyline ProblemTotal Accepted: 1071 Total Submissions: 6525A city's skyline is the outer contour of the silhouette formed by all the buildings in ...
分类:其他好文   时间:2015-09-16 15:31:19    阅读次数:243
联合县城市,采用ajax,而使用ul模拟select下拉
接待处代码js//采用jquery展示鼠标放到省ul下拉显示$("#province").hover(function(){ $("#province ul").toggle(); })//使用jquery效果展示鼠标放到城市的ul下拉展示 $("#city").hover...
分类:Web程序   时间:2015-09-16 14:13:50    阅读次数:149
POJ 1806 Currency Exchange
Description:Several currency exchange points are working in our city. Let us suppose that each point specializes in two particular currencies and perf...
分类:其他好文   时间:2015-09-16 12:06:49    阅读次数:214
Combine Two Tables[leetcode]
#?Write?your?MySQL?query?statement?below #select?a.FirstName?,?a.LastName?,?b.City?,?b.State?from?Person?as?a?,?Address?as?b?where?a.PersonId?=?b.AddressId?; select?a.Fir...
分类:其他好文   时间:2015-09-16 10:58:29    阅读次数:199
javascript数据缓存
if(!self.hotCityPrice[city]) { $.ajax({ type: 'GET', url: self.hotCityUrl, dat...
分类:编程语言   时间:2015-09-15 18:02:33    阅读次数:168
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!