2020年6月3日

cpuset

摘要: config isolcpus https://blog.csdn.net/tang05505622334/article/details/96477552 (1)在/etc/default/grub中的下面一行添加最后的isolcpus参数 GRUB_CMDLINE_LINUX_DEFAULT=" 阅读全文

posted @ 2020-06-03 18:18 csuyangpeng 阅读(477) 评论(0) 推荐(0)

2020年5月22日

ros vs apollo ros vs apollo cyber

摘要: https://www.cnblogs.com/klcf0220/p/10369802.html 阅读全文

posted @ 2020-05-22 11:50 csuyangpeng 阅读(519) 评论(0) 推荐(0)

2020年4月16日

tree of cuda-repo-ubuntu1804-10-2-local-10.2.89-440.33.01_1.0-1_amd64.deb

摘要: download the deb: https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type= 阅读全文

posted @ 2020-04-16 00:37 csuyangpeng 阅读(815) 评论(0) 推荐(0)

2020年3月18日

pybind11--c++ library for use python

摘要: https://stackoverflow.com/questions/51017450/c-application-crashes-when-embedded-python-interpreter-tries-to-import-externa C++ application crashes wh 阅读全文

posted @ 2020-03-18 17:58 csuyangpeng 阅读(130) 评论(0) 推荐(0)

2020年1月14日

google-pprof

摘要: 982 2020-01-14 18:00:55 google-pprof --pdf ./demo /tmp/profile > output.pdf 983 2020-01-14 18:02:26 g++ -o demo demo.cpp -lprofiler 984 2020-01-14 18: 阅读全文

posted @ 2020-01-14 19:48 csuyangpeng 阅读(476) 评论(0) 推荐(0)

shell _autotab complete

摘要: # bash completion for apollo.sh -*- shell-script -*- # Usage: ./apollo.sh TAB autotab_list=("check" "build" "build_dist" "clean_dist" "build_min" "bui 阅读全文

posted @ 2020-01-14 14:58 csuyangpeng 阅读(162) 评论(0) 推荐(0)

2020年1月2日

use pytorch

摘要: #!/usr/bin/env bash ############################################################################### # Copyright 2018 The Apollo Authors. All Rights Re 阅读全文

posted @ 2020-01-02 19:29 csuyangpeng 阅读(220) 评论(0) 推荐(0)

gitlab email notify related

摘要: emailnotify: stage: notify before_script: - echo "start emailnotify" after_script: - echo "finish emailnotify" script: - bash scripts/notify.sh only: 阅读全文

posted @ 2020-01-02 10:07 csuyangpeng 阅读(201) 评论(0) 推荐(0)

2019年12月2日

c++ standard library II

摘要: // template specialization #include <iostream> using namespace std; // class template: template <class T> class mycontainer { T element; public: mycon 阅读全文

posted @ 2019-12-02 01:13 csuyangpeng 阅读(275) 评论(0) 推荐(0)

2019年11月26日

Linux server record All user's ops

摘要: append to /etc/profile root@moonx:/tmp/dbasky/moonx# cat /etc/profile USER_IP=`who -u am i 2>/dev/null| awk '{print $NF}'|sed -e 's/[()]//g'` if [ "$U 阅读全文

posted @ 2019-11-26 17:24 csuyangpeng 阅读(130) 评论(0) 推荐(0)

导航

//替换成自己路径的js文件