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
1. 在使用AntDesign的form表单时,在弄编辑新增使用同一个Modal框的时候,点击编辑按钮打开页面时,呈现编辑页面的表单需要渲染这一行record数据,虽说后台渲染的数据还是都渲染出来了,但是此时的页面打开控制台还是会出现警告。 警告图如下所示: 2. 出现这个原因,还是因为this.p ...
分类:
其他好文 时间:
2020-09-18 17:20:54
阅读次数:
53
前期准备:安装微软Excel,需要调用excel类库,Microsoft.Excel XXX Object Library 1 sing System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.T ...
TPL - Task Parallel Library为我们提供了Task相关的api,供我们非常方便的编写并行代码,而不用自己操作底层的Thread类。使用Task的优势是显而易见的: 提供返回值 异常捕获 节省Context Switch造成的开销 另一个Task带来的优势就是不再需要通过阻塞线 ...
分类:
其他好文 时间:
2020-09-17 21:21:09
阅读次数:
43
module.exports = { presets: [ ['@vue/cli-plugin-babel/preset', { modules: false }] ], plugins: [ [ 'component', { libraryName: 'element-ui', styleLibr ...
分类:
Web程序 时间:
2020-09-17 15:34:00
阅读次数:
76
一,修改配置文件 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
本篇参考: 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
mac上本来安装了php7.1版本,后来安装了node,结果再次执行php的时候,出现错误 dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.63.dylib Referenced from: /usr/local/opt/p ...
分类:
Web程序 时间:
2020-09-14 19:18:32
阅读次数:
81