码迷,mamicode.com
首页 >  
搜索关键字:sdk version    ( 33447个结果
TNS-12535: TNS:operation timed out、TNS-00505: Operation timed out
在查看alert日志的时候发现: 1 *********************************************************************** 2 3 Fatal NI connect error 12170. 4 5 VERSION INFORMATI...
分类:其他好文   时间:2014-05-21 20:13:32    阅读次数:298
如何更新UI才能不出异常呢?SDK告诉我们,有以下4种方式可以从其它线程访问UI线程
Activity.runOnUiThread(Runnable)·View.post(Runnable)·View.postDelayed(Runnable, long)·Handler
分类:编程语言   时间:2014-05-21 19:37:55    阅读次数:285
Project facet Java version 1.7 is not supported.
在移植eclipse项目时,如果遇到“Project facet Java version 1.7 is not supported.”项目中的jdk1.7不支持。说明项目是其他版本jdk编译的,在eclipse里运行时会报版本不支持。解决办法:法1,选中项目Properties ,选择Projec...
分类:编程语言   时间:2014-05-21 17:35:03    阅读次数:295
2C01-View-Layout-Animation-Grid-Fade
介绍一个grid layout 顺序显示的代码 LayoutAnimation1.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use th...
分类:其他好文   时间:2014-05-21 16:58:47    阅读次数:214
[转]微信公众平台WeChat PHP SDK
地址:https://github.com/dodgepudding/wechat-php-sdk微信公众平台php开发包,细化各项接口操作,支持链式调用微信支付接入文档: https://mp.weixin.qq.com/cgi-bin/readtemplate?t=business/course...
分类:微信   时间:2014-05-21 12:16:03    阅读次数:13015
[Linux] Git: 基本使用
Git 属于分布式版本控制系统( Distributed Version Control System,简称 DVCS )客户端并不只提取最新版本的文件快照,而是把原始的代码仓库完整地镜像下来。这么一来,任何一处协同工作用的服务器发生故障,事后都可以用任何一个镜像出来的本地仓库恢复。因为每一次的提取...
分类:系统相关   时间:2014-05-21 12:07:50    阅读次数:441
2C02-View-Layout-Animation-list-Cascade
描述list layout item有上倒下依次显示的代码实现形式 LayoutAnimation2.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may no...
分类:其他好文   时间:2014-05-21 09:02:15    阅读次数:250
2C03-View-Layout-Animation-list-Reverse-Order
介绍list  item倒序显示 LayoutAnimation3.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
分类:其他好文   时间:2014-05-21 08:25:44    阅读次数:278
Azure China (3) 使用Visual Studio 2013发布Cloud Service至Azure China
《Windows Azure Platform 系列文章目录》 之前有很多网友询问我如何通过VS发布Cloud Service至Azure China,这里我专门写篇文章,给大家详细介绍下。 笔者使用的是VS2013,首先我们下载Windows Azure SDK for .NET- 可以...
分类:其他好文   时间:2014-05-21 04:19:28    阅读次数:293
使用Jenkins进行android项目的自动构建(1)
环境搭建1. 下载JDK,安装,并将JDK的安装目录加入到环境变量JAVA_HOME,将JDK的bin目录加入到环境变量PATH。2. 下载Android SDK,解压,并将SDK的安装目录加入到环境变量ANDROID_HOME,将SDK的tools和platform-tools目录加入到环境变量P...
分类:移动开发   时间:2014-05-21 03:25:07    阅读次数:322
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!