06 2016 档案

摘要:package com.example.lenovo.guangbo; import android.app.Service; import android.content.Intent; import android.os.IBinder; import android.util.Log; pub 阅读全文
posted @ 2016-06-29 11:00 百事没事 阅读(172) 评论(0) 推荐(0) 编辑
摘要:package com.example.lenovo.guangbo; import android.content.Intent; import android.content.IntentFilter; import android.support.v7.app.AppCompatActivit 阅读全文
posted @ 2016-06-29 10:57 百事没事 阅读(173) 评论(0) 推荐(0) 编辑
摘要:package com.example.lenovo.guangbo; import android.content.Intent; import android.content.IntentFilter; import android.support.v7.app.AppCompatActivit 阅读全文
posted @ 2016-06-29 09:26 百事没事 阅读(232) 评论(0) 推荐(0) 编辑
摘要:package com.example.lenovo.musicplay; import android.content.Intent; import android.os.Handler; import android.support.v7.app.AppCompatActivity; impor 阅读全文
posted @ 2016-06-28 14:15 百事没事 阅读(299) 评论(0) 推荐(1) 编辑
摘要:package com.example.lenovo.service; import android.app.Service; import android.content.Intent; import android.os.Binder; import android.os.IBinder; im 阅读全文
posted @ 2016-06-27 15:36 百事没事 阅读(227) 评论(0) 推荐(0) 编辑
摘要:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.co 阅读全文
posted @ 2016-06-27 14:52 百事没事 阅读(183) 评论(0) 推荐(0) 编辑
摘要:DBHelpter package com.example.lenovo.heimingdan.com.hanqi.heimingdan.com; import android.content.Context; import android.database.sqlite.SQLiteDatabas 阅读全文
posted @ 2016-06-16 23:54 百事没事 阅读(195) 评论(0) 推荐(0) 编辑
摘要:Volley-GET import com.android.volley.toolbox.Volley; public class JDKActivity extends AppCompatActivity { EditText et1; RequestQueue requestQueue; //请 阅读全文
posted @ 2016-06-15 09:01 百事没事 阅读(155) 评论(0) 推荐(0) 编辑
摘要:GET public class JDKActivity extends AppCompatActivity { EditText et1; RequestQueue requestQueue; //请求队列 @Override protected void onCreate(Bundle save 阅读全文
posted @ 2016-06-15 08:58 百事没事 阅读(211) 评论(0) 推荐(0) 编辑
摘要:1.ORM 对象关系映射(英语:Object Relational Mapping,简称ORM,或O/RM,或O/R mapping),是一种程序技术,用于实现面向对象编程语言里不同类型系统的数据之间的转换。从效果上说,它其实是创建了一个可在编程语言里使用的“虚拟对象数据库”。 面向对象是从软件工程 阅读全文
posted @ 2016-06-07 08:20 百事没事 阅读(1133) 评论(0) 推荐(0) 编辑
摘要:activity <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.a 阅读全文
posted @ 2016-06-04 08:30 百事没事 阅读(221) 评论(0) 推荐(0) 编辑
摘要:ACID,是指在数据库管理系统(DBMS)中事务所具有的四个特性:原子性(Atomicity)、一致性(Consistency)、隔离性(Isolation,又称独立性)、持久性(Durability)。 在数据库系统中,一个事务是指由一系列数据库操作组成的一个完整的逻辑过程。例如银行转帐,从原账户 阅读全文
posted @ 2016-06-03 08:28 百事没事 阅读(202) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示