MyService package com.example.lenovo.guangbo; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; ...
分类:
其他好文 时间:
2016-08-02 19:16:36
阅读次数:
122
#如何禁用/关闭触摸版 默认情况下,ThinkPad E440是不支持触摸板的关闭功能,如果要关闭的话,需要去官方下载相应的鼠标驱动 UltraNav。 下载地址:http://think.lenovo.com.cn/support/driver/driversdownlist.aspx?yt=pt ...
分类:
其他好文 时间:
2016-07-17 12:55:43
阅读次数:
381
1 package com.example.lenovo.guangbo; 2 3 import android.app.Service; 4 import android.content.Intent; 5 import android.os.IBinder; 6 import android.u ...
分类:
移动开发 时间:
2016-07-02 10:23:30
阅读次数:
267
电脑型号 联想 B450 笔记本电脑 (扫描时间:2015?5?7?操作系统 Windows 7 旗舰版 32位 SP1 ( DirectX 11 ) 处理器 英特尔 酷睿2 双核 T9800 @ 2.93GHz 笔记本处理器主板 联想 LENOVO ( 英特尔 4 Series - ICH9M 笔 ...
分类:
其他好文 时间:
2016-07-01 06:40:33
阅读次数:
217
package com.example.lenovo.guangbo; import android.app.Service; import android.content.Intent; import android.os.IBinder; import android.util.Log; pub ...
分类:
其他好文 时间:
2016-06-29 11:12:33
阅读次数:
194
搞了好几天,各种bug,现在终于搞定了!!赶紧开一篇blog,废话不说了 上代码记录一下,方便以后查看~~
MainActivity代码:package com.example.lenovo.pulltorefreshlistview;import android.app.Activity;
import android.os.Bundle;
import android.os.Handler;...
分类:
其他好文 时间:
2016-06-28 12:55:33
阅读次数:
156
package com.example.lenovo.service; import android.app.Service; import android.content.Intent; import android.os.Binder; import android.os.IBinder; im ...
分类:
其他好文 时间:
2016-06-27 17:11:04
阅读次数:
152
1.数据修改操作 save() 实现数据修改,返回受影响的记录条数 具体有两种方式实现数据修改,与添加类似(数组、AR方式) 1.数组方式 a) $goods = D(“Goods”); b) $ar = array(‘goods_id’=>100,‘goods_name’=>’lenovo手机’, ...
分类:
数据库 时间:
2016-06-19 10:05:52
阅读次数:
273
DBHelpter package com.example.lenovo.heimingdan.com.hanqi.heimingdan.com; import android.content.Context; import android.database.sqlite.SQLiteDatabas ...
分类:
其他好文 时间:
2016-06-17 00:40:19
阅读次数:
184
JAVA package com.example.lenovo.lianxiyong; import android.content.res.AssetManager; import android.graphics.Bitmap; import android.graphics.BitmapFac ...
分类:
其他好文 时间:
2016-05-28 11:28:32
阅读次数:
147