码迷,mamicode.com
首页 >  
搜索关键字:bgs library    ( 9106个结果
一种简单的FIFO实现
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
Reason: Incompatible library version: QtWidgets.abi3.so requires version 5.15.0 or later, but QtWidgets provides version 5.7.0
开发环境: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
在mac 上安装Android Studio
https://www.jianshu.com/p/79901ef8556a 上面的链接已经很详细地说明了 注意gradle的目录问题,我的是Contents/plugins/gradle,不要去所谓新建一个目录。 还有注意在安装失败后要把AS的所有项目删除干净 rm -Rf /Applicatio ...
分类:移动开发   时间:2020-09-23 23:48:25    阅读次数:56
OpenGL各种库
OpenGL有很多扩展库,下面我们一一了解一下,现在开发过程中,我们推荐使用opengl+glew+glfw组合方案。
分类:其他好文   时间:2020-09-21 11:38:57    阅读次数:31
C# 操作Excel
前期准备:安装微软Excel,需要调用excel类库,Microsoft.Excel XXX Object Library 1 sing System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.T ...
分类:Windows程序   时间:2020-09-18 00:44:22    阅读次数:60
TaskContinuationsOptions.ExecuteSynchronously探秘
TPL - Task Parallel Library为我们提供了Task相关的api,供我们非常方便的编写并行代码,而不用自己操作底层的Thread类。使用Task的优势是显而易见的: 提供返回值 异常捕获 节省Context Switch造成的开销 另一个Task带来的优势就是不再需要通过阻塞线 ...
分类:其他好文   时间:2020-09-17 21:21:09    阅读次数:43
Element ui 按需引入配置babel.confg.js
module.exports = { presets: [ ['@vue/cli-plugin-babel/preset', { modules: false }] ], plugins: [ [ 'component', { libraryName: 'element-ui', styleLibr ...
分类:Web程序   时间:2020-09-17 15:34:00    阅读次数:76
TP框架简单session redis存储设置
一,修改配置文件 Library/ThinkPHP/Conf/convention.php SESSION_TYPE => "redis" 二,添加session redis驱动 Library/ThinkPHP/Think/Session/Driver/Redis.class.php <?phpn ...
分类:其他好文   时间:2020-09-17 14:14:49    阅读次数:47
Salesforce LWC学习(二十三) Lightning Message Service 浅谈
本篇参考: https://trailhead.salesforce.com/content/learn/superbadges/superbadge_lwc_specialist https://developer.salesforce.com/docs/component-library/doc ...
分类:其他好文   时间:2020-09-17 14:00:48    阅读次数:29
9106条   上一页 1 ... 11 12 13 14 15 ... 911 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!