在分析Android消息机制之前,我们先来看一段代码:public class MainActivity extends Activity implements View.OnClickListener {
private TextView stateText;
private Button btn;
@Override
...
分类:
移动开发 时间:
2014-10-22 10:10:59
阅读次数:
146
一、效果图按钮可以多次点击。二、HTML+CSS代码。<style>.box{width:800px;margin:90pxauto;}.btn{padding:5px10px;color:#fff;background:#ff6600;cursor:pointer;font-size:16px;border-radius:5px;}.list{position:relative;margin-top:20px;}.listli{width:48px;heig..
分类:
Web程序 时间:
2014-10-21 19:58:42
阅读次数:
823
一、效果图。二、HTML+CSS代码。<style>.box{width:800px;margin:90pxauto;}.btn{padding:5px10px;color:#fff;background:#ff6600;cursor:pointer;font-size:16px;border-radius:5px;}.list{position:relative;margin-top:20px;}.listli{width:50px;height:50px;position..
分类:
其他好文 时间:
2014-10-21 19:58:22
阅读次数:
258
一、效果图。二、HTML+CSS代码。<style>.box{width:800px;margin:90pxauto;}.btn{padding:5px10px;color:#fff;background:#ff6600;cursor:pointer;font-size:16px;border-radius:5px;}.list{position:relative;margin-top:20px;}.listli{width:50px;height:50px;position..
分类:
Web程序 时间:
2014-10-20 17:34:33
阅读次数:
311
利用less写css一下是less写法:#div{ color:red; .span{ border:none; .btn-1, ....
分类:
其他好文 时间:
2014-10-19 21:14:35
阅读次数:
194
函数功能:实现两个对话框间的通信。父窗口通过点击openSubDlg按钮(IDC_BTN_OPEN)弹出子对话框(非模态),通过点击Send按钮(IDC_BTN_SEND)实现将编辑框中(IDC_EDIT_SEND)的内容发送到子对话框的编辑框(IDC_EDIT_RECEIVE)内容。同理,子对话框可通过点击Send按钮(IDC_BTN_SEND..
分类:
其他好文 时间:
2014-10-18 03:05:27
阅读次数:
212
标准控件1 btn Button2 chk CheckBox3 ckl CheckedListBox4 cmb ComboBox5 dtp DateTimePicker6 lbl Label7 llb LinkLabel8 lst ListBox9 lvw ListView10 mtx Masked...
效果图:
public class Login extends Activity {
private Button btn_login;
private ProgressDialog pd;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstan...
分类:
其他好文 时间:
2014-10-16 16:36:42
阅读次数:
213
//初步认识,方式一:不管也面有没有这个标签(或者操作之后才出来这些标签),都能绑定上$(document).on("click","a.btn-ScheduluePD", function(){ alert("look"); }); //相对于上面的绑定,如果页面中没有这个标签,是...
分类:
Web程序 时间:
2014-10-16 16:22:52
阅读次数:
154
1.新建....xml
android:drawable="@drawable/ic_launcher" />
android:drawable="@drawable/btn"/>
2,
android:id="@+id/btn_l...
分类:
其他好文 时间:
2014-10-16 14:17:22
阅读次数:
168