码迷,mamicode.com
首页 >  
搜索关键字:city    ( 3144个结果
学习级联函数的心得
昨天看了某学院讲级联函数的视频,没看明白,在网上找了个级联函数实例来琢麽,是一个省会和城市级联的下拉菜单列表。html和js如下: 省份与省市级联 然后js是这样:var sity;city=new Array(34);city[0]=new Array(19);city[0][0]="北京";c....
分类:其他好文   时间:2015-08-13 22:11:49    阅读次数:169
数据库操作符
in操作符,在可选范围内查找数据:1 USE test;2 -- 可以选取指定值,在...中3 SELECT * FROM city WHERE `Name` in ('Kabul','Herat')BETWEEN操作符:1 USE test;2 SELECT * FROM city WHERE I...
分类:数据库   时间:2015-08-13 21:44:37    阅读次数:165
数据库操作,复制表
整理自:http://blog.51yip.com/mysql/1311.html显示创建表的信息:1 USE world;2 SHOW CREATE TABLE city;显示表结构信息:1 CREATE TABLE `city` (2 `ID` int(11) NOT NULL AUTO_I.....
分类:数据库   时间:2015-08-13 20:00:54    阅读次数:121
Fire Net HDU杭电1045【DFS】
Problem Description Suppose that we have a square city with straight streets. A map of a city is a square board with n rows and n columns, each representing a street or a piece of wall.  A block...
分类:Web程序   时间:2015-08-13 18:14:34    阅读次数:104
hdu 3416 Marriage Match IV (最短路+最大流)
hdu 3416 Marriage Match IVDescription Do not sincere non-interference。 Like that show, now starvae also take part in a show, but it take place between city A and B. Starvae is in city A and girls are...
分类:其他好文   时间:2015-08-13 12:20:52    阅读次数:118
【 D3.js 入门系列 --- 9.6 】 生产的包图
我的个人博客是:www.ourd3js.com csdn博客为:blog.csdn.net/lzhlzz 转载请注明出处,谢谢。 打包图( Pack )。用于包括与被包括的关系,也表示各个对象的权重,通经常使用一圆套一圆来表示前者,用圆的大小来表示后者。 先看本节所使用的数据: city...
分类:Web程序   时间:2015-08-12 21:27:31    阅读次数:225
Fire Net
Fire NetTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 1045DescriptionSuppose that we have a square city wi...
分类:Web程序   时间:2015-08-11 20:57:16    阅读次数:127
省市区三级联动下拉框+数据绑定
1.视图代码 @Html.HiddenFor(m => m.Province) @Html.HiddenFor(m => m.City) ...
分类:其他好文   时间:2015-08-11 11:50:20    阅读次数:152
WPF ListView展示层叠信息
通常我们在ListView中展示一列同类数据,例如城市名称。不过可以对ListView的DataTemplate稍作修改,让其显示层叠信息。例如:需要在ListView中显示省份和省份对应的城市名称。首先准备基础类,City类: public class City : ViewModeBase...
分类:Windows程序   时间:2015-08-10 19:33:10    阅读次数:174
HDU 1045 Fire Net(缩点求最大匹配)
Problem Description:Suppose that we have a square city with straight streets. A map of a city is a square board with n rows and n columns, each repres...
分类:Web程序   时间:2015-08-10 19:32:21    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!