1.拨打电话 1 2 3 public static void call(Context context, String phoneNumber) { context.startActivity(new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + ph
分类:
移动开发 时间:
2016-02-13 21:57:43
阅读次数:
313
QQ:16264558 TEL:13963782271
GET /hello/fred/0926xxx572 app.get('/hello/:name/:tel', function(req, res) { console.log(req.params.name); console.log(req.params.tel);});req.params.x
分类:
其他好文 时间:
2016-02-12 12:48:28
阅读次数:
165
QQ:16264558 TEL:13963782271
--建测试表 CREATE TABLE T_UserInfo ( Userid varchar(20), UserName varchar(20), RegTime datetime, Tel varchar(20), ) --插入测试数据 DECLARE @I INT DECLARE @ENDID
分类:
数据库 时间:
2016-01-30 02:10:00
阅读次数:
246
TelephonyManager tm = (TelephonyManager) this.getSystemService(Context.TELEPHONY_SERVICE); String imei = tm.getDeviceId(); //取出IMEI String tel = tm.ge
分类:
移动开发 时间:
2016-01-27 19:31:30
阅读次数:
290
QQ:16264558 TEL:13963782271
在调试Oracle一个查询语句时出现:未明确定义列在这种情况下有可能存在的问题不是字段重命名的问题,而是在查询的列中有重复的列。例如:selectA.*,rownummynumfrom(selectID,NAME,AGE,SEX,ADDR,TEL,AGEfromSTUDENTwhereSEX=‘1‘--语句1)whererownum<=20--语句2在这种情况下..
分类:
数据库 时间:
2016-01-26 12:40:13
阅读次数:
636
QQ:16264558 TEL:13963782271
adb shell am start -a android.intent.action.CALL -d tel:555-5555mount -o rw,remount /dev/block/platform/msm_sdcc.1/by-name/system /system adb shell se...
分类:
其他好文 时间:
2016-01-25 20:55:43
阅读次数:
465