首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏潇涧技术专栏

    Android Dependency Injection Libraries

    本文总结并对比了三种Android依赖注入库:Butter Knife、RoboGuice、Android Annotations的使用

    76910发布于 2018-08-01
  • 来自专栏静晴轩

    lua Standard Libraries

    The standard Lua libraries provide useful functions that are implemented directly through the C API. All libraries are implemented through the official C API and are provided as separate C modules. Currently, Lua has the following standard libraries: basic library; package library; string manipulation Except for the basic and package libraries, each library provides all its functions as fields of a global all standard libraries.

    1.3K90发布于 2018-03-27
  • 来自专栏方亮

    Opentelemetry——Instrumentation-Libraries

    大纲 *Libraries* *Semantic Conventions* *Defining spans* *When not to instrument* *OpenTelemetry API* * OpenTelemetry provides instrumentation libraries for many libraries, which is typically done through When not to instrument 何时不使用测量装置 Some libraries are thin clients wrapping network calls. Libraries should only use the OpenTelemetry API. 库应仅使用 OpenTelemetry API。 Check out how libraries similar to yours show up.

    37500编辑于 2024-05-24
  • 来自专栏黑泽君的专栏

    JRE System Library、Referenced Libraries、Web App Libraries的含义

    JRE System Library、Referenced Libraries、Web App Libraries 这三个都是jar包的存放集合。 Referenced Libraries:指你项目中所使用的第三方库文件集合,如果你把项目所需要的其他JAR包直接加在,项目 --> 属性 --> Java Build Path --> Libraries Web App Libraries: 关于web项目没有看到Web App Libraries,可以通过右键项目 --> built path --> Configure built path --> 点击libraries标签 --> 选择右边的 Add Library… 按钮 ,在弹出的窗口中选择 Web App Libraries 添加即可。 ---- Referenced Libraries 是存放第三方的jar包,也就是自己导入的jar包。在项目属性的Java Build Path中的Libraries中配置。

    1.6K20发布于 2018-10-11
  • 来自专栏ccf19881030的博客

    The Boost C++ Libraries

    有兴趣的同行们,想研究一下的,请查看这本书《The Boost C++ Libraries》。

    1.1K20发布于 2020-11-10
  • 来自专栏ccf19881030的博客

    介绍-The Boost C++ Libraries

    Boost C ++库是基于C ++标准的现代库的集合。源代码是根据Boost软件许可发布的,该许可允许任何人免费使用,修改和分发这些库。这些库是独立于平台的,并支持大多数流行的编译器以及许多知名度较低的编译器。

    99320发布于 2020-05-18
  • 来自专栏悟空聊架构 | 公众号

    Android Studio 导入External Libraries

    导入本地Libraries 拷贝 gson-2.3.1.jar(gson-2.3.1.jar为例)到 app/libs 目录下 在app/build.gradle的 dependencies 中增加一行 :compile files('libs/gson-2.3.1.jar') 在线导入Libraries File > Project Structure > Dependencies Tab > (

    1.3K90发布于 2018-05-18
  • 来自专栏悟空聊架构 | 公众号

    Android Studio 导入External Libraries

    导入本地Libraries 拷贝 gson-2.3.1.jar(gson-2.3.1.jar为例)到 app/libs 目录下 在app/build.gradle的 dependencies 中增加一行 :compile files('libs/gson-2.3.1.jar') 在线导入Libraries File > Project Structure > Dependencies Tab > (

    2.3K30发布于 2018-10-10
  • 来自专栏悟空聊架构 | 公众号

    Android Studio 导入External Libraries

    导入本地Libraries 拷贝 gson-2.3.1.jar(gson-2.3.1.jar为例)到 app/libs 目录下 在app/build.gradle的 dependencies 中增加一行 :compile files('libs/gson-2.3.1.jar') 在线导入Libraries File > Project Structure > Dependencies Tab > (

    1.7K40发布于 2018-10-10
  • 来自专栏ccf19881030的博客

    线程同步-The Boost C++ Libraries

    前言 The Boost C++ Libraries 本博客是Synchronizing Threads的一篇译文。 关于《The Boost C++ Llibraries》一书的在线完整书的目录,参见The Boost C++ Libraries,Boost库的官网地址是:https://www.boost.org/

    1.2K10发布于 2020-05-18
  • 来自专栏ccf19881030的博客

    Signals-The Boost C++ Libraries

    Boost.Signals2提供了boost::signals2::signal类,可用于创建信号。 此类在boost/signals2/signal.hpp中定义。 或者,您可以使用头文件boost/signals2.hpp,它是一个主头文件,定义了Boost.Signals2中可用的所有类和函数。

    1.6K40发布于 2020-11-10
  • 来自专栏yiyun 的专栏

    freeCodeCamp | Front End Development Libraries | 笔记

    引言 Front End Development Libraries Certification | freeCodeCamp.org 现在你已经熟悉了 HTML、CSS 和 JavaScript,通过学习业内一些最流行的前端库来提高你的技能 ; Projects 构建随机名言机 参考: Front End Development Libraries Projects - Build a Random Quote Machine | Learn : Front End Libraries Projects - Build a Markdown Previewer freeCodeCamp : Build a Markdown Previewer ; Projects 构建随机名言机 参考: Front End Development Libraries Projects - Build a Random Quote Machine | Learn : Front End Libraries Projects - Build a Markdown Previewer freeCodeCamp : Build a Markdown Previewer

    1.7K10编辑于 2023-07-17
  • 来自专栏ccf19881030的博客

    线程本地存储-The Boost C++ Libraries

    前言 The Boost C++ Libraries 本博客是Thread Local Storage的一篇译文。 关于《The Boost C++ Llibraries》一书的在线完整书的目录,参见The Boost C++ Libraries,Boost库的官网地址是:https://www.boost.org/

    1.5K30发布于 2020-05-18
  • 来自专栏小狼的世界

    Linux上安装Boost C++ Libraries

    Boost C++ 库(Libraries)是一组扩充C++功能性的经过同行评审(Peer-reviewed)且开放源代码程序库。 Also, consider using the --show-libraries and --with-libraries=library-name-list options to limit the 参考资料: 1、Boost C++ Libraries 2、Get Started with Boost 3、Boost 1.39 编译安装手记

    2.8K20发布于 2018-07-25
  • 来自专栏ccf19881030的博客

    Sole Ownership-The Boost C++ Libraries

    The Boost C++ Libraries Sole Ownership boost::scoped_ptr是动态分配对象的唯一所有者的智能指针。boost::scoped_ptr无法复制或移动。

    80520发布于 2020-05-18
  • 来自专栏九州牧云

    error while loading shared libraries libaio.so.1

    user=mysql Installing MySQL system tables…/opt/mysql/server-5.6/bin/mysqld: error while loading shared libraries

    4.1K30发布于 2019-08-21
  • 来自专栏Java日常

    Maven项目无法引入 Maven Dependencies Libraries 问题

    刚刚checkout下来的Maven项目,引入开发工具的时候异常了,一看没有Maven Dependencies . 遂想着去引入Maven Dependencies Library . 发现引入不了,需要配置maven的settings 参数。

    1.3K50发布于 2020-12-24
  • 来自专栏以终为始

    C - Roads and Libraries HackerRank - torque-and-development 【 并查集 】

    C - Roads and Libraries HackerRank - torque-and-development  题意:给一堆点与点之间有没有边,在某一些地方建图书馆,最后让每个城市都可以到达有图书馆的地方

    27320编辑于 2023-03-09
  • 来自专栏ccf19881030的博客

    Boost.Thread-创建和管理线程-The Boost C++ Libraries

    The Boost C++ Libraries 创建和管理线程 在Boost.Thread库中最重要的类是boost ::thread,它在boost/thread.hpp中定义。

    5.6K20发布于 2020-05-18
  • 来自专栏Android相关

    All com.android.support libraries must use the exact same version

    看info是因为一些lib中使用了examples等,而那些example中使用了27.0.2版本的support library,和我们本身使用的support 26.0.1会有冲突。

    3.1K20发布于 2018-10-24
领券