- 博客(5)
- 收藏
- 关注
原创 pycharm debug设置启动前执行.bashrc
而这个bashrc文件中包含了太多的配置命令,我们很难一条一条的在pycharm debug configuration中添加。那么检查一下source前后参数发生了哪些变化,然后将变化的参数,添加到configuration中不就可以了吗。最近在debug一个ROS的项目,因为代码执行时需要先配置环境变量。1. configuration中有一项可以在启动前执行程序,尝试后发现这个程序是单独在另一个进程。舍友一个想法点亮了我:我的bashrc本质就是在配置参数。
2023-12-28 11:20:09 728 2
原创 Ubuntu16.04安装谷歌chrome浏览器(最新)
最近需要为一台Ubuntu16.04.5版本的机子安装chrome浏览器,看了很多文章,主要是两种方法:一是wget下载deb安装包,然后命令行安装;二是添加google chrome源到软件源列表,然后用apt直接安装。但这两种方法都失效了,原因是ubuntu16不能满足最新的chrome浏览器依赖的libnss3版本。经过一番尝试,最终还是不行,跑到chrome官网找到了历史版本页面。,ubuntu16.04对应的是。
2023-06-05 15:48:39 2644 2
原创 PTA-自测-4 Have Fun with Numbers
DescriptionNotice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 246913578, which happens to be another 9-digit
2017-08-14 21:30:09 556
原创 PTA-自测-5 Shuffling Machine
题目来源:PTA-中国大学MOOC-陈越、何钦铭-数据结构-起步能力自测题URL: https://pta.patest.cn/pta/test/17/exam/4/question/264/原题内容:Shuffling is a procedure used to randomize a deck of playing cards. Because standard sh
2017-08-14 20:49:54 470
原创 Leetcode--Two Sum
DescriptionGiven an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input would have exactly one solution, and you may not use t
2017-08-13 09:21:40 226
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人