码迷,mamicode.com
首页 >  
搜索关键字:city    ( 3144个结果
sql datalength与len区别用法
len ( string_expression )参数:要计算的字符串len() 函数len 函数返回文本字段中值的长度。sql len() 语法select len(column_name) from table_name我们希望取得 "city" 列中值的长度。我们使用如下 sql 语句:sel...
分类:数据库   时间:2014-10-28 23:46:40    阅读次数:266
URAL 2014 Zhenya moves from parents
2014. Zhenya moves from parentsTime limit: 1.0 secondMemory limit: 64 MBZhenya moved from his parents’ home to study in other city. He didn’t take any...
分类:其他好文   时间:2014-10-28 21:30:47    阅读次数:264
Elevator
Problem DescriptionThe highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at wh...
分类:其他好文   时间:2014-10-27 17:29:51    阅读次数:170
区号数据库
由于最近用到省市区号查询,但是在网上搜索很长时间,没有现成的数据库,只有码表,无奈之下,只能下载个码表,写个小程序跑出来个所需码表库。现帖下,希望节省下有相同需求的人的时间。insert into t_city(id,code,name,pcode)values(1,'0100','北京市','.....
分类:数据库   时间:2014-10-24 18:32:54    阅读次数:382
【云迁移论文笔记】A Comparison of On-premise to Cloud Migration Approaches
A Comparison of On-premise to Cloud Migration Approaches Author Info: Claus Pahl senior lecturer at the School of Computing at Dublin City University ...
分类:移动开发   时间:2014-10-24 00:18:02    阅读次数:394
【云迁移论文笔记】Cloud Migration Research:A Systematic Review
Cloud Migration Research:A Systematic Review Author Info: Pooyan Jamshidi PhD Postdoctoral Researcher Dublin City University · School of Computing Maj...
分类:其他好文   时间:2014-10-23 23:58:51    阅读次数:687
Yii多条数据展示挂件之CGridView
Yii多条数据展示挂件CGridView的简单使用第一种:在User的控制器中public function actionIndex() { $criteria = new CDbCriteria(); //关联关系 $criteria -> with = array('city'...
分类:其他好文   时间:2014-10-23 14:02:03    阅读次数:256
1703
Find them, Catch themTime Limit:1000MSMemory Limit:10000KTotal Submissions:32225Accepted:9947DescriptionThe police office in Tadu City decides to say ...
分类:其他好文   时间:2014-10-22 23:27:56    阅读次数:266
City Skyline
题目大意:(poj 3044)给出城市的正视图,所有的大楼都是矩形,给出正视图每个高度改变时的坐标,问最少有多少大楼。一共N个矩形,N<=50000解题过程:首先可以把问题转化一下:有N块木板要粉刷,每次只能刷矩形,并且矩形要挨着地面,也不能刷到外面,最少刷多少次。题目给出的每块木板的宽度其实是木有...
分类:其他好文   时间:2014-10-22 14:28:52    阅读次数:175
BZOJ1645 [Usaco2007 Open]City Horizon 城市地平线
本来想打线段树的说。。。就是把坐标离散化了,然后区间最大求和即可。。。后来觉得有点烦的说(silver题就要线段树。。。),于是看了下usaco的题解,发现了个高端的东西:善用STL里的容器和迭代器就可以了。以下就是高端程序: 1 /*********************************...
分类:其他好文   时间:2014-10-21 17:15:11    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!