摘要: Error running app: Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled. 昨天还是可以运行的,今天运行Android Studio,一直提示:Error running app: 阅读全文
posted @ 2017-03-06 11:41 &慧& 阅读(282) 评论(0) 推荐(0)
摘要: 将这个服务开启 亲测可行 阅读全文
posted @ 2017-01-19 09:54 &慧& 阅读(596) 评论(0) 推荐(0)
摘要: public String loginb(String phone, String pwd) throws Exception,SQLException { ConnectDatabase(); String sql="select id,flag from user where phone=? a 阅读全文
posted @ 2016-12-20 10:50 &慧& 阅读(364) 评论(0) 推荐(0)
摘要: private void pd(){ String passwordgs = passworda.getText().toString(); String passwordbgs=password.getText().toString(); if (!passwordbgs.equals(passw 阅读全文
posted @ 2016-12-09 16:52 &慧& 阅读(190) 评论(0) 推荐(0)
摘要: .xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.andro 阅读全文
posted @ 2016-12-08 20:37 &慧& 阅读(229) 评论(0) 推荐(0)
摘要: .java public void takeOrder(View v){ CheckBox chk; String msg=""; int[] id={R.id.chk1,R.id.chk2,R.id.chk3,R.id.chk4,R.id.chk5,R.id.chk6}; for (int i:i 阅读全文
posted @ 2016-12-08 20:15 &慧& 阅读(301) 评论(0) 推荐(0)
摘要: create procedure 存储过程名字() MySQL 语句 创建 create procedure all_customers() select* from customer create procedure insert_customers(in myname varchar(20),i 阅读全文
posted @ 2016-11-25 15:14 &慧& 阅读(158) 评论(0) 推荐(0)
摘要: margin标记可以带一个、二个、三个、四个参数,各有不同的含义。 margin: 20px;(上、下、左、右各20px。) margin: 20px 40px;(上、下20px;左、右40px。) margin: 20px 40px 60px;(上20px;左、右40px;下60px。) marg 阅读全文
posted @ 2016-06-14 11:34 &慧& 阅读(502) 评论(0) 推荐(0)
摘要: text-indent用来设置段落抬头距离,letter-spacing用来控制字与字间距 示例:letter-spacing:2px; 阅读全文
posted @ 2016-06-01 14:50 &慧& 阅读(182) 评论(0) 推荐(0)
摘要: 跨行合并:rowspan, 跨列合并: colspan. 阅读全文
posted @ 2016-05-31 15:50 &慧& 阅读(419) 评论(0) 推荐(0)