书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 223 个相关结果.
  • printf(/) and stdio in the Julia runtime

    printf() and stdio in the Julia runtime Libuv wrappers for stdio Interface between JL_STD* and Julia code printf() during initialization Legacy ios.c library printf() and s...
  • printf(/) and stdio in the Julia runtime

    printf() and stdio in the Julia runtime Libuv wrappers for stdio Interface between JL_STD* and Julia code printf() during initialization Legacy ios.c library printf() and s...
  • printf(/) and stdio in the Julia runtime

    printf() and stdio in the Julia runtime Libuv wrappers for stdio Interface between JL_STD* and Julia code printf() during initialization Legacy ios.c library printf() and s...
  • 线程

    1874 2018-02-27 《libuv中文教程》
    Threads Core thread operations thread-create/main.c TIP thread-create/main.c Synchronization Primitives Mutexes libuv mutex functions NOTE Lock locks/main.c - simple rwloc...
  • 高级事件循环

    1176 2018-02-27 《libuv中文教程》
    Advanced event loops Stopping an event loop src/unix/core.c - uv_run uvstop/main.c Advanced event loops libuv提供了非常多的控制event-loop的方法,你能通过使用多loop来实现很多有趣的功能。你还可以将libuv的event lo...
  • C/C++插件(C/C++ Addons)

    C/C++插件(C/C++ Addons) C/C++插件(C/C++ Addons) Node.js 插件是动态链接共享对象,用 C 或 C++ 编写,它可以使用 require() 函数加载到 Node.js 中,并且可以把它们当成普通的 Node.js 模块那样使用。它们主要用于提供 Node.js 和 C/C++ 库之间运行 JavaScr...
  • 关于

    1065 2018-02-27 《libuv中文教程》
    About Licensing About Nikhil Marathe 在某一个下午(June 16, 2012)开始写这本书。当他在写node-taglib 的时候苦于没有好的libuv文档。虽然已经有了官方文档,但是没有好理解的教程。本书正是应需求而生,并且努力变得准确。也就是说,本书中可能会有错误。所以鼓励大家Pull requests。你...
  • Awesome xmake

    示例 包仓库 插件 XMake插件 IDE编辑器插件 项目 文章 视频 其他 awesome-xmake ...
  • 1 Node.js 体系结构

    2978 2018-03-10 《nodejs 基础教程》
    1 Node.js 体系结构 1.1 网络 IO 模型变迁 1.2 libuv 1.3 参考链接 1 Node.js 体系结构 其实我就是想写一下 Node 的底层架构,但是说道底层这个东西,我就想起来了我上学时候的一门课《计算机体系机构》,就是把计算机各个部件的运行原理给串起来来讲,所以我就把这章的名字定为 Node.js 体系结构,但愿讲得...
  • 文件系统

    2581 2018-02-27 《libuv中文教程》
    Filesystem note Reading/Writing files uvcat/main.c - opening a file uvcat/main.c - read callback uvcat/main.c - write callback Warning uvcat/main.c Warning Filesystem oper...