01 2019 档案

概念:dependency injection, IOC, vs callback
摘要:callback function as a dependency of the object that it is being passed into. DI is the process of providing the callback (the dependency) to the obje 阅读全文

posted @ 2019-01-17 23:40 cutepig 阅读(280) 评论(0) 推荐(0) 编辑

C++ std::async vs async/await in C# - Stack Overflow
摘要:C++ std::async vs async/await in C# - Stack Overflow 我想知道新的c ++功能std::async是否与两个C#关键字async / await相当,如果不是为什么? 不是,假设我正在正确阅读这个std :: async文档。 C#5的异步/等待功 阅读全文

posted @ 2019-01-17 23:05 cutepig 阅读(1080) 评论(0) 推荐(0) 编辑

a small notepad++ plugin to support doxygen 1key generate
摘要:Precondition: doxygen in c:\ folder testdoxygen.bat path %path%;C:\Doxygen;C:\Doxygen\graphviz\binrd/s/q htmlset INPUTFILE=%1doxygen Doxyfilestart htm 阅读全文

posted @ 2019-01-17 00:02 cutepig 阅读(178) 评论(0) 推荐(0) 编辑

cpgf如何实现lua script binding的?
摘要:Lib: https://github.com/cpgf/cpgf/tree/master 代码 以下是operator的实现函数 可见cpgf 设置 一个GGlueDataWrapper *指针作为upvalue,从而可以方便的调用相关实现 而注册函数如下 由于对lua api不很熟悉,这段代码还 阅读全文

posted @ 2019-01-09 23:42 cutepig 阅读(358) 评论(0) 推荐(0) 编辑

levent分析
摘要:https://github.com/xjdrew/levent 阅读全文

posted @ 2019-01-03 00:36 cutepig 阅读(131) 评论(0) 推荐(0) 编辑

luanode分析
摘要:https://github.com/ignacio/LuaNode 阅读全文

posted @ 2019-01-03 00:34 cutepig 阅读(210) 评论(0) 推荐(0) 编辑

比较火的图书
摘要:jolt奖系列 https://zh.wikipedia.org/wiki/Jolt%E5%A5%96 head first系列 https://www.52pojie.cn/thread-667131-1-1.html 阅读全文

posted @ 2019-01-03 00:16 cutepig 阅读(153) 评论(0) 推荐(0) 编辑

分析 https://github.com/torch/threads
摘要:https://github.com/torch/threads 阅读全文

posted @ 2019-01-02 23:22 cutepig 阅读(231) 评论(1) 推荐(0) 编辑

百度网盘资料下载
摘要:今天发现一定要安装百度客户端才能下载,一气之下上网搜到了chrome插件 https://greasyfork.org/zh-CN/scripts/39504-%E7%99%BE%E5%BA%A6%E7%BD%91%E7%9B%98%E7%9B%B4%E6%8E%A5%E4%B8%8B%E8%BD% 阅读全文

posted @ 2019-01-02 22:57 cutepig 阅读(619) 评论(0) 推荐(0) 编辑

Written a lua threadpool
摘要:工作原理 由于lua只能单线程运行,该lib要求所有lua代码在单线程,而多线程部分只能为c代码 具体用法上要求多线程部分必须用c实现 相关模块 线程池 异步函数实现框架 Now only a sleep function is provided Usage: C codes: 阅读全文

posted @ 2019-01-01 00:23 cutepig 阅读(345) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示