您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. spring-framework-reference-4.1.1

  2. Spring Dependencies and Depending on Spring ......................................... 11 Maven Dependency Management ............................................................. 11 Maven "Bill Of Materials" Dependency ..............................
  3. 所属分类:Java

    • 发布日期:2015-12-15
    • 文件大小:4194304
    • 提供者:lixiplus
  1. Gradle.Essentials.1783982365

  2. Master the fundamentals of Gradle using real-world projects with this quick and easy-to-read guide About This Book Write beautiful build scr ipts for various types of projects effortlessly Become more productive by harnessing the power and elegance
  3. 所属分类:Android

    • 发布日期:2016-05-16
    • 文件大小:1048576
    • 提供者:ramissue
  1. The.Busy.Coders.Guide.to.Android.Development.Version.7.4.0981678009

  2. Android, the next-generation open mobile platform from Google and the Open Handset Alliance, is poised to become a significant player in the mobile device market. The Android platform gives developers a fair bit of control while still supporting a f
  3. 所属分类:Android

    • 发布日期:2016-07-18
    • 文件大小:68157440
    • 提供者:ramissue
  1. Gradle.Recipes.for.Android.Master.the.New.Build.System.for.Android

  2. Android adopted Gradle as the preferred build automation system a few years ago, but many Android developers are still unfamiliar with this open source tool. This hands-on guide provides a collection of Gradle recipes to help you quickly and easily
  3. 所属分类:Android

    • 发布日期:2016-11-16
    • 文件大小:7340032
    • 提供者:ramissue
  1. spring-framework-reference(英文原版pdf官方参考文档)

  2. Spring Framework Reference Documentation Authors Rod Johnson , Juergen Hoeller , Keith Donald , Colin Sampaleanu , Rob Harrop , Thomas Risberg , Alef Arendsen , Darren Davison , Dmitriy Kopylenko , Mark Pollack , Thierry Templier , Erwin Vervaet , P
  3. 所属分类:Web开发

    • 发布日期:2017-01-20
    • 文件大小:5242880
    • 提供者:love_legain
  1. javacv-platform-1.3.3-src

  2. 视频人脸识别,取代jmf。。。 Introduction JavaCV uses wrappers from the JavaCPP Presets of commonly used libraries by researchers in the field of computer vision (OpenCV, FFmpeg, libdc1394, PGR FlyCapture, OpenKinect, librealsense, CL PS3 Eye Driver, videoInput,
  3. 所属分类:Java

    • 发布日期:2017-08-12
    • 文件大小:470016
    • 提供者:u014734471
  1. Top 1000 Java Interview Questions

  2. Java Basics 1. What is the difference between JDK and JRE? 2. What is Java Virtual Machine (JVM)? 3. What are the different types of memory areas allocated by JVM? 4. What is JIT compiler? 5. How Java platform is different from other platforms? 6. W
  3. 所属分类:Java

    • 发布日期:2017-08-31
    • 文件大小:1048576
    • 提供者:qq_40045775
  1. amqp-client-3.2.4.jar

  2. amqp-client-3.2.4.jar的工具包,可以直接在gradle中引用 dependencies { compile 'com.rabbitmq:amqp-client:4.0.0' } 1 2 3 3.2 直接下载jar包,引用jar包 可在下载页面直接下载jar包,下载后放到LIB目录下添加引用:右键jar包->add as Library。或直接修改Gradle文件: dependencies { compile files('libs/amqp-client-4.0.0
  3. 所属分类:Java

    • 发布日期:2017-09-11
    • 文件大小:359424
    • 提供者:elion_jia
  1. spring-boot-reference.pdf

  2. I. Spring Boot Documentation 1. About the Documentation 2. Getting Help 3. First Steps 4. Working with Spring Boot 5. Learning about Spring Boot Features 6. Moving to Production 7. Advanced Topics II. Getting Started 8. Introducing Spring Boot 9. Sy
  3. 所属分类:Java

    • 发布日期:2018-05-18
    • 文件大小:1048576
    • 提供者:v_v_an_
  1. Android最新版xwalk跳过ssl验证

  2. ERR_INSECURE_RESPONSE问题导致部分https验证不通过,可以直接替换 .gradle/caches/modules-2/files-2.1/org.xwalk/23.53.589.4下的aar包,也可以放在项目下,最开始我像webview那样处理,好像没回调这个,不过也加上吧 @Override public void onReceivedSslError(XWalkView view, ValueCallback callback, SslError error) { c
  3. 所属分类:Android

    • 发布日期:2018-06-03
    • 文件大小:50331648
    • 提供者:u011208377
  1. The Busy Coders Guide to Android Development最终版2019

  2. The Table of Contents Each bullet shown below represents a chapter. Use the search field in the nav bar to search all of the CommonsWare books to see what they hold! Key Android Concepts Choosing Your Development Toolchain Tutorial #1 - Installing t
  3. 所属分类:Android

    • 发布日期:2019-03-22
    • 文件大小:79691776
    • 提供者:hongyanjingayi
  1. Android代码-CacheUtilsLibrary

  2. CacheUtilsLibrary This is a simple Android utils library to write any type of data into cache files and then read them later, using Gson to serialize and deserialize these data. 中文版请看这里。 Gradle compile com.lifeofcoding:cacheutilslibrary:1.1.0aar c
  3. 所属分类:其它

    • 发布日期:2019-08-07
    • 文件大小:105472
    • 提供者:weixin_39840515
  1. jOOQ-manual-3.10.pdf

  2. 数据访问未必都使用orm,jooq为sql的开发带来福音,jOOQ-3.10的使用手册The jooQ User Manual Table of contents 1. Preface 2. Copyright, License, and trademarks 3. Getting started with joOQ……… 3.1. How to read this manual 3. 2. The sample database used in this manual 3.3. Differe
  3. 所属分类:Java

    • 发布日期:2019-10-31
    • 文件大小:1048576
    • 提供者:chenclqqrj
  1. spring-boot官方学习文档

  2. 此文档为SpringBoot-2.0.0-M5官方学习指导文档,文档未翻译为英文文档3.1.1. Dependency management 20 3.1.2. Maven b·6鲁鲁。 ,,,,,,,,,,,,,,,,,,,,∴20 Inheriting the Starter Parent 21 Using Spring Boot without the Parent POM 21 USing the Spring Boot Maven Plugin ,,,,,,,,,,,,,,,,,,,,
  3. 所属分类:Java

    • 发布日期:2019-09-04
    • 文件大小:12582912
    • 提供者:weixin_43282511
  1. Spring+Boot+2+中文+参考手册+中文文档www.java1234.com.pdf

  2. 1。 从整体讲解springboot2的开发流程及原理 2. springboot2的高级特性 值得拥有Spring Boot赖使用og. springframework. boot groupId通常,您的 Maven Pom文件从 spring-boot- starter- parent项目继承,并将依赖项声明为一个或多 个 Starters"。 Spring Boot还提供∫一个可选的 Maven plugin来创建可执行的jar 以下猜单显示了一个典型的pom.xm1文件: >
  3. 所属分类:Java

    • 发布日期:2019-07-02
    • 文件大小:8388608
    • 提供者:weixin_30370085
  1. gradle-4.10.1-all.zip下载android studio 3.3.2

  2. gradle-4.10.1-all.zip 安卓studio 3.3.2适用。不同的studio版本对gradle的版本不一样。这个是本人官网下载的,原版。适用方法:下载后,文件后缀名是rar,请解压,得到gradle-4.10.1-all.zip这个文件。然后将这个zip文件包复制到C:\Users\nin的用户名\.gradle\wrapper\dists\gradle-4.10.1-all\455itskqi2qtf0v2sja68alqd ,不同电脑可能路径有不同。具体说,就是在c盘,你
  3. 所属分类:Android

    • 发布日期:2019-03-15
    • 文件大小:116391936
    • 提供者:qq_37870841
  1. gradle-files-2.1.4

  2. gradle-files-2.1.4
  3. 所属分类:Java

    • 发布日期:2017-01-14
    • 文件大小:52428800
    • 提供者:liweibin812
  1. kotlin-compiler-embeddable-1.4.10.jar

  2. Gradle:Download kotlin-compiler-embeddable-1.4.10.jar 下载后解压出jar包放到以下目录: C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-compiler-embeddable\1.4.10\**********\
  3. 所属分类:Android

    • 发布日期:2020-10-18
    • 文件大小:38797312
    • 提供者:zhoumushui
  1. Android eclipse使用gradle打包的图文教程

  2. 1 、 gradle 安装 1.1、下载安装包: https://gradle.org/releases 官方网站提供了最新以及历史版本,根据需求下载对应的版本。建议用最新的 1.2、解压到常用目录,此例放入D:\Program Files 1.3、配置环境变量,使得命令能够执行 1.4、检查安装配置是否正确。window系统下使用“gradle -v”命令查看,mac系统下使用“./gradlew -v”命令查看 2 2 、 Eclipse 配置 2.1 、安装插件 启动eclip
  3. 所属分类:其它

    • 发布日期:2021-01-05
    • 文件大小:1048576
    • 提供者:weixin_38522323