原文参考http://mp.weixin.qq.com/s/apFyUgqT5N-bsDUjP4Eryg 笔记总结 首先记住js中的基础数据类型undefined,null,boolean,string,number 1基本数据类型一基本数据类型的值是不可变的var name = 'hello';name.substr(2);// 此处sunstr方法返回新的字符串console.log(name);// ‘hello’ var name = 'hello2';name = 'world'con…
FindEigen3.cmake: # - Try to find Eigen3 lib # Once done this will define # # EIGEN3_FOUND - system has eigen lib # EIGEN3_INCLUDE_DIR - the eigen include directory # Copyright (c) 2006, 2007 Montel Laurent, <montel@kde.org> # Redistribution and use…