Treasure Hunt IITime Limit: 2 Seconds Memory Limit: 65536 KBThere are n cities(1, 2, ... ,n) forming a line on the wonderland. city i and city i+1 ...
分类:
其他好文 时间:
2014-08-26 21:26:16
阅读次数:
531
1.mysql的表引擎分为myisam & innodbmysiam 查询速度 比innodb 快,但是不支持事物好像myisam 不支持行锁2.有时间了 把两种引擎做个对比 ,画个表格3.修改表的引擎sql: alter table t_basic_city engine=innodb;
分类:
数据库 时间:
2014-08-26 18:56:26
阅读次数:
221
Problem D: Airport ExpressIn a small city called Iokh, a train service,Airport-Express, takes residents to the airport more quickly than other transpo...
分类:
其他好文 时间:
2014-08-26 17:00:26
阅读次数:
210
//
// LocationTool.m
// 帅哥_团购
//
// Created by beyond on 14-8-22.
// Copyright (c) 2014年 com.beyond. All rights reserved.
//
#import "LocationTool.h"
#import
#import "City.h"
#import "MetaDataT...
分类:
移动开发 时间:
2014-08-25 21:13:54
阅读次数:
219
题目大意:
给出各个房子阴影的长度(以区间表示)和高度,求阴影的总面积。
解题思路:矩形面积并。
下面是代码:
#include
#include
#include
//#include
#include
#include
#include
#include
#include
#include
#include
#define eps 1e-8
#d...
分类:
其他好文 时间:
2014-08-25 08:46:44
阅读次数:
227
问题:有如下数据文件 city.txt (id, city, value)cat city.txt1 wh 5002 bj 6003 wh 1004 sh 4005 wh 2006 bj 1007 sh 2008 bj 3009 sh 900需要按 city 分组聚合,然后从每组数据中取出前两条va...
分类:
其他好文 时间:
2014-08-22 22:25:40
阅读次数:
455
这是天气json的数据,这里是链接,json的数据接口 http://m.weather.com.cn/data/101010100.htmljson的数据格式{"weatherinfo":{"city":"北京","city_en":"beijing","date_y":"2014年3月4 日",...
分类:
Web程序 时间:
2014-08-22 12:44:06
阅读次数:
227
<?php
function getweather($city){
$url="http://www.weather.com.cn/weather1d/".$city.".shtml";
$result=file_get_contents($url);
$arr=explode("",$result);
$arr1=explode("",$arr[1]);
$wt= mb...
分类:
Web程序 时间:
2014-08-19 09:26:13
阅读次数:
165
方法一代码如下: 浙江 上海 北京 entries="@array/city_name"指定数组资源方法二适配器设置: @Override protected void onCreate(Bundle savedInstanceState)...
分类:
其他好文 时间:
2014-08-19 00:47:03
阅读次数:
350
腾讯 http://sou.qq.com/online/get_weather.php?callback=Weather&city=南京 中国天气-weather.com.cn http://61.4.185.48:81/g/ (根据IP查询城市ID) http://m.weather.com.cn...