privatevoidshowDialog(){ finalDialogdialog=newDialog(MainActivity.this,R.style.my_style); dialog.setContentView(R.layout.help); dialog.show(); ImageViewimgView=(ImageView)dialog.findViewById(R.id.p_w_picpathView_help); imgView.setOnClickListener(newOn..
分类:
移动开发 时间:
2014-10-22 18:32:15
阅读次数:
157
ProgressDialog的使用
ProgressDialog 继承自AlertDialog,AlertDialog继承自Dialog,实现DialogInterface接口。
ProgressDialog的创建方式有两种,一种是new Dialog ,一种是调用Dialog的静态方法Dialog.show()。
[java...
分类:
其他好文 时间:
2014-10-22 18:23:53
阅读次数:
196
本文分析 ngxin.c 中的 ngx_get_options 函数,其影响:nginx.c 中的:static ngx_uint_t ngx_show_help;static ngx_uint_t ngx_show_version;static ngx_uint_t ngx_show_...
分类:
其他好文 时间:
2014-10-22 17:33:58
阅读次数:
283
1、控制div显隐$("#id").show()表示display:block, $("#id").hide()表示display:none; $("#id").toggle()切换元素的可见状态。如果元素是可见的,切换为隐藏的;如果元素是隐藏的,切换为可见的。 $("#id").css('disp...
分类:
Web程序 时间:
2014-10-22 12:25:21
阅读次数:
195
首先在MSSQL客户端中进行如下图文操作配置其次使用脚本进行操作配置---开启SQLServer 跨服务器查询功能exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed...
分类:
数据库 时间:
2014-10-22 10:52:23
阅读次数:
175
MySQL中提到了存储引擎这个概念。简而言之,存储引擎就是表的类型。数据库的存储引擎决定了表在计算机中的存储方式。SHOW ENGINES语句可以查看MySQL数据库支持的存储引擎。InnoDB存储引擎 InnoDB存储引擎给MySQL的表提供了事物,回滚,崩溃修复和多版本并发控制的事物安全。Inn...
分类:
数据库 时间:
2014-10-22 10:00:22
阅读次数:
200
性能优化是通过某些有效的方法来提高MySQL的运行速度,减少占用的磁盘空间。性能优化包含很多方面,例如优化查询速度,优化更新速度和优化MySQL服务器等。本文介绍方法的主要有:优化查询优化数据库结构优化MySQL服务器 数据库管理人员可以使用SHOW STATUS语句来查询MySQL数据库的性能。....
分类:
数据库 时间:
2014-10-22 09:54:03
阅读次数:
206
一、java program progress of excuting:show in next picture
How about the java virtual machine is it,what situation is in the jvm,or how to worke is going?
If you want to slov...
分类:
编程语言 时间:
2014-10-21 23:20:36
阅读次数:
467
HDU 4749 Parade Show(暴力水果)...
分类:
其他好文 时间:
2014-10-21 23:19:47
阅读次数:
378
查看Mysql编码两种命令:(1)mysql> show variables like 'character%';+--------------------------+----------------------------+| Variable_name | Value ...
分类:
数据库 时间:
2014-10-21 23:08:52
阅读次数:
265