书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 15281 个相关结果.
  • Download

    libcurl HTTP download Download headers too libcurl HTTP download The GET method is the default method libcurl uses when a HTTP URL is requestedand no particular other method i...
  • Cleanup

    Cleanup Multi API easy handle Cleanup In previous sections we have discussed how to setup handles and how to drivethe transfers. All transfers will, of course, end up at some...
  • 10.14 Kotlin与Java 的反射

    891 2019-03-05 《Kotlin极简教程》
    Kotlin与Java 的反射 Kotlin与Java 的反射 我们可以使用 instance::class.java 、ClassName::class.java 或者 instance.javaClass 通过 java.lang.Class 来进入 Java 的反射类java.lang.Class , 之后我们就可以使用Java中的反射的...
  • Manifesto

    The Blitz.js Manifesto Background What is Blitz For? Foundational Principles 1. Fullstack & Monolithic 2. API Not Required 3. Convention over Configuration 4. Loose Opinions ...
  • Connection reuse

    Connection reuse Easy API pool Multi API pool Sharing the “connection cache” Connection reuse libcurl keeps a pool of old connections alive. When one transfer has completedi...
  • Drive with multi_socket

    Driving with the “multi_socket” interface Pick one Many easy handles multi_socket callbacks socket_callback timer_callback How to start everything When is it done? Drivi...
  • 2.5 JavaScript版HelloWorld

    1674 2019-03-05 《Kotlin极简教程》
    2.5 JavaScript版HelloWorld 参考资料 2.5 JavaScript版HelloWorld 在Kotlin 1.1中,开始支持JavaScript和协程是引人注目的亮点。本节我们简单介绍Kotlin代码编译转化为JavaScript的方法。 为了极简直观地感受这个过程,我们先在命令行REPL环境体验一下Kotlin源码被编译...
  • Upload

    HTTP upload HTTP POST HTTP multipart formposts HTTP PUT HTTP upload Uploads over HTTP can be done in many different ways and it is important tonotice the differences. They c...
  • Introduction

    5 DATs 5.1 Introduction 5 DATs 5.1 Introduction Data Operators, or DATs, perform operations on data. They can edit, parse, create, send, and receive data in various forms. T...
  • 11.10 应用启动类

    1077 2019-03-05 《Kotlin极简教程》
    11.10 应用启动类 11.10.1 启动运行 11.10 应用启动类 我们在main函数中调用SpringApplication类的静态run方法,我们的SpringBootApplication主类代码如下: package com . easy . kotlin . chapter11_kotlin_springboot imp...