ZMQ简单使用 一 什么是ZMQ 引用官方的说法: “ZMQ (以下 ZeroMQ 简称 ZMQ)是一个简单好用的传输层,像框架一样的一个 socket library,他使得 Socket 编程更加简单、简洁和性能更高。是一个消息处理队列库,可在多个线程、内核和主机盒之间弹性伸缩。ZMQ 的明确目 ...
分类:
其他好文 时间:
2020-10-19 22:29:07
阅读次数:
27
Logger写*.log文件时 Console Log: W/System.err: java.io.IOException: open failed: ENOENT (No such file or directory) W/System.err: at java.io.File.createNe ...
分类:
移动开发 时间:
2020-10-16 10:47:37
阅读次数:
39
C 库函数 - getenv() C 标准库 - <stdlib.h> 描述 C 库函数 char *getenv(const char *name) 搜索 name 所指向的环境字符串,并返回相关的值给字符串。 声明 下面是 getenv() 函数的声明。 char *getenv(const c ...
分类:
其他好文 时间:
2020-10-13 17:52:55
阅读次数:
41
FIFO library The FIFO library provides a simple circular buffer implementation for storing bytes. The FIFO uses the size and buffer memory provided by ...
分类:
其他好文 时间:
2020-10-12 20:40:45
阅读次数:
29
开发环境:mac+python3.8.3+pyqt5.15.1+vscode 使用py2app打包运行后报错。 在命令行看到如下报错: Traceback (most recent call last): File "/Users/panda/Documents/work/python/xxx/di ...
分类:
其他好文 时间:
2020-09-24 21:51:42
阅读次数:
46
1. 端游使用unity WebGL(需优化内嵌浏览器),app使用unity 原生(as library)2. 都使用UAL,端游去解决gamelib冲突问题。3.不考虑后来lipeng提的cocos creator的话对于app都得去搞UAL 1.RN(一) 为什么要学习RN ...
分类:
其他好文 时间:
2020-09-24 20:51:18
阅读次数:
41
https://www.jianshu.com/p/79901ef8556a 上面的链接已经很详细地说明了 注意gradle的目录问题,我的是Contents/plugins/gradle,不要去所谓新建一个目录。 还有注意在安装失败后要把AS的所有项目删除干净 rm -Rf /Applicatio ...
分类:
移动开发 时间:
2020-09-23 23:48:25
阅读次数:
56
OpenGL有很多扩展库,下面我们一一了解一下,现在开发过程中,我们推荐使用opengl+glew+glfw组合方案。
分类:
其他好文 时间:
2020-09-21 11:38:57
阅读次数:
31
前期准备:安装微软Excel,需要调用excel类库,Microsoft.Excel XXX Object Library 1 sing System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.T ...
Plugin group_replication reported;Authentication plugin ‘caching_sha2_password‘ reported error: Authentication requires secure connection. Error_code: MY-002061
分类:
数据库 时间:
2020-09-17 22:46:40
阅读次数:
36