码迷,mamicode.com
首页 >  
搜索关键字:city    ( 3144个结果
hihoCoder - 1094 - Lost in the City (暴力枚举!!)
#1094 : Lost in the City 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Little Hi gets lost in the city. He does not know where he is. He does not know which direction is north. Fort...
分类:其他好文   时间:2015-02-04 09:30:13    阅读次数:181
thinkphp groupby demo
sql:select cityid,cityname from tsh_city where cityid in(select gs_cityid from tsh_greenschool group by gs_cityid); thinkphp: $subquery=M('greensch...
分类:Web程序   时间:2015-02-03 22:54:56    阅读次数:556
php输出json数组和json
function getCitys(){ $provinceid=trim($_REQUEST['province']); $citylist=M('city')->field('cityid,cityname')->where('provinceid ='.$provinceid)->sele.....
分类:编程语言   时间:2015-02-03 22:50:08    阅读次数:273
PostgreSQL导出sql脚本文件
命令如下:pg_dump -h 127.0.0.1 -p 5432 -U postgres --inserts -t city -f D:\city.sql LGBS少年,详细参数请看下图:
分类:数据库   时间:2015-02-02 19:41:25    阅读次数:299
(并查集) poj 1703
Find them, Catch themTime Limit:1000MSMemory Limit:10000KTotal Submissions:33284Accepted:10258DescriptionThe police office in Tadu City decides to say...
分类:其他好文   时间:2015-01-31 19:21:31    阅读次数:117
(中等) HDU 5046 Airport ,DLX+可重复覆盖+二分。
Description The country of jiuye composed by N cites. Each city can be viewed as a point in a two- dimensional plane with integer coordinates (x,y)...
分类:其他好文   时间:2015-01-31 14:18:03    阅读次数:278
uva 1335 Beijing Guards(二分)
uva 1335 Beijing Guards Beijing was once surrounded by four rings of city walls: the Forbidden City Wall, the Imperial City Wall, the Inner City Wall, and finally the Outer City Wall. Most of t...
分类:其他好文   时间:2015-01-31 12:41:54    阅读次数:234
Entity Framework + MySQL 使用笔记
添加: 1 using (var edm = new NorthwindEntities()) 2 3 { 4 5 Customers c = new Customers { CustomerID = "c#", City = "成都市", Address = "中国四川省", CompanyN.....
分类:数据库   时间:2015-01-31 12:01:49    阅读次数:286
POJ1860---Currency Exchange
Currency Exchange Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 21122   Accepted: 7572 Description Several currency exchange points are working in our city. ...
分类:其他好文   时间:2015-01-30 22:47:45    阅读次数:191
hihocoder #1094 : Lost in the City微软苏州校招笔试 12月27日 (建图不大【暴力枚举】 子图的4种形态 1Y )
#1094 : Lost in the City时间限制:10000ms单点时限:1000ms内存限制:256MB描述Little Hi gets lost in the city. He does not know where he is. He does not know which direc...
分类:其他好文   时间:2015-01-30 10:39:24    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!