码迷,mamicode.com
首页 >  
搜索关键字:res    ( 29153个结果
Android学习笔记之数据的共享存储SharedPreferences
(1)布局文件,一个简单的登录文件; <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:la...
分类:移动开发   时间:2015-01-17 20:56:16    阅读次数:273
-_-#【崩溃】
查看错误日志req.files.picture.path && fs.unlinkSync(req.files.picture.path)if (err) { req.flash('error', err) return res.redirect('/post/tag')}req.fla...
分类:其他好文   时间:2015-01-17 19:20:51    阅读次数:191
Android学习笔记之Menu的ShowAsAction属性的设置
(1)在res--menu目录下的main.xml文件 ...
分类:移动开发   时间:2015-01-17 16:35:54    阅读次数:268
Android学习笔记之ContextualMenu上下文菜单用于长按事件的确定
(1)在布局文件中创建一个listview: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" androi...
分类:移动开发   时间:2015-01-17 15:16:03    阅读次数:229
Android学习笔记之PopupMenu弹出菜单
(1)布局文件:用于弹出菜单的处罚button: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" andr...
分类:移动开发   时间:2015-01-17 15:14:34    阅读次数:199
Android学习笔记之Menu一级菜单、二级菜单的使用
(1)布局文件没有做更改 (2)在res--menu目录下的main.xml文件中代码如下: <item android:id="...
分类:移动开发   时间:2015-01-17 13:57:26    阅读次数:141
DNS域名解析getaddrinfo替换gethostbyname
void DomainToIP(const char * host, const char *portStr, char *ip){ struct addrinfo hints, *res, *res0; char str[32] = {0}; memset(&hints, 0, sizeof(hints)); hi...
分类:其他好文   时间:2015-01-17 12:40:56    阅读次数:1000
Android打开飞行模式和拔出耳机时自动退出FM Radio应用
FM收音机需要插入耳机作为天线,拔出耳机时要自动退出 1.首先添加提示字符串 mediatek/packages/apps/FMRadio/res/values/strings.xml The FM will close because you have been plug out the headphone The FM will close because you have...
分类:移动开发   时间:2015-01-16 22:30:08    阅读次数:312
Android学习笔记之样式和主题之选择器
(1)布局文件 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height...
分类:移动开发   时间:2015-01-16 19:18:58    阅读次数:178
Android学习笔记之Button的点击事件切换点击图片
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_p...
分类:移动开发   时间:2015-01-16 19:10:00    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!