码迷,mamicode.com
首页 >  
搜索关键字:version    ( 21237个结果
Scala java maven 混合开发 pom配置
<?xml?version="1.0"?encoding="UTF-8"?> <project?xmlns="http://maven.apache.org/POM/4.0.0" ?????????xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ?????????xsi:schemaLoc...
分类:编程语言   时间:2014-10-22 16:11:02    阅读次数:153
Cts框架解析(12)-ITargetPreparer
测试开启前的设备系统准备工作。 接口 /* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compl...
分类:其他好文   时间:2014-10-22 15:59:16    阅读次数:324
SpringMVC中的文件上传
??1. web.xml?? <?xml?version="1.0"?encoding="UTF-8"?>?? <web-app?version="2.5"??? ????xmlns="http://java.sun.com/xml/ns/javaee"??? ????xmlns:xsi="http://www.w3.org/2001/XMLSc...
分类:编程语言   时间:2014-10-22 13:03:31    阅读次数:200
深入浅出API——Applicaiton源码分析
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
分类:移动开发   时间:2014-10-22 12:57:52    阅读次数:283
iOS 调用地图导航
在IOS6.0系统后,兼容iOS5.0与iOS6.0地图导航,需要分两个步骤#define SYSTEM_VERSION_LESS_THAN(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch...
分类:移动开发   时间:2014-10-22 12:39:37    阅读次数:290
一种通用的Javascript类库的编写格式
1 (function () { 2 3 var SomgLib= { 4 5 //--------------------------------------------------------------------------- 6 7 VERSION:...
分类:编程语言   时间:2014-10-22 12:37:51    阅读次数:212
php 获取 mime type 类型,fileinfo扩展
背景:version > /usr/local/php/lib/php.ini3、验证php -m | grep fileinfofileinfo备注:1、安装软件注意查看 ./configure --help 其中会指出库或头文件的依赖2、扩展移植,查看依赖,移植需要注意对:libmagic......
分类:Web程序   时间:2014-10-22 12:34:27    阅读次数:192
Cts框架解析(8)-IBuildProvider
IBuildProvider接口中定义了三个方法 /* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in comp...
分类:其他好文   时间:2014-10-22 11:05:15    阅读次数:235
Cts框架解析(9)-IDeviceRecovery
当设备处于offline状态时,cts框架就要调用IDeviceRecovery接口类去做相应的恢复工作。 接口 /* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); ...
分类:其他好文   时间:2014-10-22 11:03:11    阅读次数:230
在安卓主线程不能发送网络请求的解决办法
第一种方法:在主线程中加入这段代码,强制在主线程执行网络请求 if (android.os.Build.VERSION.SDK_INT > 9) { StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder(...
分类:移动开发   时间:2014-10-22 10:45:18    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!