-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch_index.json
1 lines (1 loc) · 180 KB
/
search_index.json
1
{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["book","bqr","introduct","refer","teamwork."],"Theory/":["一、理论"],"Theory/Robotics/robotics.html":["1.1","机器人学"],"Theory/ControlTheory/ControlTheory.html":["1.2","控制理论"],"Theory/quadruped/quadruped.html":["1.3","四足机器人"],"Theory/cooperation/cooperation.html":["1.4","机臂协同"],"Theory/SLAM/SLAM.html":["1.5","slam"],"Theory/MachineLearning/MachineLearning.html":["1.6","机器学习"],"Theory/StateEstimation/StateEstimation.html":["1.7","状态估计"],"Theory/StateEstimation/filtering.html":["1.7.1","滤波"],"Theory/StateEstimation/optimization.html":["1.7.2","优化"],"Practice/":["二、实践"],"Practice/Programming/Programming.html":["2.1","编程"],"Practice/Programming/C++.html":["2.1.1","c++"],"Practice/Programming/python.html":["2.1.2","python"],"Practice/Programming/matlab.html":["2.1.3","matlab"],"Practice/Mechanic/Mechanic.html":["2.2","机械"],"Practice/OS/OS.html":["2.3","操作系统"],"Practice/OS/Linux.html":["2.3.1","linux"],"Practice/OS/Windows.html":["2.3.2","window"],"Practice/OS/Macbook.html":["2.3.3","macbook"],"Practice/Communication/Communication.html":["2.4","通信"],"Practice/Communication/RTX.html":["2.4.1","rtx"],"Practice/Communication/ROS.html":["2.4.2","ro"],"Practice/Communication/BUS.html":["2.4.3","bu"],"Practice/Communication/BUS/CAN.html":[],"Practice/Communication/BUS/EtherCAT.html":["ethercat"],"Practice/Simulator/Simulator.html":["2.5","仿真器"],"Practice/Simulator/Vrep.html":["2.5.1","vrep"],"Practice/Simulator/Gazebo.html":["2.5.2","gazebo"],"Practice/Simulator/webots.html":["2.5.3","webot"],"Practice/Simulator/Mujoco.html":["2.5.4","mujoco"],"Practice/IDE/IDE.html":["2.6","集成开发环境"],"Practice/IDE/vscode.html":["2.6.1","vscode"],"Practice/IDE/Qt creator.html":["2.6.2","creator","qt"],"Practice/IDE/Clion.html":["2.6.3","clion"],"Practice/IDE/KDevelop.html":["2.6.4","kdevelop"],"Practice/Electronic/Electronic.html":["2.7","电力电子"],"Practice/VersionControl/VersionControl.html":["2.8","版本控制"],"Practice/VersionControl/GitVersionControl.html":["\"comment\"","\"email\"","\"wanghua\"","\"xxbranch\"|xarg","#","##origin指的是关联的远程仓库,master指的是本地分支,test指的是远程分支,注意本地分支应该先创建,","##将本目录下所有文件加入到index","##将版本加入到head","##查看git状态","##检查之前是否生成了key","#一直enter,不要设置密码","#只对当前仓库有效","#查看git配置","$",".","1.创建分支","1.创建和更改本地与远程的连接","1.指定仓库目录","1.登录github","1.通过提交记录来进行版本控制","1、删除本地分支","1、只在工作区修改了,没提交到暂存区","2.8.1","2.从远程获取代码并合并本地的版本","2.创建新的仓库","2.初始化","2.版本控制","2.通过分支控制版本,但是需要注意的是修改后需要commit后再切换回你想要去的分支,这样原分支的更改将不会被更新到其他分支,否则工作区的修改将是全局修改,因此核心仍旧是提交记录来进行修改","2、修改提交到暂存区之后(即git","2、删除仓库远程分支","3.克隆到本地:","3.合并分支","3.编辑仓库","3、已经提交到本地的版本库分支master上了(前提是没推送到远程版本库,git","3、批量删除本地分支","4.加入到head","4.版本回退","4.编辑文件","5.上传更新到github","5.创建ssh","5.删除分支","6.到github所在仓库的分支下请求合并“pul","6.在github上新建仓库","6.标签管理","7.创建本地仓库与远程仓库的连接","8.更新远程仓库",":","add","b","branch","c","cat","checkout","clone","commit","commitid","config","d","delet","develop","e","file","git","git@github.com","git@github.com:***/test.git","gite","github","git版本控制","git配置","global","gpg","hard","head","index.html","init","key","keygen","keys\",新建,输入id和上个命令输出的秘钥","list","log","m","master","master:brantest","master:test","merg","origin","pull","push","reflog","remot","request”","reset","rm","rsa","ssh","statu","t","tag","test@runoob.com","test_1","u","user.email","user.nam","u在下次仓库不再是空的时候可以去除","v1.0","|grep","|xarg","~/.ssh","~/.ssh/id_rsa.pub","之前)","先使用$","其实","分支名","分支管理","创建仓库","删除分支","删除本地所有与远程仓库同步分支(本地修改过未提交的不会删除)","删除本地部分grep匹配的分支","后,git","和github大同小异,关键在于","安装git","将暂存区的修改撤销掉,重新放回工作区,","就是用暂存区的版本来代替工作区的版本","强制删除所有分支","打开github账户的设置,进入\"ssh","拉取仓库","撤销修改","撤销工作区修改","本地创建","注意:新建空的文件夹并不会认为是更改","版本回退","版本控制","由于本地git仓库和github仓库之间的传输是通过ssh加密的,所以连接时需要设置一下:","网页创建","进入git官网下载页面,下载适配操作系统的安装包,进行安装","远程仓库","针对当前仓库"],"Practice/Building/Building.html":["2.9","编译"],"Practice/Building/Cmake.html":["\"${cmake_c_flags}","\"${cmake_cxx_flags}","\"*.cc\")","\"*.cpp\"","\"debug\")","\"messag","\"project","\"while","#","#cmake是对大小写敏感的","#glob不支持递归遍历子目录,若想实现递归遍历子目录,请使用glob_recurs","#在build下生成makefil","#指定cmake最低版本,该值应该低于安装cmake版本","#指定源文件目录","#指定源文件,源文件可以有多个但是只能有一个main函数","#指定项目名字、版本、语言(c代表c语言,cxx代表c++)","#搜索当前目录下的所有.cpp文件","#设置c++的编译选项","#设置c的编译选项","#这里没有“$”符号","$(eigen3_include_dirs)","${cmake_current_binary_dir}","${cmake_current_source_dir}","${cmake_current_source_dir}/includ","${cmake_current_source_dir}/lib/test.so)","${cmake_current_source_dir}/libs64","${cmake_current_source_dir}/libs64/libtest.a","${common_project_files})","${link_libs})","${project_file}\")","${src_list}","${src_list})","(a)在cmakelist.txt所在目录下命令行模式","(b)创建build,在build目录下执行","(cmake_c_flag","(cmake_cxx_flag","(source_dir",")",".',","..","...","...)","1.0.0","10、ctest和cpack","11)","11、环境变量","12、系统信息","13、开关选项","14.1、set直接设置变量的值","14.2、set追加变量的值","14.3、list追加或删除变量的值","14、设置变量","15、条件控制","16、其他","1、常用","2.6.22","2.9.1","2、编译方式","3.0)","3.3","3、cmake内置变量","4、设置包含目录","5、设置搜索目录","6、链接库","7、打印消息","8、包含子目录","99)","9、生成链接库","[binary_dir]","[exclude_from_all])","add_executable(...)","add_executable(demo","add_executable(test","add_library(hello","add_subdirectori","aux_source_directory(.","b","boost_log.a","boost_system.a)","break","break()","build","build_shared_libs:","c","cmake","cmake_binary_dir,project_binary_dir,_binary_dir:这三个变量内容一致,如果是内部编译,就指的是工程的顶级目录,如果是外部编译,指的就是工程编译发生的目录。","cmake_c_flags设置c编译选项,也可以通过add_definitions()添加","cmake_current_binary_dir:","cmake_current_list_dir:","cmake_current_list_line:","cmake_current_source_dir:","cmake_cxx_flags设置c++编译选项,也可以通过指令add_definitions()添加。","cmake_major_version,cmak","cmake_minimum_required(vers","cmake_minor_version,cmak","cmake_module_path:","cmake_patch_version,cmak","cmake_source_dir,project_source_dir,_source_dir:","cmake_system","cmake_system_nam","cmake_system_processor,处理器名称,比如i686","cmake_system_vers","cmakelist.txt下各命令功能","cmakelist.txt所在的目录","cmakelist.txt的完整路径","common)","continu","cxx)","dauthor=realcoolengineer'","dcmkae_build_type=debug","debug:调试信息,主要针对开发者","d,比如'","else()","endforeach","endforeach()","endif()","endwhil","endwhile()","fatal_error:cmake致命错误,会终止进程","file","file(glob","find_package(eigen3","foreach","foreach(project_fil","found","hello)","i${cmake_current_source_dir}\")","if(${cmake_build_type}","if(msvc)","if...else...elseif...endif","includ","include(\"${project_file}\")","include_directories(","lauguag","library_output_dir,binary_output_dir:","link_directories(","link_directories(/home/test/myprojects/libs)","linux下还可以通过flag的方式设置:","list(append","list(remove_item","main.cpp","main.cpp)","make","match","message([]","message(statu","no_module)","on)后,默认生成动态库。","option可以添加cmake编译选项。","project(test","pthread)","requir","s","send_error:cmake错误,会继续执行,但是会跳过生成构建系统","set","set(boost_thread","set(cmake_c_standard","set(cmake_cxx_flag","set(cmake_cxx_standard","set(link_lib","set(src_list","share","source_dir","src/main.cpp)","src_list","src_list)","status:项目使用者可能比较关心的信息,比如提示当前使用的编译器","std=c++11\")","std=c99\")","s,比如'cmake","target_link_libraries(${catkin_libraries}","target_link_libraries(demo","test)","test.cpp)","text\"","true\")","unix","value)","version","warning:cmake警告,不会打断进程","while(true)","win32","x","不建议使用该命令,而建议使用:","不设置,使用add_library在没有指定库类型的情况下,默认生成的都是静态库。如果设置了set(build_shared_lib","中的2","中的4","中的6","主版本号,比如2.4.6","使用环境变量:$env{name}","其他为可选参数","写入环境变量:set(env{name}","和cygwin","在上层文件中需要添加链接库的link","外部编译时,指的是target目录,内部编译时,指的是顶级目录","如果工程复杂,可能需要编写一些cmake模块","它会自动在系统默认库路径和指定自定义库路径进行搜索libtest.a和libtest.so文件","平台为true,包括cygwin","库和可执行的最终存放目录","当前所在的行","待补充","必选参数。该参数指定一个子目录,子目录下应该包含cmakelists.txt文件和代码文件。子目录可以是相对路径也可以是绝对路径,如果是相对路径,则是相对当前目录的一个相对路径。","指定c和c++标准","指定变量","指定多个链接库","指定完整路径","次版本号,比如2.4.6","生成链接库","用来控制默认的库编译方式,如果","空或者notice:比较重要的信息,如前面演示中的格式","补丁等级,比如2.4.6","该命令常常与其他命令组合使用","这三个变量内容一致,都指的是工程的顶级目录。",",不包含版本的系统名,比如linux",",在所有的win32",",在所有的类unix平台为true,包括o",",系统名称,比如linux",",系统版本,比如2.6.22",",这里通过set指定这个变量"],"Practice/Building/catkin_make.html":["2.9.2","catkin_mak"],"Practice/Building/catkin.html":["2.9.3","catkin"],"Practice/Tools/Tools.html":["2.10","工具"],"Practice/Tools/Vim.html":["2.10.1","vim"],"Practice/Tools/unzip.html":["#","#指定解压路径","#方式1","#方式2",".bunzip2",".bzip2",".tar.gz",".tgz","1、‘.tar'文件","2.10.2","2、'.gz'文件","3、'.tar.gz'、'.tgz'文件","4、'.zip'文件","5、'.rar'文件","6、’.xz‘文件","7、'.tar.xz'文件","8、’.bz2‘文件","9、通用方法","apt","bzip2","c","cvf","d","desdirnam","dirnam","dirname(压缩到指定文件夹)","file.zip","filenam","filename.bz2","filename.gz","filename.rar","filename.tar","filename.tar.gz","filename.tar.xz","filename.tar(解压到当前文件夹)","filename.xz","filename.zip","filename(压缩到当前文件夹)","gunzip","gzip","instal","o","r","rar","sudo","tar","ubuntu下各种压缩和解压命令","unar","unzip","x","xvf","xvjf","xz","z","zcvf","zip","zxvf","仅打包并非压缩","压缩","压缩,只能压缩文件","压缩,递归处理,将指定目录下的所有文件和子目录一并压缩","和","安装","将dirname和其下所有文件(夹)压缩","将dirname本身压缩","未知","解压","解压1","解压2","解压到目标路径","需要下载"],"Practice/Tools/FilePermission.html":["#查看当前目录下所有文件权限,用户组次序为u,g,o","#查看当前目录所在文件的权限","#查看指定目录下所有文件权限/查看指定文件的权限","#查看指定目录或者文件的权限,而不列出其目录下的目录和文件权限","1","100","110","111","1、权限针对三类对象进行定义","2","2.10.3","2、每个文件针对每类访问者都定义了三种权限","3、针对文件和目录给予权限的作用不同","4","4、每种权限代表数字","5、查看和修改权限方法","6","6、其他","7","=","a(all)","chmod","dirname/fil","file","g","g:","group是所在者所在的群组","l","ld","ls","mode法","o","o:","opt","opt:+","owner是拥有文件的用户(所有者)","per","per:r","r","r'指的是对目前目录下的所有文件与子目录进行相同的权限变更(即以递归的方式逐个变更),也就是说指定目录和指定目录下的所有文件都将进行相同的权限修改","r(read)","rw","rwx","r–","r:4","r:查看目录下的文件列表","r:读取read","r:读取文件内容","u:","w","w(write)","who:u","w:2","w:修改文件内容","w:写入write","w:删除和创建目录下的文件","x","x(execute)","xxx","x:1","x:可以cd进入目录,能查看目录中文件的详细属性,能访问目录下文件内容(基础权限)","x:执行execut","x:执行权限对除二进制程序以外的文件没什么意义","–","中的'","代表数字","修改权限","其他人","当然还有一种x:针对目录加执行权限,文件不加执行权限","当然,我们也可以指定所有人,用字母\"a\"代表所有人","数字法","文件权限","权限","查看权限","格式:chmod","针对文件","针对目录"],"Practice/RealTime/RealTime.html":["2.11","实时平台"]},"length":49},"tokenStore":{"root":{"1":{"0":{"0":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}},"docs":{},"、":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"和":{"docs":{},"c":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}},"1":{"0":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}},"1":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}},"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"、":{"docs":{},"环":{"docs":{},"境":{"docs":{},"变":{"docs":{},"量":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"2":{"docs":{},"、":{"docs":{},"系":{"docs":{},"统":{"docs":{},"信":{"docs":{},"息":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"3":{"docs":{},"、":{"docs":{},"开":{"docs":{},"关":{"docs":{},"选":{"docs":{},"项":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"4":{"docs":{},".":{"1":{"docs":{},"、":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"直":{"docs":{},"接":{"docs":{},"设":{"docs":{},"置":{"docs":{},"变":{"docs":{},"量":{"docs":{},"的":{"docs":{},"值":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}},"2":{"docs":{},"、":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"追":{"docs":{},"加":{"docs":{},"变":{"docs":{},"量":{"docs":{},"的":{"docs":{},"值":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}},"3":{"docs":{},"、":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"追":{"docs":{},"加":{"docs":{},"或":{"docs":{},"删":{"docs":{},"除":{"docs":{},"变":{"docs":{},"量":{"docs":{},"的":{"docs":{},"值":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}},"docs":{}},"、":{"docs":{},"设":{"docs":{},"置":{"docs":{},"变":{"docs":{},"量":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"5":{"docs":{},"、":{"docs":{},"条":{"docs":{},"件":{"docs":{},"控":{"docs":{},"制":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"6":{"docs":{},"、":{"docs":{},"其":{"docs":{},"他":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}},"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}},".":{"0":{"docs":{},".":{"0":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"docs":{}}},"1":{"docs":{"Theory/Robotics/robotics.html":{"ref":"Theory/Robotics/robotics.html","tf":5.5}}},"2":{"docs":{"Theory/ControlTheory/ControlTheory.html":{"ref":"Theory/ControlTheory/ControlTheory.html","tf":5.5}}},"3":{"docs":{"Theory/quadruped/quadruped.html":{"ref":"Theory/quadruped/quadruped.html","tf":5.5}}},"4":{"docs":{"Theory/cooperation/cooperation.html":{"ref":"Theory/cooperation/cooperation.html","tf":5.5}}},"5":{"docs":{"Theory/SLAM/SLAM.html":{"ref":"Theory/SLAM/SLAM.html","tf":5.5}}},"6":{"docs":{"Theory/MachineLearning/MachineLearning.html":{"ref":"Theory/MachineLearning/MachineLearning.html","tf":5.5}}},"7":{"docs":{"Theory/StateEstimation/StateEstimation.html":{"ref":"Theory/StateEstimation/StateEstimation.html","tf":5.5}},".":{"1":{"docs":{"Theory/StateEstimation/filtering.html":{"ref":"Theory/StateEstimation/filtering.html","tf":5.5}}},"2":{"docs":{"Theory/StateEstimation/optimization.html":{"ref":"Theory/StateEstimation/optimization.html","tf":5.5}}},"docs":{}}},"docs":{},"创":{"docs":{},"建":{"docs":{},"分":{"docs":{},"支":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}},"和":{"docs":{},"更":{"docs":{},"改":{"docs":{},"本":{"docs":{},"地":{"docs":{},"与":{"docs":{},"远":{"docs":{},"程":{"docs":{},"的":{"docs":{},"连":{"docs":{},"接":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}},"指":{"docs":{},"定":{"docs":{},"仓":{"docs":{},"库":{"docs":{},"目":{"docs":{},"录":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}},"登":{"docs":{},"录":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}},"通":{"docs":{},"过":{"docs":{},"提":{"docs":{},"交":{"docs":{},"记":{"docs":{},"录":{"docs":{},"来":{"docs":{},"进":{"docs":{},"行":{"docs":{},"版":{"docs":{},"本":{"docs":{},"控":{"docs":{},"制":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}}}}}}}}}}},"、":{"docs":{},"删":{"docs":{},"除":{"docs":{},"本":{"docs":{},"地":{"docs":{},"分":{"docs":{},"支":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}},"只":{"docs":{},"在":{"docs":{},"工":{"docs":{},"作":{"docs":{},"区":{"docs":{},"修":{"docs":{},"改":{"docs":{},"了":{"docs":{},",":{"docs":{},"没":{"docs":{},"提":{"docs":{},"交":{"docs":{},"到":{"docs":{},"暂":{"docs":{},"存":{"docs":{},"区":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}},"常":{"docs":{},"用":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}},"‘":{"docs":{},".":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}},"权":{"docs":{},"限":{"docs":{},"针":{"docs":{},"对":{"docs":{},"三":{"docs":{},"类":{"docs":{},"对":{"docs":{},"象":{"docs":{},"进":{"docs":{},"行":{"docs":{},"定":{"docs":{},"义":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}},"2":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}},".":{"1":{"0":{"docs":{"Practice/Tools/Tools.html":{"ref":"Practice/Tools/Tools.html","tf":5.5}},".":{"1":{"docs":{"Practice/Tools/Vim.html":{"ref":"Practice/Tools/Vim.html","tf":5.5}}},"2":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":5}}},"3":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":5}}},"docs":{}}},"1":{"docs":{"Practice/RealTime/RealTime.html":{"ref":"Practice/RealTime/RealTime.html","tf":5.5}}},"docs":{"Practice/Programming/Programming.html":{"ref":"Practice/Programming/Programming.html","tf":5.5}},".":{"1":{"docs":{"Practice/Programming/C++.html":{"ref":"Practice/Programming/C++.html","tf":5.5}}},"2":{"docs":{"Practice/Programming/python.html":{"ref":"Practice/Programming/python.html","tf":5.5}}},"3":{"docs":{"Practice/Programming/matlab.html":{"ref":"Practice/Programming/matlab.html","tf":5.5}}},"docs":{}}},"2":{"docs":{"Practice/Mechanic/Mechanic.html":{"ref":"Practice/Mechanic/Mechanic.html","tf":5.5}}},"3":{"docs":{"Practice/OS/OS.html":{"ref":"Practice/OS/OS.html","tf":5.5}},".":{"1":{"docs":{"Practice/OS/Linux.html":{"ref":"Practice/OS/Linux.html","tf":5.5}}},"2":{"docs":{"Practice/OS/Windows.html":{"ref":"Practice/OS/Windows.html","tf":5.5}}},"3":{"docs":{"Practice/OS/Macbook.html":{"ref":"Practice/OS/Macbook.html","tf":5.5}}},"docs":{}}},"4":{"docs":{"Practice/Communication/Communication.html":{"ref":"Practice/Communication/Communication.html","tf":5.5}},".":{"1":{"docs":{"Practice/Communication/RTX.html":{"ref":"Practice/Communication/RTX.html","tf":5.5}}},"2":{"docs":{"Practice/Communication/ROS.html":{"ref":"Practice/Communication/ROS.html","tf":5.5}}},"3":{"docs":{"Practice/Communication/BUS.html":{"ref":"Practice/Communication/BUS.html","tf":5.5}}},"docs":{}}},"5":{"docs":{"Practice/Simulator/Simulator.html":{"ref":"Practice/Simulator/Simulator.html","tf":5.5}},".":{"1":{"docs":{"Practice/Simulator/Vrep.html":{"ref":"Practice/Simulator/Vrep.html","tf":5.5}}},"2":{"docs":{"Practice/Simulator/Gazebo.html":{"ref":"Practice/Simulator/Gazebo.html","tf":5.5}}},"3":{"docs":{"Practice/Simulator/webots.html":{"ref":"Practice/Simulator/webots.html","tf":5.5}}},"4":{"docs":{"Practice/Simulator/Mujoco.html":{"ref":"Practice/Simulator/Mujoco.html","tf":5.5}}},"docs":{}}},"6":{"docs":{"Practice/IDE/IDE.html":{"ref":"Practice/IDE/IDE.html","tf":5.5}},".":{"1":{"docs":{"Practice/IDE/vscode.html":{"ref":"Practice/IDE/vscode.html","tf":5.5}}},"2":{"2":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"docs":{"Practice/IDE/Qt creator.html":{"ref":"Practice/IDE/Qt creator.html","tf":3.6666666666666665}}},"3":{"docs":{"Practice/IDE/Clion.html":{"ref":"Practice/IDE/Clion.html","tf":5.5}}},"4":{"docs":{"Practice/IDE/KDevelop.html":{"ref":"Practice/IDE/KDevelop.html","tf":5.5}}},"docs":{}}},"7":{"docs":{"Practice/Electronic/Electronic.html":{"ref":"Practice/Electronic/Electronic.html","tf":5.5}}},"8":{"docs":{"Practice/VersionControl/VersionControl.html":{"ref":"Practice/VersionControl/VersionControl.html","tf":5.5}},".":{"1":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":5}}},"docs":{}}},"9":{"docs":{"Practice/Building/Building.html":{"ref":"Practice/Building/Building.html","tf":5.5}},".":{"1":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":5}}},"2":{"docs":{"Practice/Building/catkin_make.html":{"ref":"Practice/Building/catkin_make.html","tf":5.5}}},"3":{"docs":{"Practice/Building/catkin.html":{"ref":"Practice/Building/catkin.html","tf":5.5}}},"docs":{}}},"docs":{},"从":{"docs":{},"远":{"docs":{},"程":{"docs":{},"获":{"docs":{},"取":{"docs":{},"代":{"docs":{},"码":{"docs":{},"并":{"docs":{},"合":{"docs":{},"并":{"docs":{},"本":{"docs":{},"地":{"docs":{},"的":{"docs":{},"版":{"docs":{},"本":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}},"创":{"docs":{},"建":{"docs":{},"新":{"docs":{},"的":{"docs":{},"仓":{"docs":{},"库":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}},"初":{"docs":{},"始":{"docs":{},"化":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}},"版":{"docs":{},"本":{"docs":{},"控":{"docs":{},"制":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"通":{"docs":{},"过":{"docs":{},"分":{"docs":{},"支":{"docs":{},"控":{"docs":{},"制":{"docs":{},"版":{"docs":{},"本":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"是":{"docs":{},"修":{"docs":{},"改":{"docs":{},"后":{"docs":{},"需":{"docs":{},"要":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"后":{"docs":{},"再":{"docs":{},"切":{"docs":{},"换":{"docs":{},"回":{"docs":{},"你":{"docs":{},"想":{"docs":{},"要":{"docs":{},"去":{"docs":{},"的":{"docs":{},"分":{"docs":{},"支":{"docs":{},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"原":{"docs":{},"分":{"docs":{},"支":{"docs":{},"的":{"docs":{},"更":{"docs":{},"改":{"docs":{},"将":{"docs":{},"不":{"docs":{},"会":{"docs":{},"被":{"docs":{},"更":{"docs":{},"新":{"docs":{},"到":{"docs":{},"其":{"docs":{},"他":{"docs":{},"分":{"docs":{},"支":{"docs":{},",":{"docs":{},"否":{"docs":{},"则":{"docs":{},"工":{"docs":{},"作":{"docs":{},"区":{"docs":{},"的":{"docs":{},"修":{"docs":{},"改":{"docs":{},"将":{"docs":{},"是":{"docs":{},"全":{"docs":{},"局":{"docs":{},"修":{"docs":{},"改":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"核":{"docs":{},"心":{"docs":{},"仍":{"docs":{},"旧":{"docs":{},"是":{"docs":{},"提":{"docs":{},"交":{"docs":{},"记":{"docs":{},"录":{"docs":{},"来":{"docs":{},"进":{"docs":{},"行":{"docs":{},"修":{"docs":{},"改":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"修":{"docs":{},"改":{"docs":{},"提":{"docs":{},"交":{"docs":{},"到":{"docs":{},"暂":{"docs":{},"存":{"docs":{},"区":{"docs":{},"之":{"docs":{},"后":{"docs":{},"(":{"docs":{},"即":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}},"删":{"docs":{},"除":{"docs":{},"仓":{"docs":{},"库":{"docs":{},"远":{"docs":{},"程":{"docs":{},"分":{"docs":{},"支":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}},"编":{"docs":{},"译":{"docs":{},"方":{"docs":{},"式":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}},"'":{"docs":{},".":{"docs":{},"g":{"docs":{},"z":{"docs":{},"'":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}},"每":{"docs":{},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},"针":{"docs":{},"对":{"docs":{},"每":{"docs":{},"类":{"docs":{},"访":{"docs":{},"问":{"docs":{},"者":{"docs":{},"都":{"docs":{},"定":{"docs":{},"义":{"docs":{},"了":{"docs":{},"三":{"docs":{},"种":{"docs":{},"权":{"docs":{},"限":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}}}}}}}}},"3":{"docs":{},".":{"0":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}},"3":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"docs":{},"克":{"docs":{},"隆":{"docs":{},"到":{"docs":{},"本":{"docs":{},"地":{"docs":{},":":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}},"合":{"docs":{},"并":{"docs":{},"分":{"docs":{},"支":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"编":{"docs":{},"辑":{"docs":{},"仓":{"docs":{},"库":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}},"、":{"docs":{},"已":{"docs":{},"经":{"docs":{},"提":{"docs":{},"交":{"docs":{},"到":{"docs":{},"本":{"docs":{},"地":{"docs":{},"的":{"docs":{},"版":{"docs":{},"本":{"docs":{},"库":{"docs":{},"分":{"docs":{},"支":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"上":{"docs":{},"了":{"docs":{},"(":{"docs":{},"前":{"docs":{},"提":{"docs":{},"是":{"docs":{},"没":{"docs":{},"推":{"docs":{},"送":{"docs":{},"到":{"docs":{},"远":{"docs":{},"程":{"docs":{},"版":{"docs":{},"本":{"docs":{},"库":{"docs":{},",":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"批":{"docs":{},"量":{"docs":{},"删":{"docs":{},"除":{"docs":{},"本":{"docs":{},"地":{"docs":{},"分":{"docs":{},"支":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"内":{"docs":{},"置":{"docs":{},"变":{"docs":{},"量":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}},"'":{"docs":{},".":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},".":{"docs":{},"g":{"docs":{},"z":{"docs":{},"'":{"docs":{},"、":{"docs":{},"'":{"docs":{},".":{"docs":{},"t":{"docs":{},"g":{"docs":{},"z":{"docs":{},"'":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}}}}}}}}}}}},"针":{"docs":{},"对":{"docs":{},"文":{"docs":{},"件":{"docs":{},"和":{"docs":{},"目":{"docs":{},"录":{"docs":{},"给":{"docs":{},"予":{"docs":{},"权":{"docs":{},"限":{"docs":{},"的":{"docs":{},"作":{"docs":{},"用":{"docs":{},"不":{"docs":{},"同":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}}}}}},"4":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.023255813953488372}},".":{"docs":{},"加":{"docs":{},"入":{"docs":{},"到":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}},"版":{"docs":{},"本":{"docs":{},"回":{"docs":{},"退":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"编":{"docs":{},"辑":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}},"、":{"docs":{},"设":{"docs":{},"置":{"docs":{},"包":{"docs":{},"含":{"docs":{},"目":{"docs":{},"录":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"'":{"docs":{},".":{"docs":{},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{},"'":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}},"每":{"docs":{},"种":{"docs":{},"权":{"docs":{},"限":{"docs":{},"代":{"docs":{},"表":{"docs":{},"数":{"docs":{},"字":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}},"5":{"docs":{},".":{"docs":{},"上":{"docs":{},"传":{"docs":{},"更":{"docs":{},"新":{"docs":{},"到":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}},"创":{"docs":{},"建":{"docs":{},"s":{"docs":{},"s":{"docs":{},"h":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}},"删":{"docs":{},"除":{"docs":{},"分":{"docs":{},"支":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}},"、":{"docs":{},"设":{"docs":{},"置":{"docs":{},"搜":{"docs":{},"索":{"docs":{},"目":{"docs":{},"录":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"'":{"docs":{},".":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}},"查":{"docs":{},"看":{"docs":{},"和":{"docs":{},"修":{"docs":{},"改":{"docs":{},"权":{"docs":{},"限":{"docs":{},"方":{"docs":{},"法":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}},"6":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}},".":{"docs":{},"到":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},"所":{"docs":{},"在":{"docs":{},"仓":{"docs":{},"库":{"docs":{},"的":{"docs":{},"分":{"docs":{},"支":{"docs":{},"下":{"docs":{},"请":{"docs":{},"求":{"docs":{},"合":{"docs":{},"并":{"docs":{},"“":{"docs":{},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},"上":{"docs":{},"新":{"docs":{},"建":{"docs":{},"仓":{"docs":{},"库":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}},"标":{"docs":{},"签":{"docs":{},"管":{"docs":{},"理":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}},"、":{"docs":{},"链":{"docs":{},"接":{"docs":{},"库":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}},"’":{"docs":{},".":{"docs":{},"x":{"docs":{},"z":{"docs":{},"‘":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}},"其":{"docs":{},"他":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}},"7":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}},".":{"docs":{},"创":{"docs":{},"建":{"docs":{},"本":{"docs":{},"地":{"docs":{},"仓":{"docs":{},"库":{"docs":{},"与":{"docs":{},"远":{"docs":{},"程":{"docs":{},"仓":{"docs":{},"库":{"docs":{},"的":{"docs":{},"连":{"docs":{},"接":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}},"、":{"docs":{},"打":{"docs":{},"印":{"docs":{},"消":{"docs":{},"息":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}},"'":{"docs":{},".":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},".":{"docs":{},"x":{"docs":{},"z":{"docs":{},"'":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}}}}}}},"8":{"docs":{},".":{"docs":{},"更":{"docs":{},"新":{"docs":{},"远":{"docs":{},"程":{"docs":{},"仓":{"docs":{},"库":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}},"、":{"docs":{},"包":{"docs":{},"含":{"docs":{},"子":{"docs":{},"目":{"docs":{},"录":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"’":{"docs":{},".":{"docs":{},"b":{"docs":{},"z":{"2":{"docs":{},"‘":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}},"docs":{}}}}}}},"9":{"9":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}},"docs":{},"、":{"docs":{},"生":{"docs":{},"成":{"docs":{},"链":{"docs":{},"接":{"docs":{},"库":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"通":{"docs":{},"用":{"docs":{},"方":{"docs":{},"法":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}},"docs":{},"b":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045},"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.25}}},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},".":{"docs":{},"a":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"a":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}},"q":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.25}}}},"u":{"docs":{"Practice/Communication/BUS.html":{"ref":"Practice/Communication/BUS.html","tf":5.5}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.012}},"_":{"docs":{},"s":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"s":{"docs":{},":":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.032520325203252036}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},"(":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"z":{"docs":{},"i":{"docs":{},"p":{"2":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}},"docs":{}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.012195121951219513}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},"e":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"$":{"docs":{},"{":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"}":{"docs":{},"\"":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.008}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}},"$":{"docs":{},"{":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"}":{"docs":{},"\"":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"(":{"docs":{},"$":{"docs":{},"{":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"_":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"}":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"s":{"docs":{},"v":{"docs":{},"c":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"i":{"docs":{},"f":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408},"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.25}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.016260162601626018}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"”":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"i":{"docs":{},"r":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}},"t":{"docs":{},"x":{"docs":{"Practice/Communication/RTX.html":{"ref":"Practice/Communication/RTX.html","tf":5.5}}}},"o":{"docs":{"Practice/Communication/ROS.html":{"ref":"Practice/Communication/ROS.html","tf":5.5}}},"m":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}},"s":{"docs":{},"a":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}},"a":{"docs":{},"r":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}}}},"'":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{},"对":{"docs":{},"目":{"docs":{},"前":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"的":{"docs":{},"所":{"docs":{},"有":{"docs":{},"文":{"docs":{},"件":{"docs":{},"与":{"docs":{},"子":{"docs":{},"目":{"docs":{},"录":{"docs":{},"进":{"docs":{},"行":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"权":{"docs":{},"限":{"docs":{},"变":{"docs":{},"更":{"docs":{},"(":{"docs":{},"即":{"docs":{},"以":{"docs":{},"递":{"docs":{},"归":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},"逐":{"docs":{},"个":{"docs":{},"变":{"docs":{},"更":{"docs":{},")":{"docs":{},",":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},"指":{"docs":{},"定":{"docs":{},"目":{"docs":{},"录":{"docs":{},"和":{"docs":{},"指":{"docs":{},"定":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"的":{"docs":{},"所":{"docs":{},"有":{"docs":{},"文":{"docs":{},"件":{"docs":{},"都":{"docs":{},"将":{"docs":{},"进":{"docs":{},"行":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"权":{"docs":{},"限":{"docs":{},"修":{"docs":{},"改":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}},"w":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}},"x":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}},"–":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}},":":{"4":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}},"docs":{},"查":{"docs":{},"看":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"列":{"docs":{},"表":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}},"读":{"docs":{},"取":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}},"文":{"docs":{},"件":{"docs":{},"内":{"docs":{},"容":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.25}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"@":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{},"o":{"docs":{},"o":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}}}}}}}},"_":{"1":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}},"docs":{}},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},".":{"docs":{},"c":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.016}}}}}}}}},"x":{"docs":{},"t":{"docs":{},"\"":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}},"a":{"docs":{},"g":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}},"r":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.05185185185185185}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"$":{"docs":{},"{":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"}":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.02}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"一":{"docs":{},"、":{"docs":{},"理":{"docs":{},"论":{"docs":{"Theory/":{"ref":"Theory/","tf":11}}}}}},"机":{"docs":{},"器":{"docs":{},"人":{"docs":{},"学":{"docs":{"Theory/Robotics/robotics.html":{"ref":"Theory/Robotics/robotics.html","tf":5.5}}}},"学":{"docs":{},"习":{"docs":{"Theory/MachineLearning/MachineLearning.html":{"ref":"Theory/MachineLearning/MachineLearning.html","tf":5.5}}}}},"臂":{"docs":{},"协":{"docs":{},"同":{"docs":{"Theory/cooperation/cooperation.html":{"ref":"Theory/cooperation/cooperation.html","tf":5.5}}}}},"械":{"docs":{"Practice/Mechanic/Mechanic.html":{"ref":"Practice/Mechanic/Mechanic.html","tf":5.5}}}},"控":{"docs":{},"制":{"docs":{},"理":{"docs":{},"论":{"docs":{"Theory/ControlTheory/ControlTheory.html":{"ref":"Theory/ControlTheory/ControlTheory.html","tf":5.5}}}}}},"四":{"docs":{},"足":{"docs":{},"机":{"docs":{},"器":{"docs":{},"人":{"docs":{"Theory/quadruped/quadruped.html":{"ref":"Theory/quadruped/quadruped.html","tf":5.5}}}}}}},"s":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},"l":{"docs":{},"a":{"docs":{},"m":{"docs":{"Theory/SLAM/SLAM.html":{"ref":"Theory/SLAM/SLAM.html","tf":5.5}}}}},"s":{"docs":{},"h":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}},"s":{"docs":{},":":{"docs":{},"项":{"docs":{},"目":{"docs":{},"使":{"docs":{},"用":{"docs":{},"者":{"docs":{},"可":{"docs":{},"能":{"docs":{},"比":{"docs":{},"较":{"docs":{},"关":{"docs":{},"心":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"比":{"docs":{},"如":{"docs":{},"提":{"docs":{},"示":{"docs":{},"当":{"docs":{},"前":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{},"编":{"docs":{},"译":{"docs":{},"器":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"=":{"docs":{},"c":{"9":{"9":{"docs":{},"\"":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}},"docs":{}},"docs":{},"+":{"docs":{},"+":{"1":{"1":{"docs":{},"\"":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}},"docs":{}},"docs":{}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"会":{"docs":{},"继":{"docs":{},"续":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"会":{"docs":{},"跳":{"docs":{},"过":{"docs":{},"生":{"docs":{},"成":{"docs":{},"构":{"docs":{},"建":{"docs":{},"系":{"docs":{},"统":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.008}},"(":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"t":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}},"x":{"docs":{},"x":{"docs":{},"_":{"docs":{},"f":{"docs":{},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.016}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},".":{"docs":{},"c":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.012}},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}},",":{"docs":{},"比":{"docs":{},"如":{"docs":{},"'":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}},"u":{"docs":{},"d":{"docs":{},"o":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}},"状":{"docs":{},"态":{"docs":{},"估":{"docs":{},"计":{"docs":{"Theory/StateEstimation/StateEstimation.html":{"ref":"Theory/StateEstimation/StateEstimation.html","tf":5.5}}}}}},"滤":{"docs":{},"波":{"docs":{"Theory/StateEstimation/filtering.html":{"ref":"Theory/StateEstimation/filtering.html","tf":5.5}}}},"优":{"docs":{},"化":{"docs":{"Theory/StateEstimation/optimization.html":{"ref":"Theory/StateEstimation/optimization.html","tf":5.5}}}},"二":{"docs":{},"、":{"docs":{},"实":{"docs":{},"践":{"docs":{"Practice/":{"ref":"Practice/","tf":11}}}}}},"编":{"docs":{},"程":{"docs":{"Practice/Programming/Programming.html":{"ref":"Practice/Programming/Programming.html","tf":5.5}}},"译":{"docs":{"Practice/Building/Building.html":{"ref":"Practice/Building/Building.html","tf":5.5}}}},"c":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045},"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004},"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}},"+":{"docs":{},"+":{"docs":{"Practice/Programming/C++.html":{"ref":"Practice/Programming/C++.html","tf":5.5}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"Practice/IDE/Qt creator.html":{"ref":"Practice/IDE/Qt creator.html","tf":3.6666666666666665}}}}}}}},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"Practice/IDE/Clion.html":{"ref":"Practice/IDE/Clion.html","tf":5.5}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"a":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{"Practice/Building/catkin.html":{"ref":"Practice/Building/catkin.html","tf":5.5}},"_":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{"Practice/Building/catkin_make.html":{"ref":"Practice/Building/catkin_make.html","tf":5.5}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.02032520325203252}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.016260162601626018}},"i":{"docs":{},"d":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.024390243902439025}}}}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":5.012}},"_":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},",":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"_":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},",":{"docs":{},"_":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},":":{"docs":{},"这":{"docs":{},"三":{"docs":{},"个":{"docs":{},"变":{"docs":{},"量":{"docs":{},"内":{"docs":{},"容":{"docs":{},"一":{"docs":{},"致":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"是":{"docs":{},"内":{"docs":{},"部":{"docs":{},"编":{"docs":{},"译":{"docs":{},",":{"docs":{},"就":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{},"工":{"docs":{},"程":{"docs":{},"的":{"docs":{},"顶":{"docs":{},"级":{"docs":{},"目":{"docs":{},"录":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"是":{"docs":{},"外":{"docs":{},"部":{"docs":{},"编":{"docs":{},"译":{"docs":{},",":{"docs":{},"指":{"docs":{},"的":{"docs":{},"就":{"docs":{},"是":{"docs":{},"工":{"docs":{},"程":{"docs":{},"编":{"docs":{},"译":{"docs":{},"发":{"docs":{},"生":{"docs":{},"的":{"docs":{},"目":{"docs":{},"录":{"docs":{},"。":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"_":{"docs":{},"f":{"docs":{},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"s":{"docs":{},"设":{"docs":{},"置":{"docs":{},"c":{"docs":{},"编":{"docs":{},"译":{"docs":{},"选":{"docs":{},"项":{"docs":{},",":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},"添":{"docs":{},"加":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"_":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},":":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},":":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},":":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},":":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}},"x":{"docs":{},"x":{"docs":{},"_":{"docs":{},"f":{"docs":{},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"s":{"docs":{},"设":{"docs":{},"置":{"docs":{},"c":{"docs":{},"+":{"docs":{},"+":{"docs":{},"编":{"docs":{},"译":{"docs":{},"选":{"docs":{},"项":{"docs":{},",":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"指":{"docs":{},"令":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},"添":{"docs":{},"加":{"docs":{},"。":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"j":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{},"_":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"_":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},",":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},",":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},":":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{},"处":{"docs":{},"理":{"docs":{},"器":{"docs":{},"名":{"docs":{},"称":{"docs":{},",":{"docs":{},"比":{"docs":{},"如":{"docs":{},"i":{"6":{"8":{"6":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{},"下":{"docs":{},"各":{"docs":{},"命":{"docs":{},"令":{"docs":{},"功":{"docs":{},"能":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"所":{"docs":{},"在":{"docs":{},"的":{"docs":{},"目":{"docs":{},"录":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"的":{"docs":{},"完":{"docs":{},"整":{"docs":{},"路":{"docs":{},"径":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}},"x":{"docs":{},"x":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}},"v":{"docs":{},"f":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}}}}},"p":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"n":{"docs":{"Practice/Programming/python.html":{"ref":"Practice/Programming/python.html","tf":5.5}}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}},"s":{"docs":{},"h":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.016260162601626018}}}}},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}},"e":{"docs":{},"r":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}},":":{"docs":{},"r":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}},"m":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}},"a":{"docs":{},"t":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{"Practice/Programming/matlab.html":{"ref":"Practice/Programming/matlab.html","tf":5.5}}}}},"c":{"docs":{},"h":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}},"c":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"Practice/OS/Macbook.html":{"ref":"Practice/OS/Macbook.html","tf":5.5}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}},":":{"docs":{},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},".":{"docs":{},"c":{"docs":{},"p":{"docs":{},"p":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.012}}}}}}}}},"k":{"docs":{},"e":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}},"u":{"docs":{},"j":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{"Practice/Simulator/Mujoco.html":{"ref":"Practice/Simulator/Mujoco.html","tf":5.5}}}}}}},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"[":{"docs":{},"]":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.008}}}}}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"法":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}},"操":{"docs":{},"作":{"docs":{},"系":{"docs":{},"统":{"docs":{"Practice/OS/OS.html":{"ref":"Practice/OS/OS.html","tf":5.5}}}}}},"l":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.023255813953488372}},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{"Practice/OS/Linux.html":{"ref":"Practice/OS/Linux.html","tf":5.5}},"下":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"f":{"docs":{},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"的":{"docs":{},"方":{"docs":{},"式":{"docs":{},"设":{"docs":{},"置":{"docs":{},":":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},"/":{"docs":{},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"m":{"docs":{},"y":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"s":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"_":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"_":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},",":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"_":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},":":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"g":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}},"a":{"docs":{},"u":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"d":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.023255813953488372}}},"s":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.046511627906976744}}}},"w":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}},"i":{"docs":{},"n":{"3":{"2":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"docs":{}},"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"Practice/OS/Windows.html":{"ref":"Practice/OS/Windows.html","tf":5.5}}}}}}},"e":{"docs":{},"b":{"docs":{},"o":{"docs":{},"t":{"docs":{"Practice/Simulator/webots.html":{"ref":"Practice/Simulator/webots.html","tf":5.5}}}}}},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"警":{"docs":{},"告":{"docs":{},",":{"docs":{},"不":{"docs":{},"会":{"docs":{},"打":{"docs":{},"断":{"docs":{},"进":{"docs":{},"程":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}},"o":{"docs":{},":":{"docs":{},"u":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}},"(":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},")":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}},":":{"2":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}},"docs":{},"修":{"docs":{},"改":{"docs":{},"文":{"docs":{},"件":{"docs":{},"内":{"docs":{},"容":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}},"写":{"docs":{},"入":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}},"删":{"docs":{},"除":{"docs":{},"和":{"docs":{},"创":{"docs":{},"建":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}},"通":{"docs":{},"信":{"docs":{"Practice/Communication/Communication.html":{"ref":"Practice/Communication/Communication.html","tf":5.5}}}},"e":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"Practice/Communication/BUS/EtherCAT.html":{"ref":"Practice/Communication/BUS/EtherCAT.html","tf":11}}}}}}}}},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.008}}}}}}},"n":{"docs":{},"d":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},"(":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}},"i":{"docs":{},"f":{"docs":{},"(":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.008}}}}}},"w":{"docs":{},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}},"仿":{"docs":{},"真":{"docs":{},"器":{"docs":{"Practice/Simulator/Simulator.html":{"ref":"Practice/Simulator/Simulator.html","tf":5.5}}}}},"v":{"1":{"docs":{},".":{"0":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}},"docs":{}}},"docs":{},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{"Practice/Simulator/Vrep.html":{"ref":"Practice/Simulator/Vrep.html","tf":5.5}}}}},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"Practice/IDE/vscode.html":{"ref":"Practice/IDE/vscode.html","tf":5.5}}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"i":{"docs":{},"m":{"docs":{"Practice/Tools/Vim.html":{"ref":"Practice/Tools/Vim.html","tf":5.5}}}}},"g":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}},"a":{"docs":{},"z":{"docs":{},"e":{"docs":{},"b":{"docs":{},"o":{"docs":{"Practice/Simulator/Gazebo.html":{"ref":"Practice/Simulator/Gazebo.html","tf":5.5}}}}}}},"i":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":5.17479674796748}},"@":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}},":":{"docs":{},"*":{"docs":{},"*":{"docs":{},"*":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}},"版":{"docs":{},"本":{"docs":{},"控":{"docs":{},"制":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"配":{"docs":{},"置":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}},"p":{"docs":{},"g":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}},"u":{"docs":{},"n":{"docs":{},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}}}}},":":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"是":{"docs":{},"所":{"docs":{},"在":{"docs":{},"者":{"docs":{},"所":{"docs":{},"在":{"docs":{},"的":{"docs":{},"群":{"docs":{},"组":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}},"集":{"docs":{},"成":{"docs":{},"开":{"docs":{},"发":{"docs":{},"环":{"docs":{},"境":{"docs":{"Practice/IDE/IDE.html":{"ref":"Practice/IDE/IDE.html","tf":5.5}}}}}}}},"q":{"docs":{},"t":{"docs":{"Practice/IDE/Qt creator.html":{"ref":"Practice/IDE/Qt creator.html","tf":3.6666666666666665}}}},"k":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"Practice/IDE/KDevelop.html":{"ref":"Practice/IDE/KDevelop.html","tf":5.5}}}}}}}}},"e":{"docs":{},"y":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{},"新":{"docs":{},"建":{"docs":{},",":{"docs":{},"输":{"docs":{},"入":{"docs":{},"i":{"docs":{},"d":{"docs":{},"和":{"docs":{},"上":{"docs":{},"个":{"docs":{},"命":{"docs":{},"令":{"docs":{},"输":{"docs":{},"出":{"docs":{},"的":{"docs":{},"秘":{"docs":{},"钥":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}},"电":{"docs":{},"力":{"docs":{},"电":{"docs":{},"子":{"docs":{"Practice/Electronic/Electronic.html":{"ref":"Practice/Electronic/Electronic.html","tf":5.5}}}}}},"版":{"docs":{},"本":{"docs":{},"控":{"docs":{},"制":{"docs":{"Practice/VersionControl/VersionControl.html":{"ref":"Practice/VersionControl/VersionControl.html","tf":5.5},"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}},"回":{"docs":{},"退":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"\"":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"\"":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}},"w":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"h":{"docs":{},"u":{"docs":{},"a":{"docs":{},"\"":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"x":{"docs":{},"x":{"docs":{},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"\"":{"docs":{},"|":{"docs":{},"x":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}},"$":{"docs":{},"{":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"_":{"docs":{},"f":{"docs":{},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"s":{"docs":{},"}":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}},"x":{"docs":{},"x":{"docs":{},"_":{"docs":{},"f":{"docs":{},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"s":{"docs":{},"}":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.008}}}}}}}}}}}}}}}}}}}},"*":{"docs":{},".":{"docs":{},"c":{"docs":{},"c":{"docs":{},"\"":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"d":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}},"#":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045},"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004},"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.0962962962962963}},"#":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{},"关":{"docs":{},"联":{"docs":{},"的":{"docs":{},"远":{"docs":{},"程":{"docs":{},"仓":{"docs":{},"库":{"docs":{},",":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{},"本":{"docs":{},"地":{"docs":{},"分":{"docs":{},"支":{"docs":{},",":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{},"远":{"docs":{},"程":{"docs":{},"分":{"docs":{},"支":{"docs":{},",":{"docs":{},"注":{"docs":{},"意":{"docs":{},"本":{"docs":{},"地":{"docs":{},"分":{"docs":{},"支":{"docs":{},"应":{"docs":{},"该":{"docs":{},"先":{"docs":{},"创":{"docs":{},"建":{"docs":{},",":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"本":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"所":{"docs":{},"有":{"docs":{},"文":{"docs":{},"件":{"docs":{},"加":{"docs":{},"入":{"docs":{},"到":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}},"版":{"docs":{},"本":{"docs":{},"加":{"docs":{},"入":{"docs":{},"到":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}}}}}}},"查":{"docs":{},"看":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"状":{"docs":{},"态":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}},"检":{"docs":{},"查":{"docs":{},"之":{"docs":{},"前":{"docs":{},"是":{"docs":{},"否":{"docs":{},"生":{"docs":{},"成":{"docs":{},"了":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}},"一":{"docs":{},"直":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{},"不":{"docs":{},"要":{"docs":{},"设":{"docs":{},"置":{"docs":{},"密":{"docs":{},"码":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}},"只":{"docs":{},"对":{"docs":{},"当":{"docs":{},"前":{"docs":{},"仓":{"docs":{},"库":{"docs":{},"有":{"docs":{},"效":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}},"查":{"docs":{},"看":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"配":{"docs":{},"置":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}},"当":{"docs":{},"前":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"所":{"docs":{},"有":{"docs":{},"文":{"docs":{},"件":{"docs":{},"权":{"docs":{},"限":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"组":{"docs":{},"次":{"docs":{},"序":{"docs":{},"为":{"docs":{},"u":{"docs":{},",":{"docs":{},"g":{"docs":{},",":{"docs":{},"o":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"在":{"docs":{},"文":{"docs":{},"件":{"docs":{},"的":{"docs":{},"权":{"docs":{},"限":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}},"指":{"docs":{},"定":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"所":{"docs":{},"有":{"docs":{},"文":{"docs":{},"件":{"docs":{},"权":{"docs":{},"限":{"docs":{},"/":{"docs":{},"查":{"docs":{},"看":{"docs":{},"指":{"docs":{},"定":{"docs":{},"文":{"docs":{},"件":{"docs":{},"的":{"docs":{},"权":{"docs":{},"限":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}}}}},"或":{"docs":{},"者":{"docs":{},"文":{"docs":{},"件":{"docs":{},"的":{"docs":{},"权":{"docs":{},"限":{"docs":{},",":{"docs":{},"而":{"docs":{},"不":{"docs":{},"列":{"docs":{},"出":{"docs":{},"其":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"的":{"docs":{},"目":{"docs":{},"录":{"docs":{},"和":{"docs":{},"文":{"docs":{},"件":{"docs":{},"权":{"docs":{},"限":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"是":{"docs":{},"对":{"docs":{},"大":{"docs":{},"小":{"docs":{},"写":{"docs":{},"敏":{"docs":{},"感":{"docs":{},"的":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"不":{"docs":{},"支":{"docs":{},"持":{"docs":{},"递":{"docs":{},"归":{"docs":{},"遍":{"docs":{},"历":{"docs":{},"子":{"docs":{},"目":{"docs":{},"录":{"docs":{},",":{"docs":{},"若":{"docs":{},"想":{"docs":{},"实":{"docs":{},"现":{"docs":{},"递":{"docs":{},"归":{"docs":{},"遍":{"docs":{},"历":{"docs":{},"子":{"docs":{},"目":{"docs":{},"录":{"docs":{},",":{"docs":{},"请":{"docs":{},"使":{"docs":{},"用":{"docs":{},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"_":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"下":{"docs":{},"生":{"docs":{},"成":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}},"指":{"docs":{},"定":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"最":{"docs":{},"低":{"docs":{},"版":{"docs":{},"本":{"docs":{},",":{"docs":{},"该":{"docs":{},"值":{"docs":{},"应":{"docs":{},"该":{"docs":{},"低":{"docs":{},"于":{"docs":{},"安":{"docs":{},"装":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"版":{"docs":{},"本":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}},"源":{"docs":{},"文":{"docs":{},"件":{"docs":{},"目":{"docs":{},"录":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}},",":{"docs":{},"源":{"docs":{},"文":{"docs":{},"件":{"docs":{},"可":{"docs":{},"以":{"docs":{},"有":{"docs":{},"多":{"docs":{},"个":{"docs":{},"但":{"docs":{},"是":{"docs":{},"只":{"docs":{},"能":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"函":{"docs":{},"数":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}},"项":{"docs":{},"目":{"docs":{},"名":{"docs":{},"字":{"docs":{},"、":{"docs":{},"版":{"docs":{},"本":{"docs":{},"、":{"docs":{},"语":{"docs":{},"言":{"docs":{},"(":{"docs":{},"c":{"docs":{},"代":{"docs":{},"表":{"docs":{},"c":{"docs":{},"语":{"docs":{},"言":{"docs":{},",":{"docs":{},"c":{"docs":{},"x":{"docs":{},"x":{"docs":{},"代":{"docs":{},"表":{"docs":{},"c":{"docs":{},"+":{"docs":{},"+":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"解":{"docs":{},"压":{"docs":{},"路":{"docs":{},"径":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}},"搜":{"docs":{},"索":{"docs":{},"当":{"docs":{},"前":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"的":{"docs":{},"所":{"docs":{},"有":{"docs":{},".":{"docs":{},"c":{"docs":{},"p":{"docs":{},"p":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}},"设":{"docs":{},"置":{"docs":{},"c":{"docs":{},"+":{"docs":{},"+":{"docs":{},"的":{"docs":{},"编":{"docs":{},"译":{"docs":{},"选":{"docs":{},"项":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}},"的":{"docs":{},"编":{"docs":{},"译":{"docs":{},"选":{"docs":{},"项":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}},"这":{"docs":{},"里":{"docs":{},"没":{"docs":{},"有":{"docs":{},"“":{"docs":{},"$":{"docs":{},"”":{"docs":{},"符":{"docs":{},"号":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}},"方":{"docs":{},"式":{"1":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}},"2":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}},"docs":{}}}},"$":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}},"(":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"3":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}},"docs":{}}}}}}},"{":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"_":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"}":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"}":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"o":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}},"s":{"6":{"4":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},"/":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"}":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"s":{"docs":{},"}":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"}":{"docs":{},"\"":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"}":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.012}}}}}}}}}}}}}},".":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}},"'":{"docs":{},",":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}},".":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},".":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.008}},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"z":{"docs":{},"i":{"docs":{},"p":{"2":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}},"docs":{}}}}}},"z":{"docs":{},"i":{"docs":{},"p":{"2":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}},"docs":{}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},".":{"docs":{},"g":{"docs":{},"z":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}}}}}}},"g":{"docs":{},"z":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}}}}}},":":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.024390243902439025}},"_":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.012}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}},"u":{"docs":{},"x":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},".":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"t":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}},"(":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},")":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}},"d":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.016260162601626018},"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.022222222222222223}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},":":{"docs":{},"调":{"docs":{},"试":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"主":{"docs":{},"要":{"docs":{},"针":{"docs":{},"对":{"docs":{},"开":{"docs":{},"发":{"docs":{},"者":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}},"s":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"=":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"m":{"docs":{},"k":{"docs":{},"a":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"_":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"=":{"docs":{},"d":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"比":{"docs":{},"如":{"docs":{},"'":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}},"i":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.02962962962962963}},"e":{"docs":{},"(":{"docs":{},"压":{"docs":{},"缩":{"docs":{},"到":{"docs":{},"指":{"docs":{},"定":{"docs":{},"文":{"docs":{},"件":{"docs":{},"夹":{"docs":{},")":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}}}},"/":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.023255813953488372}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045},"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004},"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.023255813953488372}},"(":{"docs":{},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},".":{"docs":{},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.02962962962962963}},"e":{"docs":{},".":{"docs":{},"b":{"docs":{},"z":{"2":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}}},"docs":{}}},"g":{"docs":{},"z":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}}}},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}},".":{"docs":{},"g":{"docs":{},"z":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.022222222222222223}}}},"x":{"docs":{},"z":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}},"(":{"docs":{},"解":{"docs":{},"压":{"docs":{},"到":{"docs":{},"当":{"docs":{},"前":{"docs":{},"文":{"docs":{},"件":{"docs":{},"夹":{"docs":{},")":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}}}}}}},"x":{"docs":{},"z":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.022222222222222223}}}}}},"(":{"docs":{},"压":{"docs":{},"缩":{"docs":{},"到":{"docs":{},"当":{"docs":{},"前":{"docs":{},"文":{"docs":{},"件":{"docs":{},"夹":{"docs":{},")":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"_":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"3":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"docs":{}}}}}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"致":{"docs":{},"命":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"会":{"docs":{},"终":{"docs":{},"止":{"docs":{},"进":{"docs":{},"程":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"o":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408},"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.032520325203252036}}}}}}},"n":{"docs":{},")":{"docs":{},"后":{"docs":{},",":{"docs":{},"默":{"docs":{},"认":{"docs":{},"生":{"docs":{},"成":{"docs":{},"动":{"docs":{},"态":{"docs":{},"库":{"docs":{},"。":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}},"p":{"docs":{},"t":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"可":{"docs":{},"以":{"docs":{},"添":{"docs":{},"加":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"编":{"docs":{},"译":{"docs":{},"选":{"docs":{},"项":{"docs":{},"。":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}},":":{"docs":{},"+":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}},":":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"是":{"docs":{},"拥":{"docs":{},"有":{"docs":{},"文":{"docs":{},"件":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"(":{"docs":{},"所":{"docs":{},"有":{"docs":{},"者":{"docs":{},")":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}}}}}},"u":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}}}},"在":{"docs":{},"下":{"docs":{},"次":{"docs":{},"仓":{"docs":{},"库":{"docs":{},"不":{"docs":{},"再":{"docs":{},"是":{"docs":{},"空":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},"可":{"docs":{},"以":{"docs":{},"去":{"docs":{},"除":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}},"n":{"docs":{},"i":{"docs":{},"x":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}},"a":{"docs":{},"r":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.022222222222222223}}}},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"u":{"docs":{},"下":{"docs":{},"各":{"docs":{},"种":{"docs":{},"压":{"docs":{},"缩":{"docs":{},"和":{"docs":{},"解":{"docs":{},"压":{"docs":{},"命":{"docs":{},"令":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}}}}}}}}},":":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}},"|":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"x":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}},"~":{"docs":{},"/":{"docs":{},".":{"docs":{},"s":{"docs":{},"s":{"docs":{},"h":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}},"/":{"docs":{},"i":{"docs":{},"d":{"docs":{},"_":{"docs":{},"r":{"docs":{},"s":{"docs":{},"a":{"docs":{},".":{"docs":{},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}},"之":{"docs":{},"前":{"docs":{},")":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}},"先":{"docs":{},"使":{"docs":{},"用":{"docs":{},"$":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"其":{"docs":{},"实":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}},"他":{"docs":{},"为":{"docs":{},"可":{"docs":{},"选":{"docs":{},"参":{"docs":{},"数":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"人":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}},"分":{"docs":{},"支":{"docs":{},"名":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}},"管":{"docs":{},"理":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"创":{"docs":{},"建":{"docs":{},"仓":{"docs":{},"库":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"删":{"docs":{},"除":{"docs":{},"分":{"docs":{},"支":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}},"本":{"docs":{},"地":{"docs":{},"所":{"docs":{},"有":{"docs":{},"与":{"docs":{},"远":{"docs":{},"程":{"docs":{},"仓":{"docs":{},"库":{"docs":{},"同":{"docs":{},"步":{"docs":{},"分":{"docs":{},"支":{"docs":{},"(":{"docs":{},"本":{"docs":{},"地":{"docs":{},"修":{"docs":{},"改":{"docs":{},"过":{"docs":{},"未":{"docs":{},"提":{"docs":{},"交":{"docs":{},"的":{"docs":{},"不":{"docs":{},"会":{"docs":{},"删":{"docs":{},"除":{"docs":{},")":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}},"部":{"docs":{},"分":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"分":{"docs":{},"支":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}},"后":{"docs":{},",":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}},"和":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},"大":{"docs":{},"同":{"docs":{},"小":{"docs":{},"异":{"docs":{},",":{"docs":{},"关":{"docs":{},"键":{"docs":{},"在":{"docs":{},"于":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}},"c":{"docs":{},"y":{"docs":{},"g":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}},"安":{"docs":{},"装":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}},"将":{"docs":{},"暂":{"docs":{},"存":{"docs":{},"区":{"docs":{},"的":{"docs":{},"修":{"docs":{},"改":{"docs":{},"撤":{"docs":{},"销":{"docs":{},"掉":{"docs":{},",":{"docs":{},"重":{"docs":{},"新":{"docs":{},"放":{"docs":{},"回":{"docs":{},"工":{"docs":{},"作":{"docs":{},"区":{"docs":{},",":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"和":{"docs":{},"其":{"docs":{},"下":{"docs":{},"所":{"docs":{},"有":{"docs":{},"文":{"docs":{},"件":{"docs":{},"(":{"docs":{},"夹":{"docs":{},")":{"docs":{},"压":{"docs":{},"缩":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}}}}}},"本":{"docs":{},"身":{"docs":{},"压":{"docs":{},"缩":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}}}}}},"就":{"docs":{},"是":{"docs":{},"用":{"docs":{},"暂":{"docs":{},"存":{"docs":{},"区":{"docs":{},"的":{"docs":{},"版":{"docs":{},"本":{"docs":{},"来":{"docs":{},"代":{"docs":{},"替":{"docs":{},"工":{"docs":{},"作":{"docs":{},"区":{"docs":{},"的":{"docs":{},"版":{"docs":{},"本":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}},"强":{"docs":{},"制":{"docs":{},"删":{"docs":{},"除":{"docs":{},"所":{"docs":{},"有":{"docs":{},"分":{"docs":{},"支":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}},"打":{"docs":{},"开":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},"账":{"docs":{},"户":{"docs":{},"的":{"docs":{},"设":{"docs":{},"置":{"docs":{},",":{"docs":{},"进":{"docs":{},"入":{"docs":{},"\"":{"docs":{},"s":{"docs":{},"s":{"docs":{},"h":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}},"拉":{"docs":{},"取":{"docs":{},"仓":{"docs":{},"库":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"撤":{"docs":{},"销":{"docs":{},"修":{"docs":{},"改":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}},"工":{"docs":{},"作":{"docs":{},"区":{"docs":{},"修":{"docs":{},"改":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.008130081300813009}}}}}}}}},"本":{"docs":{},"地":{"docs":{},"创":{"docs":{},"建":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"注":{"docs":{},"意":{"docs":{},":":{"docs":{},"新":{"docs":{},"建":{"docs":{},"空":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"夹":{"docs":{},"并":{"docs":{},"不":{"docs":{},"会":{"docs":{},"认":{"docs":{},"为":{"docs":{},"是":{"docs":{},"更":{"docs":{},"改":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}},"由":{"docs":{},"于":{"docs":{},"本":{"docs":{},"地":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"仓":{"docs":{},"库":{"docs":{},"和":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},"仓":{"docs":{},"库":{"docs":{},"之":{"docs":{},"间":{"docs":{},"的":{"docs":{},"传":{"docs":{},"输":{"docs":{},"是":{"docs":{},"通":{"docs":{},"过":{"docs":{},"s":{"docs":{},"s":{"docs":{},"h":{"docs":{},"加":{"docs":{},"密":{"docs":{},"的":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"连":{"docs":{},"接":{"docs":{},"时":{"docs":{},"需":{"docs":{},"要":{"docs":{},"设":{"docs":{},"置":{"docs":{},"一":{"docs":{},"下":{"docs":{},":":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"网":{"docs":{},"页":{"docs":{},"创":{"docs":{},"建":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"进":{"docs":{},"入":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"官":{"docs":{},"网":{"docs":{},"下":{"docs":{},"载":{"docs":{},"页":{"docs":{},"面":{"docs":{},",":{"docs":{},"下":{"docs":{},"载":{"docs":{},"适":{"docs":{},"配":{"docs":{},"操":{"docs":{},"作":{"docs":{},"系":{"docs":{},"统":{"docs":{},"的":{"docs":{},"安":{"docs":{},"装":{"docs":{},"包":{"docs":{},",":{"docs":{},"进":{"docs":{},"行":{"docs":{},"安":{"docs":{},"装":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"远":{"docs":{},"程":{"docs":{},"仓":{"docs":{},"库":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.012195121951219513}}}}}},"针":{"docs":{},"对":{"docs":{},"当":{"docs":{},"前":{"docs":{},"仓":{"docs":{},"库":{"docs":{"Practice/VersionControl/GitVersionControl.html":{"ref":"Practice/VersionControl/GitVersionControl.html","tf":0.0040650406504065045}}}}}},"文":{"docs":{},"件":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}},"目":{"docs":{},"录":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}},"(":{"docs":{},"a":{"docs":{},")":{"docs":{},"在":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{},"所":{"docs":{},"在":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"命":{"docs":{},"令":{"docs":{},"行":{"docs":{},"模":{"docs":{},"式":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},")":{"docs":{},"创":{"docs":{},"建":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},",":{"docs":{},"在":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"执":{"docs":{},"行":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"_":{"docs":{},"f":{"docs":{},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"x":{"docs":{},"x":{"docs":{},"_":{"docs":{},"f":{"docs":{},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.016}}},"[":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"_":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"]":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"]":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}},"x":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004},"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408},"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.023255813953488372}},"v":{"docs":{},"f":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}},"j":{"docs":{},"f":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}},"z":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}}},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},")":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}},"x":{"docs":{},"x":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}},":":{"1":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}},"docs":{},"可":{"docs":{},"以":{"docs":{},"c":{"docs":{},"d":{"docs":{},"进":{"docs":{},"入":{"docs":{},"目":{"docs":{},"录":{"docs":{},",":{"docs":{},"能":{"docs":{},"查":{"docs":{},"看":{"docs":{},"目":{"docs":{},"录":{"docs":{},"中":{"docs":{},"文":{"docs":{},"件":{"docs":{},"的":{"docs":{},"详":{"docs":{},"细":{"docs":{},"属":{"docs":{},"性":{"docs":{},",":{"docs":{},"能":{"docs":{},"访":{"docs":{},"问":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"文":{"docs":{},"件":{"docs":{},"内":{"docs":{},"容":{"docs":{},"(":{"docs":{},"基":{"docs":{},"础":{"docs":{},"权":{"docs":{},"限":{"docs":{},")":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"执":{"docs":{},"行":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}},"权":{"docs":{},"限":{"docs":{},"对":{"docs":{},"除":{"docs":{},"二":{"docs":{},"进":{"docs":{},"制":{"docs":{},"程":{"docs":{},"序":{"docs":{},"以":{"docs":{},"外":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"没":{"docs":{},"什":{"docs":{},"么":{"docs":{},"意":{"docs":{},"义":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}}}}}}}}}}},"不":{"docs":{},"建":{"docs":{},"议":{"docs":{},"使":{"docs":{},"用":{"docs":{},"该":{"docs":{},"命":{"docs":{},"令":{"docs":{},",":{"docs":{},"而":{"docs":{},"建":{"docs":{},"议":{"docs":{},"使":{"docs":{},"用":{"docs":{},":":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}},"设":{"docs":{},"置":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"在":{"docs":{},"没":{"docs":{},"有":{"docs":{},"指":{"docs":{},"定":{"docs":{},"库":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"默":{"docs":{},"认":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"都":{"docs":{},"是":{"docs":{},"静":{"docs":{},"态":{"docs":{},"库":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"设":{"docs":{},"置":{"docs":{},"了":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"_":{"docs":{},"s":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"的":{"2":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"4":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"6":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"docs":{},"'":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}},"主":{"docs":{},"版":{"docs":{},"本":{"docs":{},"号":{"docs":{},",":{"docs":{},"比":{"docs":{},"如":{"2":{"docs":{},".":{"4":{"docs":{},".":{"6":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"docs":{}}},"docs":{}}},"docs":{}}}}}}}},"使":{"docs":{},"用":{"docs":{},"环":{"docs":{},"境":{"docs":{},"变":{"docs":{},"量":{"docs":{},":":{"docs":{},"$":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}},"写":{"docs":{},"入":{"docs":{},"环":{"docs":{},"境":{"docs":{},"变":{"docs":{},"量":{"docs":{},":":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},"{":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"}":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"上":{"docs":{},"层":{"docs":{},"文":{"docs":{},"件":{"docs":{},"中":{"docs":{},"需":{"docs":{},"要":{"docs":{},"添":{"docs":{},"加":{"docs":{},"链":{"docs":{},"接":{"docs":{},"库":{"docs":{},"的":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}},"外":{"docs":{},"部":{"docs":{},"编":{"docs":{},"译":{"docs":{},"时":{"docs":{},",":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"目":{"docs":{},"录":{"docs":{},",":{"docs":{},"内":{"docs":{},"部":{"docs":{},"编":{"docs":{},"译":{"docs":{},"时":{"docs":{},",":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{},"顶":{"docs":{},"级":{"docs":{},"目":{"docs":{},"录":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"工":{"docs":{},"程":{"docs":{},"复":{"docs":{},"杂":{"docs":{},",":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"编":{"docs":{},"写":{"docs":{},"一":{"docs":{},"些":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"模":{"docs":{},"块":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}},"它":{"docs":{},"会":{"docs":{},"自":{"docs":{},"动":{"docs":{},"在":{"docs":{},"系":{"docs":{},"统":{"docs":{},"默":{"docs":{},"认":{"docs":{},"库":{"docs":{},"路":{"docs":{},"径":{"docs":{},"和":{"docs":{},"指":{"docs":{},"定":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"库":{"docs":{},"路":{"docs":{},"径":{"docs":{},"进":{"docs":{},"行":{"docs":{},"搜":{"docs":{},"索":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"和":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"o":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"平":{"docs":{},"台":{"docs":{},"为":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{},"包":{"docs":{},"括":{"docs":{},"c":{"docs":{},"y":{"docs":{},"g":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}},"库":{"docs":{},"和":{"docs":{},"可":{"docs":{},"执":{"docs":{},"行":{"docs":{},"的":{"docs":{},"最":{"docs":{},"终":{"docs":{},"存":{"docs":{},"放":{"docs":{},"目":{"docs":{},"录":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}},"当":{"docs":{},"前":{"docs":{},"所":{"docs":{},"在":{"docs":{},"的":{"docs":{},"行":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"然":{"docs":{},"还":{"docs":{},"有":{"docs":{},"一":{"docs":{},"种":{"docs":{},"x":{"docs":{},":":{"docs":{},"针":{"docs":{},"对":{"docs":{},"目":{"docs":{},"录":{"docs":{},"加":{"docs":{},"执":{"docs":{},"行":{"docs":{},"权":{"docs":{},"限":{"docs":{},",":{"docs":{},"文":{"docs":{},"件":{"docs":{},"不":{"docs":{},"加":{"docs":{},"执":{"docs":{},"行":{"docs":{},"权":{"docs":{},"限":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"指":{"docs":{},"定":{"docs":{},"所":{"docs":{},"有":{"docs":{},"人":{"docs":{},",":{"docs":{},"用":{"docs":{},"字":{"docs":{},"母":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"\"":{"docs":{},"代":{"docs":{},"表":{"docs":{},"所":{"docs":{},"有":{"docs":{},"人":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}}}}}}}}}}}}}}}}}}}}}}},"待":{"docs":{},"补":{"docs":{},"充":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}},"必":{"docs":{},"选":{"docs":{},"参":{"docs":{},"数":{"docs":{},"。":{"docs":{},"该":{"docs":{},"参":{"docs":{},"数":{"docs":{},"指":{"docs":{},"定":{"docs":{},"一":{"docs":{},"个":{"docs":{},"子":{"docs":{},"目":{"docs":{},"录":{"docs":{},",":{"docs":{},"子":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"应":{"docs":{},"该":{"docs":{},"包":{"docs":{},"含":{"docs":{},"c":{"docs":{},"m":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{},"文":{"docs":{},"件":{"docs":{},"和":{"docs":{},"代":{"docs":{},"码":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{},"子":{"docs":{},"目":{"docs":{},"录":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"相":{"docs":{},"对":{"docs":{},"路":{"docs":{},"径":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"绝":{"docs":{},"对":{"docs":{},"路":{"docs":{},"径":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"是":{"docs":{},"相":{"docs":{},"对":{"docs":{},"路":{"docs":{},"径":{"docs":{},",":{"docs":{},"则":{"docs":{},"是":{"docs":{},"相":{"docs":{},"对":{"docs":{},"当":{"docs":{},"前":{"docs":{},"目":{"docs":{},"录":{"docs":{},"的":{"docs":{},"一":{"docs":{},"个":{"docs":{},"相":{"docs":{},"对":{"docs":{},"路":{"docs":{},"径":{"docs":{},"。":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"指":{"docs":{},"定":{"docs":{},"c":{"docs":{},"和":{"docs":{},"c":{"docs":{},"+":{"docs":{},"+":{"docs":{},"标":{"docs":{},"准":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}},"变":{"docs":{},"量":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}},"多":{"docs":{},"个":{"docs":{},"链":{"docs":{},"接":{"docs":{},"库":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"完":{"docs":{},"整":{"docs":{},"路":{"docs":{},"径":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}},"次":{"docs":{},"版":{"docs":{},"本":{"docs":{},"号":{"docs":{},",":{"docs":{},"比":{"docs":{},"如":{"2":{"docs":{},".":{"4":{"docs":{},".":{"6":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"docs":{}}},"docs":{}}},"docs":{}}}}}}}},"生":{"docs":{},"成":{"docs":{},"链":{"docs":{},"接":{"docs":{},"库":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}},"用":{"docs":{},"来":{"docs":{},"控":{"docs":{},"制":{"docs":{},"默":{"docs":{},"认":{"docs":{},"的":{"docs":{},"库":{"docs":{},"编":{"docs":{},"译":{"docs":{},"方":{"docs":{},"式":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}},"空":{"docs":{},"或":{"docs":{},"者":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},":":{"docs":{},"比":{"docs":{},"较":{"docs":{},"重":{"docs":{},"要":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"如":{"docs":{},"前":{"docs":{},"面":{"docs":{},"演":{"docs":{},"示":{"docs":{},"中":{"docs":{},"的":{"docs":{},"格":{"docs":{},"式":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"补":{"docs":{},"丁":{"docs":{},"等":{"docs":{},"级":{"docs":{},",":{"docs":{},"比":{"docs":{},"如":{"2":{"docs":{},".":{"4":{"docs":{},".":{"6":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"docs":{}}},"docs":{}}},"docs":{}}}}}}}},"该":{"docs":{},"命":{"docs":{},"令":{"docs":{},"常":{"docs":{},"常":{"docs":{},"与":{"docs":{},"其":{"docs":{},"他":{"docs":{},"命":{"docs":{},"令":{"docs":{},"组":{"docs":{},"合":{"docs":{},"使":{"docs":{},"用":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}},"这":{"docs":{},"三":{"docs":{},"个":{"docs":{},"变":{"docs":{},"量":{"docs":{},"内":{"docs":{},"容":{"docs":{},"一":{"docs":{},"致":{"docs":{},",":{"docs":{},"都":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{},"工":{"docs":{},"程":{"docs":{},"的":{"docs":{},"顶":{"docs":{},"级":{"docs":{},"目":{"docs":{},"录":{"docs":{},"。":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"不":{"docs":{},"包":{"docs":{},"含":{"docs":{},"版":{"docs":{},"本":{"docs":{},"的":{"docs":{},"系":{"docs":{},"统":{"docs":{},"名":{"docs":{},",":{"docs":{},"比":{"docs":{},"如":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"3":{"2":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"docs":{}},"docs":{}}}},"类":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"x":{"docs":{},"平":{"docs":{},"台":{"docs":{},"为":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{},"包":{"docs":{},"括":{"docs":{},"o":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}}}}}}}},"系":{"docs":{},"统":{"docs":{},"名":{"docs":{},"称":{"docs":{},",":{"docs":{},"比":{"docs":{},"如":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}},"版":{"docs":{},"本":{"docs":{},",":{"docs":{},"比":{"docs":{},"如":{"2":{"docs":{},".":{"6":{"docs":{},".":{"2":{"2":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}}}}}}}},"这":{"docs":{},"里":{"docs":{},"通":{"docs":{},"过":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"指":{"docs":{},"定":{"docs":{},"这":{"docs":{},"个":{"docs":{},"变":{"docs":{},"量":{"docs":{"Practice/Building/Cmake.html":{"ref":"Practice/Building/Cmake.html","tf":0.004}}}}}}}}}}}}}}}},"工":{"docs":{},"具":{"docs":{"Practice/Tools/Tools.html":{"ref":"Practice/Tools/Tools.html","tf":5.5}}}},"z":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}},"c":{"docs":{},"v":{"docs":{},"f":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}},"i":{"docs":{},"p":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}}}},"x":{"docs":{},"v":{"docs":{},"f":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.014814814814814815}}}}}},"仅":{"docs":{},"打":{"docs":{},"包":{"docs":{},"并":{"docs":{},"非":{"docs":{},"压":{"docs":{},"缩":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}},"压":{"docs":{},"缩":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.06666666666666667}},",":{"docs":{},"只":{"docs":{},"能":{"docs":{},"压":{"docs":{},"缩":{"docs":{},"文":{"docs":{},"件":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}},"递":{"docs":{},"归":{"docs":{},"处":{"docs":{},"理":{"docs":{},",":{"docs":{},"将":{"docs":{},"指":{"docs":{},"定":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},"的":{"docs":{},"所":{"docs":{},"有":{"docs":{},"文":{"docs":{},"件":{"docs":{},"和":{"docs":{},"子":{"docs":{},"目":{"docs":{},"录":{"docs":{},"一":{"docs":{},"并":{"docs":{},"压":{"docs":{},"缩":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"未":{"docs":{},"知":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}},"解":{"docs":{},"压":{"1":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}},"2":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}},"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":5.088888888888889}},"到":{"docs":{},"目":{"docs":{},"标":{"docs":{},"路":{"docs":{},"径":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"下":{"docs":{},"载":{"docs":{"Practice/Tools/unzip.html":{"ref":"Practice/Tools/unzip.html","tf":0.007407407407407408}}}}}},"=":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}},"–":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}},"代":{"docs":{},"表":{"docs":{},"数":{"docs":{},"字":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}},"修":{"docs":{},"改":{"docs":{},"权":{"docs":{},"限":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}},"数":{"docs":{},"字":{"docs":{},"法":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}},"文":{"docs":{},"件":{"docs":{},"权":{"docs":{},"限":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":5.011627906976744}}}}}},"权":{"docs":{},"限":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}},"查":{"docs":{},"看":{"docs":{},"权":{"docs":{},"限":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.011627906976744186}}}}}},"格":{"docs":{},"式":{"docs":{},":":{"docs":{},"c":{"docs":{},"h":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{"Practice/Tools/FilePermission.html":{"ref":"Practice/Tools/FilePermission.html","tf":0.023255813953488372}}}}}}}}}},"实":{"docs":{},"时":{"docs":{},"平":{"docs":{},"台":{"docs":{"Practice/RealTime/RealTime.html":{"ref":"Practice/RealTime/RealTime.html","tf":5.5}}}}}}},"length":593},"corpusTokens":["\"${cmake_c_flags}","\"${cmake_cxx_flags}","\"*.cc\")","\"*.cpp\"","\"comment\"","\"debug\")","\"email\"","\"messag","\"project","\"wanghua\"","\"while","\"xxbranch\"|xarg","#","##origin指的是关联的远程仓库,master指的是本地分支,test指的是远程分支,注意本地分支应该先创建,","##将本目录下所有文件加入到index","##将版本加入到head","##查看git状态","##检查之前是否生成了key","#cmake是对大小写敏感的","#glob不支持递归遍历子目录,若想实现递归遍历子目录,请使用glob_recurs","#一直enter,不要设置密码","#只对当前仓库有效","#在build下生成makefil","#指定cmake最低版本,该值应该低于安装cmake版本","#指定源文件目录","#指定源文件,源文件可以有多个但是只能有一个main函数","#指定解压路径","#指定项目名字、版本、语言(c代表c语言,cxx代表c++)","#搜索当前目录下的所有.cpp文件","#方式1","#方式2","#查看git配置","#查看当前目录下所有文件权限,用户组次序为u,g,o","#查看当前目录所在文件的权限","#查看指定目录下所有文件权限/查看指定文件的权限","#查看指定目录或者文件的权限,而不列出其目录下的目录和文件权限","#设置c++的编译选项","#设置c的编译选项","#这里没有“$”符号","$","$(eigen3_include_dirs)","${cmake_current_binary_dir}","${cmake_current_source_dir}","${cmake_current_source_dir}/includ","${cmake_current_source_dir}/lib/test.so)","${cmake_current_source_dir}/libs64","${cmake_current_source_dir}/libs64/libtest.a","${common_project_files})","${link_libs})","${project_file}\")","${src_list}","${src_list})","(a)在cmakelist.txt所在目录下命令行模式","(b)创建build,在build目录下执行","(cmake_c_flag","(cmake_cxx_flag","(source_dir",")",".",".',","..","...","...)",".bunzip2",".bzip2",".tar.gz",".tgz","1","1.0.0","1.1","1.2","1.3","1.4","1.5","1.6","1.7","1.7.1","1.7.2","1.创建分支","1.创建和更改本地与远程的连接","1.指定仓库目录","1.登录github","1.通过提交记录来进行版本控制","100","10、ctest和cpack","11)","110","111","11、环境变量","12、系统信息","13、开关选项","14.1、set直接设置变量的值","14.2、set追加变量的值","14.3、list追加或删除变量的值","14、设置变量","15、条件控制","16、其他","1、‘.tar'文件","1、删除本地分支","1、只在工作区修改了,没提交到暂存区","1、常用","1、权限针对三类对象进行定义","2","2.1","2.1.1","2.1.2","2.1.3","2.10","2.10.1","2.10.2","2.10.3","2.11","2.2","2.3","2.3.1","2.3.2","2.3.3","2.4","2.4.1","2.4.2","2.4.3","2.5","2.5.1","2.5.2","2.5.3","2.5.4","2.6","2.6.1","2.6.2","2.6.22","2.6.3","2.6.4","2.7","2.8","2.8.1","2.9","2.9.1","2.9.2","2.9.3","2.从远程获取代码并合并本地的版本","2.创建新的仓库","2.初始化","2.版本控制","2.通过分支控制版本,但是需要注意的是修改后需要commit后再切换回你想要去的分支,这样原分支的更改将不会被更新到其他分支,否则工作区的修改将是全局修改,因此核心仍旧是提交记录来进行修改","2、'.gz'文件","2、修改提交到暂存区之后(即git","2、删除仓库远程分支","2、每个文件针对每类访问者都定义了三种权限","2、编译方式","3.0)","3.3","3.克隆到本地:","3.合并分支","3.编辑仓库","3、'.tar.gz'、'.tgz'文件","3、cmake内置变量","3、已经提交到本地的版本库分支master上了(前提是没推送到远程版本库,git","3、批量删除本地分支","3、针对文件和目录给予权限的作用不同","4","4.加入到head","4.版本回退","4.编辑文件","4、'.zip'文件","4、每种权限代表数字","4、设置包含目录","5.上传更新到github","5.创建ssh","5.删除分支","5、'.rar'文件","5、查看和修改权限方法","5、设置搜索目录","6","6.到github所在仓库的分支下请求合并“pul","6.在github上新建仓库","6.标签管理","6、’.xz‘文件","6、其他","6、链接库","7","7.创建本地仓库与远程仓库的连接","7、'.tar.xz'文件","7、打印消息","8.更新远程仓库","8、’.bz2‘文件","8、包含子目录","99)","9、生成链接库","9、通用方法",":","=","[binary_dir]","[exclude_from_all])","add","add_executable(...)","add_executable(demo","add_executable(test","add_library(hello","add_subdirectori","apt","aux_source_directory(.","a(all)","b","book","boost_log.a","boost_system.a)","bqr","branch","break","break()","bu","build","build_shared_libs:","bzip2","c","c++","cat","catkin","catkin_mak","checkout","chmod","clion","clone","cmake","cmake_binary_dir,project_binary_dir,_binary_dir:这三个变量内容一致,如果是内部编译,就指的是工程的顶级目录,如果是外部编译,指的就是工程编译发生的目录。","cmake_c_flags设置c编译选项,也可以通过add_definitions()添加","cmake_current_binary_dir:","cmake_current_list_dir:","cmake_current_list_line:","cmake_current_source_dir:","cmake_cxx_flags设置c++编译选项,也可以通过指令add_definitions()添加。","cmake_major_version,cmak","cmake_minimum_required(vers","cmake_minor_version,cmak","cmake_module_path:","cmake_patch_version,cmak","cmake_source_dir,project_source_dir,_source_dir:","cmake_system","cmake_system_nam","cmake_system_processor,处理器名称,比如i686","cmake_system_vers","cmakelist.txt下各命令功能","cmakelist.txt所在的目录","cmakelist.txt的完整路径","commit","commitid","common)","config","continu","creator","cvf","cxx)","d","dauthor=realcoolengineer'","dcmkae_build_type=debug","debug:调试信息,主要针对开发者","delet","desdirnam","develop","dirnam","dirname/fil","dirname(压缩到指定文件夹)","d,比如'","e","else()","endforeach","endforeach()","endif()","endwhil","endwhile()","ethercat","fatal_error:cmake致命错误,会终止进程","file","file(glob","file.zip","filenam","filename.bz2","filename.gz","filename.rar","filename.tar","filename.tar.gz","filename.tar.xz","filename.tar(解压到当前文件夹)","filename.xz","filename.zip","filename(压缩到当前文件夹)","find_package(eigen3","foreach","foreach(project_fil","found","g","g:","gazebo","git","git@github.com","git@github.com:***/test.git","gite","github","git版本控制","git配置","global","gpg","group是所在者所在的群组","gunzip","gzip","hard","head","hello)","i${cmake_current_source_dir}\")","if(${cmake_build_type}","if(msvc)","if...else...elseif...endif","includ","include(\"${project_file}\")","include_directories(","index.html","init","instal","introduct","kdevelop","key","keygen","keys\",新建,输入id和上个命令输出的秘钥","l","lauguag","ld","library_output_dir,binary_output_dir:","link_directories(","link_directories(/home/test/myprojects/libs)","linux","linux下还可以通过flag的方式设置:","list","list(append","list(remove_item","log","ls","m","macbook","main.cpp","main.cpp)","make","master","master:brantest","master:test","match","matlab","merg","message([]","message(statu","mode法","mujoco","no_module)","o","o:","on)后,默认生成动态库。","opt","option可以添加cmake编译选项。","opt:+","origin","owner是拥有文件的用户(所有者)","per","per:r","project(test","pthread)","pull","push","python","qt","r","r'指的是对目前目录下的所有文件与子目录进行相同的权限变更(即以递归的方式逐个变更),也就是说指定目录和指定目录下的所有文件都将进行相同的权限修改","r(read)","rar","refer","reflog","remot","request”","requir","reset","rm","ro","rsa","rtx","rw","rwx","r–","r:4","r:查看目录下的文件列表","r:读取read","r:读取文件内容","s","send_error:cmake错误,会继续执行,但是会跳过生成构建系统","set","set(boost_thread","set(cmake_c_standard","set(cmake_cxx_flag","set(cmake_cxx_standard","set(link_lib","set(src_list","share","slam","source_dir","src/main.cpp)","src_list","src_list)","ssh","statu","status:项目使用者可能比较关心的信息,比如提示当前使用的编译器","std=c++11\")","std=c99\")","sudo","s,比如'cmake","t","tag","tar","target_link_libraries(${catkin_libraries}","target_link_libraries(demo","teamwork.","test)","test.cpp)","test@runoob.com","test_1","text\"","true\")","u","u:","ubuntu下各种压缩和解压命令","unar","unix","unzip","user.email","user.nam","u在下次仓库不再是空的时候可以去除","v1.0","value)","version","vim","vrep","vscode","w","w(write)","warning:cmake警告,不会打断进程","webot","while(true)","who:u","win32","window","w:2","w:修改文件内容","w:写入write","w:删除和创建目录下的文件","x","x(execute)","xvf","xvjf","xxx","xz","x:1","x:可以cd进入目录,能查看目录中文件的详细属性,能访问目录下文件内容(基础权限)","x:执行execut","x:执行权限对除二进制程序以外的文件没什么意义","z","zcvf","zip","zxvf","|grep","|xarg","~/.ssh","~/.ssh/id_rsa.pub","–","一、理论","不建议使用该命令,而建议使用:","不设置,使用add_library在没有指定库类型的情况下,默认生成的都是静态库。如果设置了set(build_shared_lib","中的'","中的2","中的4","中的6","主版本号,比如2.4.6","之前)","二、实践","仅打包并非压缩","代表数字","仿真器","优化","使用环境变量:$env{name}","修改权限","先使用$","其他为可选参数","其他人","其实","写入环境变量:set(env{name}","分支名","分支管理","创建仓库","删除分支","删除本地所有与远程仓库同步分支(本地修改过未提交的不会删除)","删除本地部分grep匹配的分支","压缩","压缩,只能压缩文件","压缩,递归处理,将指定目录下的所有文件和子目录一并压缩","后,git","和","和cygwin","和github大同小异,关键在于","四足机器人","在上层文件中需要添加链接库的link","外部编译时,指的是target目录,内部编译时,指的是顶级目录","如果工程复杂,可能需要编写一些cmake模块","它会自动在系统默认库路径和指定自定义库路径进行搜索libtest.a和libtest.so文件","安装","安装git","实时平台","将dirname和其下所有文件(夹)压缩","将dirname本身压缩","将暂存区的修改撤销掉,重新放回工作区,","就是用暂存区的版本来代替工作区的版本","工具","平台为true,包括cygwin","库和可执行的最终存放目录","强制删除所有分支","当前所在的行","当然还有一种x:针对目录加执行权限,文件不加执行权限","当然,我们也可以指定所有人,用字母\"a\"代表所有人","待补充","必选参数。该参数指定一个子目录,子目录下应该包含cmakelists.txt文件和代码文件。子目录可以是相对路径也可以是绝对路径,如果是相对路径,则是相对当前目录的一个相对路径。","打开github账户的设置,进入\"ssh","拉取仓库","指定c和c++标准","指定变量","指定多个链接库","指定完整路径","控制理论","撤销修改","撤销工作区修改","操作系统","数字法","文件权限","未知","本地创建","机器人学","机器学习","机械","机臂协同","权限","查看权限","格式:chmod","次版本号,比如2.4.6","注意:新建空的文件夹并不会认为是更改","滤波","版本回退","版本控制","状态估计","生成链接库","用来控制默认的库编译方式,如果","由于本地git仓库和github仓库之间的传输是通过ssh加密的,所以连接时需要设置一下:","电力电子","空或者notice:比较重要的信息,如前面演示中的格式","编程","编译","网页创建","补丁等级,比如2.4.6","解压","解压1","解压2","解压到目标路径","该命令常常与其他命令组合使用","这三个变量内容一致,都指的是工程的顶级目录。","进入git官网下载页面,下载适配操作系统的安装包,进行安装","远程仓库","通信","针对当前仓库","针对文件","针对目录","集成开发环境","需要下载",",不包含版本的系统名,比如linux",",在所有的win32",",在所有的类unix平台为true,包括o",",系统名称,比如linux",",系统版本,比如2.6.22",",这里通过set指定这个变量"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"This a reference book for BQR teamwork.\n"},"Theory/":{"url":"Theory/","title":"一、理论","keywords":"","body":"一、理论\n"},"Theory/Robotics/robotics.html":{"url":"Theory/Robotics/robotics.html","title":"1.1 机器人学","keywords":"","body":"1.1 机器人学\n"},"Theory/ControlTheory/ControlTheory.html":{"url":"Theory/ControlTheory/ControlTheory.html","title":"1.2 控制理论","keywords":"","body":"1.2 控制理论\n"},"Theory/quadruped/quadruped.html":{"url":"Theory/quadruped/quadruped.html","title":"1.3 四足机器人","keywords":"","body":"1.3 四足机器人\n"},"Theory/cooperation/cooperation.html":{"url":"Theory/cooperation/cooperation.html","title":"1.4 机臂协同","keywords":"","body":"1.4 机臂协同\n"},"Theory/SLAM/SLAM.html":{"url":"Theory/SLAM/SLAM.html","title":"1.5 SLAM","keywords":"","body":"1.5 SLAM\n"},"Theory/MachineLearning/MachineLearning.html":{"url":"Theory/MachineLearning/MachineLearning.html","title":"1.6 机器学习","keywords":"","body":"1.6 机器学习\n"},"Theory/StateEstimation/StateEstimation.html":{"url":"Theory/StateEstimation/StateEstimation.html","title":"1.7 状态估计","keywords":"","body":"1.7 状态估计\n"},"Theory/StateEstimation/filtering.html":{"url":"Theory/StateEstimation/filtering.html","title":"1.7.1 滤波","keywords":"","body":"1.7.1 滤波\n"},"Theory/StateEstimation/optimization.html":{"url":"Theory/StateEstimation/optimization.html","title":"1.7.2 优化","keywords":"","body":"1.7.2 优化\n"},"Practice/":{"url":"Practice/","title":"二、实践","keywords":"","body":"二、实践\n"},"Practice/Programming/Programming.html":{"url":"Practice/Programming/Programming.html","title":"2.1 编程","keywords":"","body":"2.1 编程\n"},"Practice/Programming/C++.html":{"url":"Practice/Programming/C++.html","title":"2.1.1 C++","keywords":"","body":"2.1.1 C++\n"},"Practice/Programming/python.html":{"url":"Practice/Programming/python.html","title":"2.1.2 python","keywords":"","body":"2.1.2 python\n"},"Practice/Programming/matlab.html":{"url":"Practice/Programming/matlab.html","title":"2.1.3 matlab","keywords":"","body":"2.1.3 matlab\n"},"Practice/Mechanic/Mechanic.html":{"url":"Practice/Mechanic/Mechanic.html","title":"2.2 机械","keywords":"","body":"2.2 机械\n"},"Practice/OS/OS.html":{"url":"Practice/OS/OS.html","title":"2.3 操作系统","keywords":"","body":"2.3 操作系统\n"},"Practice/OS/Linux.html":{"url":"Practice/OS/Linux.html","title":"2.3.1 Linux","keywords":"","body":"2.3.1 Linux\n"},"Practice/OS/Windows.html":{"url":"Practice/OS/Windows.html","title":"2.3.2 Windows","keywords":"","body":"2.3.2 Windows\n"},"Practice/OS/Macbook.html":{"url":"Practice/OS/Macbook.html","title":"2.3.3 Macbook","keywords":"","body":"2.3.3 Macbook\n"},"Practice/Communication/Communication.html":{"url":"Practice/Communication/Communication.html","title":"2.4 通信","keywords":"","body":"2.4 通信\n"},"Practice/Communication/RTX.html":{"url":"Practice/Communication/RTX.html","title":"2.4.1 RTX","keywords":"","body":"2.4.1 RTX\n"},"Practice/Communication/ROS.html":{"url":"Practice/Communication/ROS.html","title":"2.4.2 ROS","keywords":"","body":"2.4.2 ROS\n"},"Practice/Communication/BUS.html":{"url":"Practice/Communication/BUS.html","title":"2.4.3 BUS","keywords":"","body":"2.4.3 BUS\n"},"Practice/Communication/BUS/CAN.html":{"url":"Practice/Communication/BUS/CAN.html","title":"CAN","keywords":"","body":"CAN\n"},"Practice/Communication/BUS/EtherCAT.html":{"url":"Practice/Communication/BUS/EtherCAT.html","title":"EtherCAT","keywords":"","body":"EtherCAT\n"},"Practice/Simulator/Simulator.html":{"url":"Practice/Simulator/Simulator.html","title":"2.5 仿真器","keywords":"","body":"2.5 仿真器\n"},"Practice/Simulator/Vrep.html":{"url":"Practice/Simulator/Vrep.html","title":"2.5.1 Vrep","keywords":"","body":"2.5.1 Vrep\n"},"Practice/Simulator/Gazebo.html":{"url":"Practice/Simulator/Gazebo.html","title":"2.5.2 Gazebo","keywords":"","body":"2.5.2 Gazebo\n"},"Practice/Simulator/webots.html":{"url":"Practice/Simulator/webots.html","title":"2.5.3 webots","keywords":"","body":"2.5.3 webots\n"},"Practice/Simulator/Mujoco.html":{"url":"Practice/Simulator/Mujoco.html","title":"2.5.4 Mujoco","keywords":"","body":"2.5.4 Mujoco\n"},"Practice/IDE/IDE.html":{"url":"Practice/IDE/IDE.html","title":"2.6 集成开发环境","keywords":"","body":"2.6 集成开发环境\n"},"Practice/IDE/vscode.html":{"url":"Practice/IDE/vscode.html","title":"2.6.1 vscode","keywords":"","body":"2.6.1 vscode\n"},"Practice/IDE/Qt creator.html":{"url":"Practice/IDE/Qt creator.html","title":"2.6.2 Qt creator","keywords":"","body":"2.6.2 Qt creator\n"},"Practice/IDE/Clion.html":{"url":"Practice/IDE/Clion.html","title":"2.6.3 Clion","keywords":"","body":"2.6.3 Clion\n"},"Practice/IDE/KDevelop.html":{"url":"Practice/IDE/KDevelop.html","title":"2.6.4 KDevelop","keywords":"","body":"2.6.4 KDevelop\n"},"Practice/Electronic/Electronic.html":{"url":"Practice/Electronic/Electronic.html","title":"2.7 电力电子","keywords":"","body":"2.7 电力电子\n"},"Practice/VersionControl/VersionControl.html":{"url":"Practice/VersionControl/VersionControl.html","title":"2.8 版本控制","keywords":"","body":"2.8 版本控制\n"},"Practice/VersionControl/GitVersionControl.html":{"url":"Practice/VersionControl/GitVersionControl.html","title":"2.8.1 git","keywords":"","body":"git版本控制\ngithub\n安装git\n进入git官网下载页面,下载适配操作系统的安装包,进行安装\ngit配置\ngit config -e # 针对当前仓库 \ngit config --list #查看git配置\ngit config --global user.name \"wanghua\"\ngit config --global user.email test@runoob.com\n\n#只对当前仓库有效\ngit config user.name \"wanghua\"\ngit config user.email test@runoob.com\n创建仓库\n\n网页创建\n\n1.登录github\n2.创建新的仓库\n3.克隆到本地:\ngit clone git@github.com:***/test.git test_1\n4.编辑文件\n5.上传更新到github\ngit status ##查看git状态\ngit add . ##将本目录下所有文件加入到index\ngit commit -m \"comment\" ##将版本加入到HEAD\ngit push -u origin master:test ##origin指的是关联的远程仓库,master指的是本地分支,test指的是远程分支,注意本地分支应该先创建,-u在下次仓库不再是空的时候可以去除\n6.到github所在仓库的分支下请求合并“Pull request”\n\n本地创建\n\n1.指定仓库目录\n2.初始化\ngit init\n3.编辑仓库\n4.加入到HEAD\ngit add .\ngit commit -m \"comment\" ##将版本加入到HEAD\n由于本地Git仓库和Github仓库之间的传输是通过SSH加密的,所以连接时需要设置一下:\n5.创建SSH KEY\n~/.ssh ##检查之前是否生成了KEY\nssh-keygen -t rsa -C \"email\" #一直enter,不要设置密码\nssh -T git@github.com\ncat ~/.ssh/id_rsa.pub\n打开github账户的设置,进入\"SSH and GPG keys\",新建,输入id和上个命令输出的秘钥\n6.在github上新建仓库\n7.创建本地仓库与远程仓库的连接\ngit remote add origin 远程仓库\n8.更新远程仓库\ngit push -u origin master:test\n拉取仓库\n1.创建和更改本地与远程的连接\ngit remote add origin 远程仓库\n\n\ngit remote rm origin\ngit remote add origin 远程仓库\n2.从远程获取代码并合并本地的版本\ngit pull :\ngit pull origin master:brantest\n分支管理\n1.创建分支\ngit branch \ngit checkout -b \n2.版本控制\n1.通过提交记录来进行版本控制\ngit log\ngit reflog\n2.通过分支控制版本,但是需要注意的是修改后需要commit后再切换回你想要去的分支,这样原分支的更改将不会被更新到其他分支,否则工作区的修改将是全局修改,因此核心仍旧是提交记录来进行修改\n3.合并分支\ngit checkout master\ngit merge develop\n4.版本回退\n撤销修改\n 1、只在工作区修改了,没提交到暂存区 \n git checkout -- index.html 撤销工作区修改\n 其实 git checkout -- file 就是用暂存区的版本来代替工作区的版本\n\n 2、修改提交到暂存区之后(即git add 后,git commit 之前)\n 先使用$ git reset HEAD index.html 将暂存区的修改撤销掉,重新放回工作区,\n git checkout -- index.html 撤销工作区修改\n\n 3、已经提交到本地的版本库分支master上了(前提是没推送到远程版本库,git commit 后,git push 之前)\n git reset --hard commitId 版本回退\n5.删除分支\n删除分支\n 1、删除本地分支\n git branch -d 分支名\n\n 2、删除仓库远程分支\n git push origin --delete 分支名\n\n 3、批量删除本地分支\n git branch |xargs git branch -D 强制删除所有分支\n git branch |xargs git branch -d 删除本地所有与远程仓库同步分支(本地修改过未提交的不会删除)\n git branch |grep \"xxbranch\"|xargs git branch -d 删除本地部分grep匹配的分支\n注意:新建空的文件夹并不会认为是更改\n6.标签管理\n$ git tag -a v1.0\n版本控制\n1.通过提交记录来进行版本控制\ngit log\ngit reflog\n2.通过分支控制版本,但是需要注意的是修改后需要commit后再切换回你想要去的分支,这样原分支的更改将不会被更新到其他分支,否则工作区的修改将是全局修改,因此核心仍旧是提交记录来进行修改\ngitee\n和github大同小异,关键在于\n"},"Practice/Building/Building.html":{"url":"Practice/Building/Building.html","title":"2.9 编译","keywords":"","body":"2.9 编译\n"},"Practice/Building/Cmake.html":{"url":"Practice/Building/Cmake.html","title":"2.9.1 Cmake","keywords":"","body":"CMakeList.txt下各命令功能\n1、常用\ncmake_minimum_required(Version 3.0) #指定cmake最低版本,该值应该低于安装cmake版本\nproject(test VERSION 1.0.0 LAUGUAGES C CXX) #指定项目名字、版本、语言(C代表C语言,CXX代表C++)\nadd_executable(test src/main.cpp) #指定源文件,源文件可以有多个但是只能有一个main函数\n\n2、编译方式\n\n(a)在CMakeList.txt所在目录下命令行模式\n\ncmake -B build #在build下生成Makefile\ncmake --build build\n\n\n(b)创建build,在build目录下执行\n\ncmake .. #指定源文件目录-S,比如'cmake -S .',\n# 指定变量-D,比如'-DCMKAE_BUILD_TYPE=Debug DAUTHOR=RealCoolEngineer'\nmake #Cmake是对大小写敏感的\n\n3、Cmake内置变量\n\nCMAKE_BINARY_DIR,PROJECT_BINARY_DIR,_BINARY_DIR:这三个变量内容一致,如果是内部编译,就指的是工程的顶级目录,如果是外部编译,指的就是工程编译发生的目录。\nCMAKE_SOURCE_DIR,PROJECT_SOURCE_DIR,_SOURCE_DIR: 这三个变量内容一致,都指的是工程的顶级目录。\nCMAKE_CURRENT_BINARY_DIR: 外部编译时,指的是target目录,内部编译时,指的是顶级目录\nCMAKE_CURRENT_SOURCE_DIR: CMakeList.txt所在的目录\nCMAKE_CURRENT_LIST_DIR: CMakeList.txt的完整路径\nCMAKE_CURRENT_LIST_LINE: 当前所在的行\nCMAKE_MODULE_PATH: 如果工程复杂,可能需要编写一些cmake模块-,这里通过SET指定这个变量\nLIBRARY_OUTPUT_DIR,BINARY_OUTPUT_DIR: 库和可执行的最终存放目录\n\n4、设置包含目录\ninclude_directories(\n ${CMAKE_CURRENT_SOURCE_DIR}\n ${CMAKE_CURRENT_BINARY_DIR}\n ${CMAKE_CURRENT_SOURCE_DIR}/include\n)\n\nLinux下还可以通过flag的方式设置:\nset(CMAKE_CXX_FLAGS \"${CMAKE_CXX_FLAGS} -I${CMAKE_CURRENT_SOURCE_DIR}\")\n\n该命令常常与其他命令组合使用\nfind_package(Eigen3 3.3 REQUIRED NO_MODULE)\ninclude_directories(\ninclude\n$(EIGEN3_INCLUDE_DIRS)\n)\n\n5、设置搜索目录\nlink_directories(\n ${CMAKE_CURRENT_SOURCE_DIR}/libs64\n)\nlink_directories(/home/test/myprojects/libs)\n\n不建议使用该命令,而建议使用:\ntarget_link_libraries(${catkin_LIBRARIES}\n)\n\n6、链接库\ntarget_link_libraries(demo test)\n\n它会自动在系统默认库路径和指定自定义库路径进行搜索libtest.a和libtest.so文件\n指定完整路径\ntarget_link_libraries(demo ${CMAKE_CURRENT_SOURCE_DIR}/lib/test.so)\n\n指定多个链接库\ntarget_link_libraries(demo \n ${CMAKE_CURRENT_SOURCE_DIR}/libs64/libtest.a \n pthread)\n\n7、打印消息\nmessage([] \"message text\" ...)\n\n\n空或者NOTICE:比较重要的信息,如前面演示中的格式\nDEBUG:调试信息,主要针对开发者\nSTATUS:项目使用者可能比较关心的信息,比如提示当前使用的编译器\nWARNING:CMake警告,不会打断进程\nSEND_ERROR:CMake错误,会继续执行,但是会跳过生成构建系统\nFATAL_ERROR:CMake致命错误,会终止进程\n\n8、包含子目录\nadd_subdirectory (source_dir [binary_dir] [EXCLUDE_FROM_ALL])\n\n\nsource_dir\n必选参数。该参数指定一个子目录,子目录下应该包含CMakeLists.txt文件和代码文件。子目录可以是相对路径也可以是绝对路径,如果是相对路径,则是相对当前目录的一个相对路径。\n\n其他为可选参数\n9、生成链接库\n生成链接库\nadd_library(hello SHARED test.cpp)\n\n在上层文件中需要添加链接库的link\nadd_executable(...)\ntarget_link_libraries(demo hello)\n\n10、Ctest和Cpack\n待补充\n11、环境变量\n\n使用环境变量:$ENV{Name}\n写入环境变量:set(ENV{Name} value) #这里没有“$”符号\n\n12、系统信息\n\nCMAKE_MAJOR_VERSION,CMAKE 主版本号,比如2.4.6 中的2\nCMAKE_MINOR_VERSION,CMAKE 次版本号,比如2.4.6 中的4\nCMAKE_PATCH_VERSION,CMAKE 补丁等级,比如2.4.6 中的6\nCMAKE_SYSTEM ,系统名称,比如Linux-2.6.22\nCMAKE_SYSTEM_NAME ,不包含版本的系统名,比如Linux\nCMAKE_SYSTEM_VERSION ,系统版本,比如2.6.22\nCMAKE_SYSTEM_PROCESSOR,处理器名称,比如i686\nUNIX ,在所有的类UNIX平台为TRUE,包括OS X 和cygwin\nWIN32 ,在所有的win32 平台为TRUE,包括cygwin\n\n13、开关选项\n\nBUILD_SHARED_LIBS: 用来控制默认的库编译方式,如果 不设置,使用add_library在没有指定库类型的情况下,默认生成的都是静态库。如果设置了set(BUILD_SHARED_LIBS ON)后,默认生成动态库。\nCMAKE_C_FLAGS设置C编译选项,也可以通过add_definitions()添加\nCMAKE_CXX_FLAGS设置C++编译选项,也可以通过指令add_definitions()添加。\noption可以添加cmake编译选项。\n\n14、设置变量\n14.1、set直接设置变量的值\nset(SRC_LIST main.cpp test.cpp)\nadd_executable(demo ${SRC_LIST})\n\n14.2、set追加变量的值\nset(SRC_LIST main.cpp)\nset(SRC_LIST ${SRC_LIST} test.cpp)\nadd_executable(demo ${SRC_LIST})\n\n14.3、list追加或删除变量的值\nset(SRC_LIST main.cpp)\nlist(APPEND SRC_LIST test.cpp)\nlist(REMOVE_ITEM SRC_LIST main.cpp)\nadd_executable(demo ${SRC_LIST})\n\n15、条件控制\nif...else...elseif...endif\nif(MSVC)\n set(LINK_LIBS common)\nelse()\n set(boost_thread boost_log.a boost_system.a)\nendif()\n\ntarget_link_libraries(demo ${LINK_LIBS})\n\nif(${CMAKE_BUILD_TYPE} MATCHES \"debug\")\n ...\nelse()\n ...\nendif()\n\nwhile break continue foreach endwhile endforeach\nwhile(TRUE)\n message(STATUS \"While true\")\n break()\nendwhile()\n\nforeach(project_file ${COMMON_PROJECT_FILES})\n message(STATUS \"project file found -- ${project_file}\")\n include(\"${project_file}\")\n endforeach()\n\n16、其他\naux_source_directory(. SRC_LIST) #搜索当前目录下的所有.cpp文件\nfile(GLOB SRC_LIST \"*.cpp\" \"*.cc\") #GLOB不支持递归遍历子目录,若想实现递归遍历子目录,请使用GLOB_RECURSE\n\n指定c和c++标准\nset (CMAKE_CXX_FLAGS \"${CMAKE_CXX_FLAGS} -std=c++11\") #设置c++的编译选项\nset (CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -std=c99\") #设置c的编译选项\n\nset(CMAKE_C_STANDARD 99)\nset(CMAKE_CXX_STANDARD 11)\n\n"},"Practice/Building/catkin_make.html":{"url":"Practice/Building/catkin_make.html","title":"2.9.2 catkin_make","keywords":"","body":"2.9.2 catkin_make\n"},"Practice/Building/catkin.html":{"url":"Practice/Building/catkin.html","title":"2.9.3 catkin","keywords":"","body":"2.9.3 catkin\n"},"Practice/Tools/Tools.html":{"url":"Practice/Tools/Tools.html","title":"2.10 工具","keywords":"","body":"2.10 工具\n"},"Practice/Tools/Vim.html":{"url":"Practice/Tools/Vim.html","title":"2.10.1 Vim","keywords":"","body":"2.10.1 Vim\n"},"Practice/Tools/unzip.html":{"url":"Practice/Tools/unzip.html","title":"2.10.2 解压","keywords":"","body":"ubuntu下各种压缩和解压命令\n1、‘.tar'文件\n\n仅打包并非压缩\n\ntar -cvf filename(压缩到当前文件夹)\ntar -cvf fileName.tar DirName(压缩到指定文件夹)\n\n解压\n\ntar -xvf filename.tar(解压到当前文件夹)\n2、'.gz'文件\n\n压缩\n\ngzip FileName # 压缩,只能压缩文件\n\n解压\n\ngunzip FileName.gz # 解压1\ngzip -d FileName.gz # 解压2\n3、'.tar.gz'、'.tgz'文件\n\n压缩\n\n# .tar.gz 和 .tgz\ntar -zcvf FileName.tar.gz DirName # 将DirName和其下所有文件(夹)压缩\n\n解压\n\n# .tar.gz 和 .tgz\ntar -zxvf FileName.tar.gz # 解压\ntar -C DesDirName -zxvf FileName.tar.gz # 解压到目标路径\n4、'.zip'文件\n\n压缩\n\nzip FileName.zip DirName # 将DirName本身压缩\nzip -r FileName.zip DirName # 压缩,递归处理,将指定目录下的所有文件和子目录一并压缩\n\n解压\n\nunzip FileName.zip # 解压\n5、'.rar'文件\n\n需要下载\n压缩\n\nrar a FileName.rar DirName # 压缩\n\n解压\n\nrar x FileName.rar # 解压\n6、’.xz‘文件\n\n压缩\n\nxz -z filename\n\n解压\n\nxz -d filename.xz\n7、'.tar.xz'文件\n\n压缩\n\n未知\n\n解压\n\ntar xvJf filename.tar.xz\n8、’.bz2‘文件\n\n压缩\n\n.bzip2 -d FileName.bz2 #方式1\n.bunzip2 FileName.bz2 #方式2\n\n解压\n\nbzip2 -z FileName\n9、通用方法\n\n安装\n\nsudo apt-get install unar\n\n压缩\n\nunar file.zip\n\n解压\n\nunar file.zip -o FileName #指定解压路径\n"},"Practice/Tools/FilePermission.html":{"url":"Practice/Tools/FilePermission.html","title":"2.10.3 文件权限","keywords":"","body":"文件权限\n1、权限针对三类对象进行定义\n\nu: owner是拥有文件的用户(所有者)\ng: group是所在者所在的群组\no: 其他人\n\n当然,我们也可以指定所有人,用字母\"a\"代表所有人\n2、每个文件针对每类访问者都定义了三种权限\n\nr:读取read\nw:写入write\nx:执行execute\n\n当然还有一种X:针对目录加执行权限,文件不加执行权限\n3、针对文件和目录给予权限的作用不同\n\n针对文件\n\n r:读取文件内容\n\n w:修改文件内容\n\n x:执行权限对除二进制程序以外的文件没什么意义\n\n针对目录\n\n r:查看目录下的文件列表\n\n w:删除和创建目录下的文件\n\n x:可以cd进入目录,能查看目录中文件的详细属性,能访问目录下文件内容(基础权限)\n4、每种权限代表数字\n\n\n\n权限\nw(write)\nr(read)\nx(execute)\n\n\n\n\n代表数字\n4\n2\n1\n\n\n\n5、查看和修改权限方法\n\n查看权限\n\nls -l #查看当前目录下所有文件权限,用户组次序为u,g,o\nls -l DirName/File #查看指定目录下所有文件权限/查看指定文件的权限\nls -ld #查看当前目录所在文件的权限\nls -ld DirName/File #查看指定目录或者文件的权限,而不列出其目录下的目录和文件权限\n\n修改权限\n\nmode法\n格式:chmod who opt per file\n\nwho:u g o a(all)\n\nopt:+ – =\n\nper:r w x X\n\n数字法\n格式:chmod XXX file\nrwx rw- r– \n111 110 100\n7 6 4\n\nr:4\nw:2\nx:1\n\n\n\n\n6、其他\nchmod -R 中的'-R'指的是对目前目录下的所有文件与子目录进行相同的权限变更(即以递归的方式逐个变更),也就是说指定目录和指定目录下的所有文件都将进行相同的权限修改\n"},"Practice/RealTime/RealTime.html":{"url":"Practice/RealTime/RealTime.html","title":"2.11 实时平台","keywords":"","body":"2.11 实时平台\n"}}}