public void CreateYunYD() { GameToolsManager.Instance.effectType = EFFECTTYPE.YunYD; CreateYunOrWu("Effect/yunwu-yd", Vector3.zero); } public void Cre... ...
分类:
编程语言 时间:
2018-04-08 18:29:26
阅读次数:
1170
1.更多的使用auto而不是显式类型声明 将大段声明缩减成auto 例如: typename std::iterator_traits<It>::value_type currValue = *b; auto currValue = *b; 使用auto可以防止变量未初始化 例如: int x1; ...
分类:
编程语言 时间:
2018-04-07 16:20:44
阅读次数:
203
题目链接: https://vjudge.net/problem/POJ-1135 题目大意: 有N个关键的多米诺骨牌,这些牌通过一些路径相连接,这些路径是由一排其他骨牌构成的。已知每一条路径上的骨牌倒下需要的时间。现在从把编号为1的关键骨牌推倒,问多长时间后所有的骨牌(包括关键牌和它们之间的路径上 ...
分类:
其他好文 时间:
2018-04-06 18:40:34
阅读次数:
156
https://www.jianshu.com/p/6284f57664b9 目前对于variant进行注释的软件主要有4个: Annovar, SnpEff, VEP(variant Effect Predictor), Oncotator, 选择合适的软件注释variants对于下游分析是很关键 ...
分类:
其他好文 时间:
2018-04-06 12:31:13
阅读次数:
384
/usr/local/nginx/conf/fastcgi.conf修改如下:即修改open_basedir的内容,修改好后重启lnmp
分类:
其他好文 时间:
2018-04-04 21:02:22
阅读次数:
123
android effects笔记 android effects笔记 android sound effect android effects笔记 1 相关类及成员说明 1.1 AudioPolicyService类 1.2 AudioPolicyEffects类 1.3 audioEffect相 ...
分类:
移动开发 时间:
2018-04-03 18:13:41
阅读次数:
271
第一种方法: UIBlurEffect *effect = [UIBlurEffect effectWithStyle:UIBlurEffectStyleLight]; UIVisualEffectView *effectView = [[UIVisualEffectView alloc] init ...
分类:
其他好文 时间:
2018-04-02 10:09:24
阅读次数:
161
Flask框架中的信号基于blinker,其主要就是让开发者可是在flask请求过程中定制一些用户行为。 1 pip3 install blinker 1 pip3 install blinker 1 pip3 install blinker 1 pip3 install blinker pip3 ...
分类:
其他好文 时间:
2018-04-01 10:39:15
阅读次数:
197
NVisionXR引擎是全球首款跨平台多兼容的原生AR应用开发引擎,让AR应用开发更高效。 ...
分类:
其他好文 时间:
2018-03-31 10:55:54
阅读次数:
253
在linux服务器部署thinkphp5的时候PHP报了这个错误, 如下: Warning: require(): open_basedir restriction in effect. File(/www/wwwroot/zhuyuyun/thinkphp/start.php) is not wi ...
分类:
其他好文 时间:
2018-03-27 16:38:59
阅读次数:
3388