码迷,mamicode.com
首页 >  
搜索关键字:apps    ( 2191个结果
Android如何获取开机启动项列表
static final String BOOT_START_PERMISSION = "android.permission.RECEIVE_BOOT_COMPLETED"; public List> fetch_installed_apps(){ List packages...
分类:移动开发   时间:2014-12-09 00:22:02    阅读次数:186
【EBS】adpatch报错:libgcc_s.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'
EBS通过adpatch打补丁报错 /usr/lib/gcc/x86_64-redhat-linux/4.4.7/32/libgcc_s.so: undefined reference to `__stack_chk_fail@GLIBC_2.4' collect2: ld returned 1 exit status make: *** [/soft/ebs12/ERPDB/apps/ap...
分类:其他好文   时间:2014-12-08 10:48:25    阅读次数:420
MySQL数据库常用命令
MYSQL常用命令 1.导出整个数据库mysqldump -u 用户名 -p --default-character-set=latin1 数据库名 > 导出的文件名(数据库默认编码是latin1)mysqldump -u wcnc -p smgp_apps_wcnc > wcnc.sql2.导出一...
分类:数据库   时间:2014-12-07 12:28:04    阅读次数:257
64-bit and iOS 8 Requirements for New Apps
iOS提交时出现这个错误的解决办法. This bundle is?invalid. Apps that include arm64 architecture cannot have MinimumOSVersion set to less than ‘5.1.1’.More information about 64-bit support for iOS ...
分类:移动开发   时间:2014-12-06 15:32:55    阅读次数:194
wp8.1 Study6: App的生命周期管理
一、概述 应用程序的生命周期详解可以参照Windows8.1开发中msdn文档http://msdn.microsoft.com/library/windows/apps/hh464925.aspx应用程序生命周期中有三个状态:Running(运行中),Suspended(挂起,暂停),NotRu....
分类:移动开发   时间:2014-12-06 06:33:22    阅读次数:208
android 让Launcher Hotseat中的图标显示title
1、请修改alps/packages/apps/Launcher2/res/values/dimens.xml中的hotseat_cell_height值,例如修改为100; 2、请修改alps/packages/apps/Launcher2/src/com/android/launcher2/HotSeat.java中的resetLayout()方法,对主菜单图标添加title,例如:添加al...
分类:移动开发   时间:2014-12-05 14:19:27    阅读次数:231
android 如何让主菜单的背景显示为壁纸
ICS/ICS2: 1、请修改 packages\apps\Launcher2\res\layout\apps_customize_pane.xml     xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:launcher="http://schemas.android.com/apk/res/co...
分类:移动开发   时间:2014-12-04 12:09:29    阅读次数:239
android Launcher主菜单的每一屏修改为x*x的布局
修改Launcher2/res/value/Dimens.xml 中apps_customize_cell_width 和apps_customize_cell_height的大小。多大的值合适,需要结合代码。   PagedViewCellLayout 中estimateCellHSpan和estimateCellVSpan获取返回值n(n就是每屏单元格数目的列和行)。   以estim...
分类:移动开发   时间:2014-12-04 12:09:05    阅读次数:140
Lync 小技巧-40-Office Web Apps Server 2013-HTTP Error 500-21
问题:1.操作系统WindowsServer2008R22.部署OfficeWebAppsServer20133.问题访问:https://WebApps-2013.uc-cn.net/hosting/discovery排错:1.参照DeployOfficeWebAppsServerhttp://technet.microsoft.com/en-us/library/jj219455(v=office.15)#feedback2.Ifyousee“500WebService..
分类:移动开发   时间:2014-12-04 06:32:51    阅读次数:272
【官方博客】Android’s HTTP Clients
Android’s HTTP Clients[This post is by Jesse Wilson from the Dalvik team. —Tim Bray]Most network-connected Android apps will use HTTP to send and rece...
分类:移动开发   时间:2014-12-03 18:49:07    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!