打电话:Intentintent=newIntent(Intent.ACTION_DIAL);intent.setData(Uri.parse("tel:10086"));startActivity(intent);发短信:SmsManagersmsManager=SmsManager.getDefault();//取得短信管理器 /**发简单的文本信息 *destinationAddress:目标地址,发给谁 *scAddress:来源..
分类:
移动开发 时间:
2015-12-25 23:58:10
阅读次数:
388
-- Create tablecreate table CONTACTS( id NUMBER not null, name VARCHAR2(10) not null, tel VARCHAR2(8) not null, groupid NUMBER not nul...
分类:
其他好文 时间:
2015-12-24 23:54:39
阅读次数:
573
Oracle数据库建表contacts表-- Create tablecreate table T_CONTACTS( id NUMBER not null, name VARCHAR2(20) not null, tel VARCHAR2(15) not null, ...
分类:
其他好文 时间:
2015-12-24 13:28:42
阅读次数:
162
数据库表:1.联系人表 contacts 1 -- Create table 2 create table CONTACTS 3 ( 4 id NUMBER not null, 5 name VARCHAR2(20) not null, 6 tel NVARCHA...
分类:
其他好文 时间:
2015-12-24 00:26:11
阅读次数:
223
QQ:16264558 TEL:13963782271
select s.Id,s.Tel,s.Name,sc.Name schoolName,m.Name majorName,sum(p.P_Price) counterfrom payTrace as p, studentI as s,Major m,School scwhere s.Id=p.P.....
分类:
数据库 时间:
2015-12-22 16:04:12
阅读次数:
165
HTML5新增加了很多input元素类型,比如color,date,datetime,datetime-local,email,month,number,range,search,tel,time,url,week等。通过以下方法可以检测浏览器是否支持这些新的input类型:var i = docu...
分类:
Web程序 时间:
2015-12-21 21:32:44
阅读次数:
180
QQ:16264558 TEL:13963782271
QQ:16264558 TEL:13963782271
QQ:16264558 TEL:13963782271