04 2018 档案

如何安装 Ipopt CppAD
摘要:https://github.com/udacity/CarND MPC Project/blob/master/install_Ipopt_CppAD.md 阅读全文

posted @ 2018-04-07 09:43 lion_zheng 阅读(894) 评论(0) 推荐(0)

git github添加远程仓库出错 remote origin already exists
摘要:在github上建立了仓库后,执行 时,提示 remote origin already exists 分析: 原因可能是由于本地的git仓库已经关联过其它的github online仓库。需要先删除掉原来的链接关系。 执行 再执行 以上用户名、仓库名为事例,请替换为你建立的仓库名字 阅读全文

posted @ 2018-04-02 01:16 lion_zheng 阅读(270) 评论(0) 推荐(0)

如何在 ubuntu linux 一行中执行多条指令
摘要:使用 运算符连接指令 参考链接 https://stackoverflow.com/questions/13077241/execute combine multiple linux commands in one line 阅读全文

posted @ 2018-04-01 12:06 lion_zheng 阅读(682) 评论(0) 推荐(0)

显示C++ vector中的数据
摘要:C++ 中的vector是一个容器数据类型,不能使用cout直接显示容器中的值。 以下程序中,myvector 是一个vector数据类型。将myvector替换为需要输出的vector。 for(int i=0; i 阅读全文

posted @ 2018-04-01 10:45 lion_zheng 阅读(5436) 评论(0) 推荐(1)

导航