码迷,mamicode.com
首页 >  
搜索关键字:telephone    ( 321个结果
PKU OJ 1002 487-3279
PKU OJ 1002 487-3279 487-3279 Description Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have... ...
分类:其他好文   时间:2016-04-10 21:33:27    阅读次数:357
图论(无向图的割顶):POJ 1144 Network
Network Description A Telephone Line Company (TLC) is establishing a new telephone cable network. They are connecting several places numbered by integ ...
分类:Web程序   时间:2016-04-04 22:31:18    阅读次数:154
POJ3662 Telephone Lines( dijkstral + 二分 )
POJ3662 Telephone Lines 题目大意:要在顶点1到顶点n之间建一条路径,假设这条路径有m条边,其中有k条边是免费的,剩余m-k条边是要收费的, 求这m-k条边中花费最大的一条边的最小花费. 让m条边中原本花费最大的k条边成为免费的边,则这时m-k条边中花费最大的一条边的花费最小. ...
分类:其他好文   时间:2016-04-03 17:21:35    阅读次数:218
ajax跨域请求
例子: $.ajax({ type: "get", async: false, url: "http://192.168.1.119:8089/login.ashx?telephone=18000000001&password=123456&jsoncallback=?", dataType: "j ...
分类:Web程序   时间:2016-04-01 20:25:28    阅读次数:138
禁用ios默认拨号链接样式
<meta name="format-detection" content="telephone=no" /> 添加到网页头部即可。
分类:移动开发   时间:2016-03-12 10:19:45    阅读次数:163
Meta标签中的format-detection属性及含义
format-detection翻译成中文的意思是“格式检测”,顾名思义,它是用来检测html里的一些格式的,那关于meta的format-detection属性主要是有以下几个设置:meta name="format-detection" content="telephone=no"meta na
分类:Web程序   时间:2016-02-26 12:15:05    阅读次数:162
CFSocket
Socket: CFSocket: Sockets are the most basic level of network communications. A socket acts in a similar manner to a telephone jack. It allows you to
分类:其他好文   时间:2016-01-28 16:50:13    阅读次数:172
Meta标签中的format-detection属性及含义
format-detection翻译成中文的意思是“格式检测”,顾名思义,它是用来检测html里的一些格式的,那关于meta的format-detection属性主要是有以下几个设置:metaname="format-detection"content="telephone=no"metaname=...
分类:Web程序   时间:2016-01-27 10:38:17    阅读次数:139
Meta标签中的format-detection属性及含义让IPHONE的数字可以改变颜色
format-detection翻译成中文的意思是“格式检测”,顾名思义,它是用来检测html里的一些格式的,那关于meta的format-detection属性主要是有以下几个设置:metaname="format-detection"content="telephone=no"metaname=...
分类:Web程序   时间:2016-01-22 21:10:33    阅读次数:141
Divide and conquer:Telephone Lines(POJ 3662)
电话线 题目大意:一堆电话线要你接,现在有N个接口,总线已经在1端,要你想办法接到N端去,电话公司发好心免费送你几段不用拉网线,剩下的费用等于剩余最长电话线的长度,要你求出最小的费用。 这一看又是一个最小化最大值的问题(也可以看成是...
分类:其他好文   时间:2016-01-20 01:02:56    阅读次数:229
321条   上一页 1 ... 17 18 19 20 21 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!