码迷,mamicode.com
首页 >  
搜索关键字:lenovo e431无线网卡    ( 317个结果
旺仔:开机自启动设置
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个性化设置:如何/禁用关闭触摸板?
#如何禁用/关闭触摸版 默认情况下,ThinkPad E440是不支持触摸板的关闭功能,如果要关闭的话,需要去官方下载相应的鼠标驱动 UltraNav。 下载地址:http://think.lenovo.com.cn/support/driver/driversdownlist.aspx?yt=pt ...
分类:其他好文   时间:2016-07-17 12:55:43    阅读次数:381
Android 开机自启服务
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配置
电脑型号 联想 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
PullToRefreshListView下拉刷新
搞了好几天,各种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
Service 绑定方式启动,生命周期。绑定方式读取服务器数据
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
6月17 ThinkPHP连接数据库------数据的修改及删除
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
317条   上一页 1 ... 19 20 21 22 23 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!