码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
《k8s-1.13版本源码分析》-调度器初始化
源码分析系列文章已经开源到github,地址如下: github:https://github.com/farmer-hutao/k8s-source-code-analysis gitbook:https://farmer-hutao.github.io/k8s-source-code-analy ...
分类:其他好文   时间:2019-04-03 22:03:59    阅读次数:154
Effective Java 第三版——79. 避免过度同步
Tips 书中的源代码地址:https://github.com/jbloch/effective java 3e source code 注意,书中的有些代码里方法是基于Java 9 API中的,所以JDK 最好下载 JDK 9以上的版本。 79. 避免过度同步 条目 78警告我们缺乏同步的危险性 ...
分类:编程语言   时间:2019-04-01 10:30:39    阅读次数:197
[Docker] Hooking a Volume to Node.js Source Code
Normally when you create a Volume, it will store in Docket Host, you can also tell the folder which you want docket to store the volume. You can check ...
分类:Web程序   时间:2019-03-31 19:37:41    阅读次数:215
Npcap:Nmap项目里一个为Windows而生的嗅探库 Npcap: Nmap Project's packet sniffing library for Windows
Introduction介绍 Introduction介绍 This Manual describes the programming interface and the source code of Npcap. It provides detailed descriptions of the f ...
分类:Windows程序   时间:2019-03-31 14:00:48    阅读次数:259
HttpService
// // Source code recreated from a .class file by IntelliJ IDEA // (powered by Fernflower decompiler) // package com.thc.rcm.common.service; import co... ...
分类:Web程序   时间:2019-03-29 14:31:51    阅读次数:136
opencv dlib caffe 安装
编译opencv记录 1.opencv,opencv_contrib包, 3.4.5版本 2. 到opencv/build 目录下 删除所有文件 $rm -rf * 3. 打开cmake图形界面 $cmake-gui ~设置source code和build binaries 路径 ~点击Confi ...
分类:其他好文   时间:2019-03-27 18:23:54    阅读次数:198
关于搭配junit 和JUnit报initializationError的解决方法
关于junit是什么就不复述了,网上有 junit的source code是可以下载的,各个版本都有 地址:https://github.com/junit-team 通过junit 的source code就可以直接导出对应版本的jar包,这种办法导出的jar包是可用的,亲测 重点是junit的使 ...
分类:其他好文   时间:2019-03-27 12:54:24    阅读次数:168
Effective Java 第三版——65. 接口优于反射
Tips 书中的源代码地址:https://github.com/jbloch/effective java 3e source code 注意,书中的有些代码里方法是基于Java 9 API中的,所以JDK 最好下载 JDK 9以上的版本。 65. 接口优于反射 核心反射工具java.lang.r ...
分类:编程语言   时间:2019-03-24 13:46:00    阅读次数:203
Annotation解释
(一)官方的定义: An annotation is a form of metadata, that can be added to Java source code. Classes, methods, variables, parameters and packages may be anno ...
分类:其他好文   时间:2019-03-16 22:03:40    阅读次数:180
RPM管理工具
linux软件包从内容上可以分为binary code和source code(二进制包和源码包) 1. binary code无需编译,可以直接使用 2. source code需要经过GCC,C++编译环境编译才能运行 通常可以通过后缀区分binary code和source code 1. . ...
分类:其他好文   时间:2019-02-25 23:32:51    阅读次数:285
706条   上一页 1 ... 9 10 11 12 13 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!