2个月前还在忙碌的找实习工作,看见招聘信息上面有一条熟悉扩展Unity编辑器,配合美工编程. 自己动手写完这个代码时候,发现写代码就像弹钢琴多么神奇. TestEdit类: using UnityEngine;
using System.Collections;
using UnityEditor;[CustomEditor(typeof(Test))]
public class …
--查看表锁 select * from sys.v_$sqlarea where disk_reads>100--监控事例的等待 select event,sum(decode(wait_Time,0,0,1)) "Prev", sum(decode(wait_Time,0,1,0)) "Curr",count(*) "Tot"from v$session_Wait group by event order by 4 …
有时候从github上下载一些新的包编译时经常会缺少一些插件或库文件,比如
Could NOT find Bullet (missing: BULLET_DYNAMICS_LIBRARY BULLET_COLLISION_LIBRARY BULLET_MATH_LIBRARY BULLET_SOFTBODY_LIBRARY BULLET_INCLUDE_DIR)
或者
Could NOT find SDL (miss…
本文主要介绍 CMake 中 include 指令的相关知识。
1 概述 引用 CMake 官网对于 include 指令的介绍,如下:
Load and run CMake code from a file or module.
include 指令的用法如下:
include(<file|module> [OPTIONAL] [RESULT_VA…