码迷,mamicode.com
首页 >  
搜索关键字:builder    ( 3036个结果
弹框--更新下载--安装
1 /** 2 * show出对话框 3 */ 4 private void showUpdataDialog() { 5 AlertDialog.Builder builder = new Builder(this); 6 bu...
分类:其他好文   时间:2014-09-27 18:45:20    阅读次数:244
第九讲 镜头拉近死机故障
第八讲 程序 debug 会出问题,release 不会出问题在调用geos.dll时出错查看osgearth生成时的cmake目录,会发现GEOS_LIBRARY_DEBUG目录选的是019.Earth/builder/runtime/geos3.3.2/bin/geos_i.lib 选错了 应该...
分类:其他好文   时间:2014-09-26 22:11:08    阅读次数:199
Notification.Builder的使用
1 NotificationManager notificationManager=(NotificationManager) getSystemService(NOTIFICATION_SERVICE);//获取系统服务 2 Not...
分类:其他好文   时间:2014-09-26 20:03:28    阅读次数:174
判断网络连接并跳到设置界面
if (isConnect(this)==false) { final AlertDialog dlg = new AlertDialog.Builder(this).create(); dlg.show(); Window window = dlg.getWindow(); window.setContentView(R.layout.shrew_exit_dialog)...
分类:其他好文   时间:2014-09-26 13:58:18    阅读次数:189
java设计模式_建造者模式
/** ?*? ?*/ package?com.wangbiao.design.builder; import?java.util.ArrayList; import?java.util.Iterator; import?java.util.List; /** ?*?@Title:?Product.java ?*?@Package?com.wangbiao.de...
分类:编程语言   时间:2014-09-26 11:51:19    阅读次数:210
android AlertDialog设置点击button不退出(转)
转载于http://blog.csdn.net/csh159/article/details/8127280使用的是java里面的反射机制:dialog = new AlertDialog.Builder(MainActivity.this); dialog.setTitle("输入用户名:");....
分类:移动开发   时间:2014-09-26 10:33:48    阅读次数:228
Android开发-- 简单对话框
1 final Builder builder = new AlertDialog.Builder(this); 2 builder.setIcon(R.drawable.appicns_folder_smart); 3 builder.setTitle("Normal Dialog"); 4 b....
分类:移动开发   时间:2014-09-25 19:45:57    阅读次数:219
第七讲
获取shp文件国家基础地理信息系统http://nfgis.nsdi.gov.cn/nfgis/chinese/c_xz.htm china.shp----》目前此网站不可用 360云盘->001.shpData019.Earth\builder\runtime\osgearth\data\ -> ...
分类:其他好文   时间:2014-09-25 19:32:57    阅读次数:199
第六讲
原始文件: builder->data->image->globe->globel.tif builder->data->heightfield->30m.tif创建文件: builder->earthfile->china-simple.earth 在其中写入xml格式语句创建缓存: o...
分类:其他好文   时间:2014-09-25 16:53:19    阅读次数:246
Flash Builder快捷键
代码助手:Ctrl+Space(简体中文操作系统是Alt+/)快速修正:Ctrl+1单词补全:Alt+/打开外部Java文档:Shift+F2显示搜索对话框:Ctrl+H快速Outline:Ctrl+O打开资源:Ctrl+Shift+R打开类型:Ctrl+Shift+T显示重构菜单:Alt+Shif...
分类:其他好文   时间:2014-09-24 17:28:17    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!