1.可以在A场景中某一物体的Awake方法中启动协程提前加载下一个需要用到的场景 IEnumerator loadScence(string sceneName) { async = SceneManager.LoadSceneAsync(sceneName); async.allowSceneAc ...
分类:
其他好文 时间:
2019-08-20 20:41:37
阅读次数:
138
android.permission.EXPAND_STATUS_BAR 允许一个程序扩展收缩在状态栏,android开发网提示应该是一个类似Windows Mobile中的托盘程序 android.permission.FACTORY_TEST 作为一个工厂测试程序,运行在root用户 andro ...
分类:
移动开发 时间:
2019-08-10 14:32:03
阅读次数:
233
AQS 关于CLH大量使用到的Unsafe的CAS用法,头两个入参是this和xxOffset,翻了一下牛逼网友的给的代码大概是处理一个内存对齐的问题,整个操作中涉及到offset(dest)有两个部分 Unsafe不面向普通开发者,上来就检查你的类加载器是不是null(native) 先mark一 ...
分类:
其他好文 时间:
2019-07-28 10:59:29
阅读次数:
111
输入子系统框架: drivers/input/input.c list_add_tail(&handler->node, &input_handler_list); //放入链表 list_for_each_entry(dev, &input_dev_list, node)//对于每一个input_ ...
分类:
其他好文 时间:
2019-07-23 00:16:58
阅读次数:
104
环境:win10,Unity2018.2.6f1,vs2015就用Unity自带的VideoPlayer用法都知道,就不赘述了而且之前在别的文章里也说过,当初做一个安卓端应用,一开始用的是Unity5.6.2,莫名卡顿,换了2017.3就好了,所以要用videoplayer的话,建议unity用2017及以上版本好了,这次遇到的就是程序发布成webgl版,在网页上视频不播放的问题就是弄好了让它自动
分类:
编程语言 时间:
2019-07-18 10:51:16
阅读次数:
440
小结: 1、不必要的唤醒 惊群效应 https://github.com/benoitc/gunicorn/issues/792#issuecomment-46718939 https://www.citi.umich.edu/u/cel/linux-scalability/reports/acce ...
分类:
系统相关 时间:
2019-05-09 00:48:21
阅读次数:
173
第一步:注册企业微信,登录后台。地址:https://work.weixin.qq.com/wework_admin/register_wx?from=loginpage二.添加子部门,添加成员三.创建应用四.获取企业ID、部门ID、应用ID、安全码五、编写脚本Functionsendmag(){CorpID="wwa0834289c96787e1"Secret="d
分类:
微信 时间:
2019-03-15 10:42:34
阅读次数:
525
CS560/460 Spring 2019Programming Assignment 1(Due February 12, 2019 by 11:59pm) 1.Geometric Primitives Drawing Description: The line drawing function ...
分类:
编程语言 时间:
2019-03-14 19:53:13
阅读次数:
138
In this lesson you will learn to describe a daily routine. (日常生活) 课上内容(Lesson) 词汇(Key Word ) contraction 缩写 Confucius 孔子 toothbrush n. 牙刷 frie rice wi ...
分类:
其他好文 时间:
2019-02-24 21:25:43
阅读次数:
210