
工具
narutojxl
这个作者很懒,什么都没留下…
展开
-
Scientific Toolworks Understand for linux 的下载
转载地址:http://blog.youkuaiyun.com/look85/article/details/7988332Scientific Toolworks Understand for Linux 这个软件我找了很久了,一直没有找到合适能装的。现在这款能在linux上顺利运行的版本,共享给需要的TX们。个人觉得这款软件在linux下很好用。版本:Under转载 2016-10-06 10:37:10 · 11701 阅读 · 4 评论 -
将 Debian Linux 中的默认的 Python 版本切换为替代版本; Ubuntu 安装 JDK8 的两种方式
转载地址: https://linux.cn/article-6970-1.html本文导航-1、基于用户修改 Python 版本:16%-2、 在系统级修改 Python 版本31%-3、移除替代版本77%当你安装 Debian Linux 时,安装过程有可能同时为你提供多个可用的 Python 版本,因此系统中会存在多个 Python 的可执行二进制文件。你可以按照以下方法使用 ls 命令来查...转载 2018-04-17 09:40:16 · 387 阅读 · 0 评论 -
Android Studio 下载地址
官网给的下载链接,不知什么鬼,打不开。其他下载地址:http://www.androiddevtools.cn/http://tools.android-studio.org/http://www.android-studio.org/index.php/download/androidstudio-download-baidudisk/181-android-studio-2-0...转载 2018-04-12 19:18:43 · 1608 阅读 · 0 评论 -
Android Studio 3.1 生成jar包,aar包,以及如何在线,离线使用jar包,aar包
转载地址:https://blog.youkuaiyun.com/fesdgasdgasdg/article/details/765603411. 在Android Studio离线加载jar包?方法一:将jar拷贝到app中的libs,右键add as library,选择module模块,然后在你的module 的gradle文件中会自动增加上依赖的那句话,比如: 离线加载std_msgs-0.5.11....转载 2018-05-03 20:30:57 · 3463 阅读 · 0 评论 -
用jsoncpp 开源库, 解析json文件
转载地址:https://blog.youkuaiyun.com/yc461515457/article/details/52749575https://blog.youkuaiyun.com/u012372584/article/details/78901015JSON(JavaScript Object Notation, JS 对象标记) 是一种轻量级的数据交换格式。通常用于数据交换或存储。JsonCpp是一个基于...转载 2018-05-03 21:59:29 · 745 阅读 · 0 评论 -
番茄助手 VS2015
转载地址:https://www.cnblogs.com/DswCnblog/p/5625893.html1. 首先在官网下载原版: VA_X_Setup2270_0.exeVA_X官方下载链接:http://www.wholetomato.com/downloads/default.asp 2. 安装官版。3. 下载补丁 。下载链接: http://pan.baidu.com/s/1qWvG...转载 2018-06-14 16:25:14 · 20504 阅读 · 17 评论 -
在线latex 网址
网址:http://latex.codecogs.com/eqneditor/editor.php看到程序中的公式代码,直接转换为公式转载 2018-06-23 10:45:51 · 2843 阅读 · 0 评论 -
cmake 简单使用
转载地址: https://blog.youkuaiyun.com/wzzfeitian/article/details/40963457cmake中一些预定义变量PROJECT_SOURCE_DIR 工程的根目录PROJECT_BINARY_DIR 运行cmake命令的目录,通常是${PROJECT_SOURCE_DIR}/buildCMAKE_INCLUDE_PATH 环境变量,非cmake变量CMAK...转载 2018-07-16 13:58:05 · 254 阅读 · 0 评论 -
ubuntu 安装Qt Creator
转载地址: http://my.phirobot.com/blog/2013-12-ros_ide_qtcreator.htmlQt 下载地址: http://download.qt.io/archive/ROS开发环境之Qt CreatorCreated at: 2013-12-29T00:00:00 Yuanbo She ROS turtlebot, ros, qt,可以用于ROS开发的...转载 2018-07-07 12:25:03 · 7348 阅读 · 0 评论 -
安装搜狗拼音后 Qt Creator不能输入中文问题
转载地址: https://www.jianshu.com/p/33c1066fb1401.从Qt官网下载页面 http://download.qt.io/archive/qt/5.10/5.10.1/ 下载linux-64bit的安装包2.对下载的.run文件加上执行权限~$ chmod +x qt-opensource-linux-x64-5.10.1.run3.安装~...转载 2018-08-09 20:06:43 · 1252 阅读 · 0 评论 -
latex 编写数学公式
转载地址:https://www.cnblogs.com/lcchuguo/p/5061692.html 在线Latex 编辑地址:http://latex.codecogs.com/eqneditor/editor.php 符号查询,官网地址:https://artofproblemsolving.com/wiki/index.php/LaTeX:Symbols...转载 2018-08-02 17:16:36 · 340 阅读 · 0 评论 -
VS Code 记录
版本: 1.25.1安装的插件:C/C++ C/C++ Clang Command Adapter: 需要安装clang, sudo apt-get install clang libicu-devC/C++ SnippetsC++ IntellisenseInclude AutocompleteClang-Format CMakeCMake Too...转载 2018-08-08 15:02:12 · 780 阅读 · 0 评论 -
lenovo 邵阳E42-80 Ubuntu14.04.5 wireless 驱动安装
转载地址:https://blog.youkuaiyun.com/sc_lilei/article/details/79545524?utm_source=blogxgwz4 装完系统后, $sudo apt-get upgrade系统版本内核变为:jxl@lenovo:~$ uname -aLinux lenovo 4.4.0-138-generic #164~14.04.1-Ubun...转载 2018-10-25 16:28:21 · 3197 阅读 · 0 评论 -
Ubuntu下使用adb和USB连接的方式进行Android设备调试
转载地址:https://www.linuxidc.com/Linux/2014-01/94931.htm执行命令: sudo vi /etc/udev/rules.d/51-Android.rules , 创建51-android.rules配置文件2、按照下面的数据格式添加一个条目: SUBSYSTEM=="usb", ATTR{idVendor}=="xxxx1", ATTR{idProdu...转载 2018-04-11 14:34:44 · 1263 阅读 · 0 评论 -
Ubuntu 14.04 安装Docker
转载地址: https://blog.youkuaiyun.com/xie1xiao1jun/article/details/79413436试了N多帖子,都是在添加源后,update时, 通不过, 太折腾了!!! 最后根据这位仁兄的帖子,成功安装,thanksUbuntu 14.04 16.04 (使用apt-get进行安装)# step 1: 安装必要的一些系统工具sudo apt-get updat...转载 2018-04-12 19:15:56 · 10472 阅读 · 0 评论 -
ubuntu 安装pycharm
转载网址:https://www.ncnynl.com/archives/201611/1056.htmlhttp://blog.youkuaiyun.com/ynb19930428/article/details/79028807从官网下载免费版的pycharm$ tar xfz pycharm-community-2017.3.4 #解压$ cd pycharm-community-2017.3.4...转载 2018-03-21 14:43:22 · 573 阅读 · 0 评论 -
gazebo
转载地址:http://gazebosim.org/tutorialshttp://blog.youkuaiyun.com/zhangrelay/article/details/53318991http://www.linuxidc.com/Linux/2017-03/141505.htmIndigo 自带的gazebo是2.0版本,与官网的教程中用的示例版本7.0,不一致,得先卸转载 2017-11-06 19:16:06 · 1337 阅读 · 0 评论 -
ubuntu14.04 升级内核
转载地址: http://blog.youkuaiyun.com/u011884290/article/details/52082809前两周升级了ubuntu 16.04 出现了关机卡死的情况,查了下可能是系统内核(4.4.0)bug导致的,所以打算升级下内核。查看已经安装了的内核sudo dpkg --get-selections |grep linux1查看当前使用的内核版本转载 2018-01-03 13:53:54 · 4677 阅读 · 0 评论 -
ubuntu安装(Wireless 8265 / 8275网卡)---failed, not work!!!!
Failed, not work!!!!, please do not try!!!linux官网无线驱动: https://wireless.wiki.kernel.org/(Wireless 8265 / 8275网卡) 支持的内核版本是 4.6+, Ubuntu14.04内核是4.4 ,按照前面的帖子升级到 4.6.4。先安装固件 https://wireless....转载 2018-01-03 14:31:08 · 12388 阅读 · 2 评论 -
Ubuntu中禁用ThinkPad touch pad
转载地址: http://blog.youkuaiyun.com/imsaws/article/details/19908737在bios 中禁用 ThinkPad T470P触摸板,发现进入系统后,还是不起作用,最后安装Touchpad Indicator ,设置为“插入鼠标后禁用触摸板”,方便。二、还有一个应用指示器(Indicator)可以很方便的禁用和启用触摸板,方法如下:转载 2018-01-04 14:05:35 · 901 阅读 · 0 评论 -
Ubuntu 下最好用的pdf 阅读注释器----Foxit
MMP, 一直在Ubuntu下用 master pdf 看文章,唯一的缺点是不能插入中文字体,今天突然发现说有linux版的foxit,tmd,找了老半天,才找到网址:https://www.foxitsoftware.com/pdf-reader/,为何之前找的那个中文网址的全都是Windows版的??安装步骤:Please follow the steps below to i转载 2018-02-02 20:06:37 · 9449 阅读 · 3 评论 -
安装新版本Cmake
转载地址:https://askubuntu.com/questions/610291/how-to-install-cmake-3-2-on-ubuntu-14-04 Ubuntu14.04 自带的Cmake2.8.7 没有卸载,直接下载的源码包,编译,安装的cmake-3.10,默认安装的位置是: /usr/local/ 然后在~/.bashrc中 export PATH="$PAT...转载 2017-11-24 10:57:13 · 7048 阅读 · 0 评论 -
ubuntu安装 迅雷Xware
安装方法,使用方法见:https://github.com/Xinkai/XwareDesktop转载 2018-03-15 13:39:43 · 1810 阅读 · 0 评论 -
ubuntu 安装 meshlab
MeshLab 一个酷酷的工具 ,见http://www.meshlab.net/转载 2018-03-15 17:39:28 · 1797 阅读 · 0 评论 -
Valgrind使用说明
转载地址:http://www.cnblogs.com/wangkangluo1/archive/2011/07/20/2111248.htmlhttp://blog.youkuaiyun.com/sduliulun/article/details/7732906一 valgrind是什么?Valgrind是一套Linux下,开放源代码(GPL V2)的仿真调试工具的集合。Valgrind由内核(core)...转载 2017-06-21 16:51:54 · 266 阅读 · 0 评论 -
玩转Google开源C++单元测试框架Google Test系列(gtest)(总)
玩转Google开源C++单元测试框架Google Test系列(gtest)(总)转载地址:http://blog.coderzh.com/2009/04/06/1426755/BY · 2009年04月06日 · 1023 WORDS · ~3MIN READING TIME | IMPROVE ON 前段时间学习和了解了下Google的开源C++单元测试框架Google Test,简称gte...转载 2016-10-07 17:07:52 · 288 阅读 · 0 评论 -
roslaunch + gdb debug
Recently I found gdb is really good. Before when I met some crash, I just guess where the problem might be and then try to put some print inside the code to find the problem. It always take many days ...转载 2016-09-28 09:41:24 · 6716 阅读 · 0 评论 -
U盘恢复软件
转载地址: https://www.lifewire.com/free-data-recovery-software-tools-2622893https://www.iplaysoft.com/data-recovery-tools.html 这是个好网址http://www.upantool.com/转载 2018-11-26 08:50:20 · 510 阅读 · 0 评论