/*忘记密码了,路由器密码破解,按CTRL+C进入monitor模式,delstartup,重启即可*//*给路由器取个小名*/hostnameluyouMp2600E/*给路由器加个加密密码*/enablepasswordytbl9936!encrypt/*给路由器加个旗标*/bannermotd^-------------MP2600E(TEL:208993!)------------^/*设置访问..
分类:
其他好文 时间:
2016-10-08 21:14:19
阅读次数:
180
<form action="3.html">email:<input type="email" name="email" required="">网址<input type="url" required="">输入手机号码:<input type="tel" required=""><input t ...
分类:
Web程序 时间:
2016-10-03 19:13:56
阅读次数:
153
<p> 电话: <a href="tel:电话">电话</a> </p> <p> 邮箱: <a href="http://mailto:邮箱">邮箱</a> </p> <p> 网址: <a href="http://网址">网址</a> </p> ...
分类:
Web程序 时间:
2016-09-29 21:16:40
阅读次数:
159
$.ajax({ type: "get", url: "http://liuy.cuour.org/Home/Nsave", data: { "UName": UName, "Tel": Tel, "RegisterUrl": RegisterUrl, "ProvinceID": ProvinceI ...
分类:
Web程序 时间:
2016-09-14 15:16:30
阅读次数:
185
1.url: <input type="url"/> 2.搜索框 :search <input type="search"/> 3.电话号码输入框:tel <input type="tel"/> 4.数值输入框:number <input type="number" step="0.1" min=" ...
分类:
Web程序 时间:
2016-09-12 15:46:21
阅读次数:
196
iOS常用的打电话方式第一种:[[UIApplicationsharedApplication]openURL:[NSURLURLWithString:@"tel://1008611"]];第二种:UIWebView*webView;if(webView==nil){webView=[[UIWebViewalloc]init];}NSString*phoneStr=[NSStringstringWithFormat:@"tel://%@",@"1008611"];NSURL*u..
分类:
移动开发 时间:
2016-09-07 16:01:49
阅读次数:
226
在相应的代码中写入: 1、调用 电话phone [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://4008008288"]]; 2、调用自带 浏览器 safari [[UIApplication share ...
分类:
其他好文 时间:
2016-09-05 16:53:05
阅读次数:
134
1、导入测试数据库数据建库show databases;CREATE DATBASE easthome;建表 CREATE TABLE tj(name varchar(8),tel int(8));CREATE TABLE sex(name varchar(8),sex int(1));插入信息IN ...
分类:
数据库 时间:
2016-09-01 23:10:45
阅读次数:
350
调用拨号界面拨打电话(不直接打出去) Intent intent1= new Intent(Intent.ACTION_DIAL); intent1.setData(Uri.parse("tel:400-8181800")); startActivity(intent1); Manifest文件里: ...
分类:
移动开发 时间:
2016-08-24 12:33:04
阅读次数:
187
Febees.BlacklightFly.v4.9.5948 BacklightFly模式设计与输出光导板的背光模块软件。 QQ:16264558 电话TEL:13963782271 ifu.Hamburg.Umberto.NXT.CO2.v7.1.13.227 碳足迹管理Umberto NXT C ...
分类:
其他好文 时间:
2016-08-23 12:59:48
阅读次数:
391