2014年11月4日

摘要: 1 /** 2 * Description: 3 * site: crazyit.org 4 * Copyright (C), 2001-2012, Yeeku.H.Lee 5 * This program is protected by copyright laws. 6 ... 阅读全文
posted @ 2014-11-04 11:00 弗不是佛 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 转载地址:http://blog.csdn.net/playboyanta123/article/details/7934789普通圆形ProgressBar该类型进度条也就是一个表示运转的过程,例如发送短信,连接网络等等,表示一个过程正在执行中。一般只要在XML布局中定义就可以了。此时,没有设置它... 阅读全文
posted @ 2014-11-04 10:51 弗不是佛 阅读(258) 评论(0) 推荐(0) 编辑
摘要: my_bar.xml //配置进度条的图片@drawable/ok @drawable/no 为图片保存在drawable文件夹中布局文件中进度条配置 android:id="@+id/bar" android:layout_width="fill_pare... 阅读全文
posted @ 2014-11-04 10:25 弗不是佛 阅读(1598) 评论(0) 推荐(0) 编辑

2014年11月3日

摘要: function Map() //自定义map{ this.container = new Object();}Map.prototype.put = function(key, value){ this.container[key] = value;};Map.prototype.ge... 阅读全文
posted @ 2014-11-03 14:45 弗不是佛 阅读(618) 评论(0) 推荐(0) 编辑
摘要: function invokeJava(action, data, isShowLoading){ if(typeof(isShowLoading) == "undefined" || isShowLoading) { showLoading(); } ... 阅读全文
posted @ 2014-11-03 14:04 弗不是佛 阅读(167) 评论(0) 推荐(0) 编辑

2014年10月31日

摘要: 只能输入汉字只能输入全角只能输入数字只能输入英文和数字默认显示 阅读全文
posted @ 2014-10-31 17:13 弗不是佛 阅读(164) 评论(0) 推荐(0) 编辑
摘要: jquerycheckbox 复选框使用$(""). attr("checkbox",true|false) ,使用一次之后再次使用此设置会出现页面checkbox不显示勾选的情况,使用此$(this).prop("checked")可以解决此问题 阅读全文
posted @ 2014-10-31 16:10 弗不是佛 阅读(79) 评论(0) 推荐(0) 编辑

导航