码迷,mamicode.com
首页 >  
搜索关键字:dial    ( 729个结果
调用系统程序
拨打电话1 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:"2 + "4006-513520"));3 startActivity(inten...
分类:其他好文   时间:2014-08-01 18:38:32    阅读次数:207
配置Hibernate的二级缓存
1.在applicationContex.xml文件里面添加二级缓存配置: com/persia/model/Person.hbm.xml hibernate.dialect=org.hibernate.dial...
分类:系统相关   时间:2014-07-24 22:18:23    阅读次数:282
Android转载一:Android文件命名规范
REF:http://blog.csdn.net/gulianchao/article/details/23391651(一) Layout命名1.contentview命名:activity_功能模块.xml例如:activity_main.xml、activity_more.xml2.Dial....
分类:移动开发   时间:2014-07-23 16:22:21    阅读次数:234
VC获得本机网络连接状态
/本机网络连接类型(成功)#defineNET_TYPE_RAS_DIAL_UP_CONNECT_NET0x01//上网类型:采用RAS拨号连接上网0x01#defineNET_TYPE_LAN_CONNECT_NET0x02//上网类型:采用网卡通过局域网上网0x02#defineNET_TYPE...
分类:其他好文   时间:2014-07-22 22:49:52    阅读次数:324
Intent 用法全面总结
调用拨号程序      // 给移动客服10086拨打电话 Uri uri = Uri.parse("tel:10086"); Intent intent = new Intent(Intent.ACTION_DIAL, uri); startActivity(intent); 发送短信或彩信      // 给10086发送内容为“Hello”的短信 Uri uri = Uri.par...
分类:其他好文   时间:2014-07-21 11:34:44    阅读次数:285
【Android】利用MediaRecorder实现录音对讲功能
看到QQ,微信都有对讲功能,多高大上啊,咋们也来弄一个看看效果。。 这就是效果啦!然后贴代码: package cn.com.zte.uc.ui; import java.io.IOException; import java.util.Timer; import java.util.TimerTask; import android.app.Dial...
分类:移动开发   时间:2014-07-01 11:17:25    阅读次数:488
crushed and grinded by roller
The materials will be driven to the edge of dial by centrifugal force and fall down into the ring, crushed and grinded by roller, and become powder af...
分类:其他好文   时间:2014-06-11 12:22:35    阅读次数:330
wpf window set window的owner
[DllImport("user32.dll")]publicstaticexternIntPtrGetAncestor(IntPtrhWnd,intflags);vardialog=newC1ImageDialog(); window=newWindow();window.Content=dial...
分类:Windows程序   时间:2014-05-26 22:24:19    阅读次数:762
729条   上一页 1 ... 71 72 73
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!