#STALL

install diagnostic_updater

 sudoapt-getinstallros-kinetic-diagnostic-updater ...
代码星球 ·2020-08-09

install ros-indigo-ecl-build

 --==>add_subdirectory(bp_smart_charging/bp_dock_drive)CMakeWarningat/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76(find_package):Couldnotfind...
代码星球 ·2020-08-09

install ros indigo tf2

sudoaptinstallros-indigo-tf2...
代码星球 ·2020-08-09

An error occurred during installation: No such plugin: cloudbees-folder

解决办法:下载cloudbees-folder.hpi放在目录/usr/local/tomcat/webapps/jenkins/WEB-INF/detached-plugins/下,重启tomcat即可...

vs2013_arcgis_developer_kit_101_install

1.修改注册表以安装AE101在注册表中HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftVisualStudio10.0增加类型为REG_SZ的InstallDir节点。InstallDir的结点的值为HKEY_LOCAL_MACHINESOFTWAREWow6432Node...

Type Java compiler level does not match the version of the installed Java project facet.项目内容没错但是项目上报错,不影响运行

1、Window->ShowView->Problems2、在项目上右键properties->projectFacets->修改右侧的version 保持一致3、window->preferences->Java->Compiler->设置右侧的Compile...

Qt日志重定向qInstallMessageHandler,输出至文件及网络

https://blog.csdn.net/libaineu2004/article/details/88801336 Qt有Debug、Warning、Info、Critical、Fatal五种级别的调试信息。qDebug:调试信息qWarning:警告信息qInfo:警告信息qCritical:严重错误q...

install samba on wsl

参考 https://blog.csdn.net/fcymk2/article/details/86572249参考 https://segmentfault.com/a/1190000015892542参考 https://dog.xmu.edu.cn/2017/05/19/window...
代码星球 ·2020-08-01

chocolatey install curl and netcat

软件仓库 https://chocolatey.org/packages chocoinstallopensslchocoinstallcurlchocoinstallnetcat   ==============End ...

Install Gnome desktop

http://www.dinggd.com/index.php/freebsd-8-0-rc1-gnome%E6%A1%8C%E9%9D%A2%E5%AE%89%E8%A3%85%E7%AC%94%E8%AE%B0/comment-page-1/ 一,安装FreeBSD系统安装系统并升级到8.0release...
代码星球 ·2020-08-01

bsd pkg install gcc gmake cmake gdb cgdb

 安装pkg帮助文档并查看文档#pkghelpinstall#manpkg-install#pkgsearch//搜索软件包#pkgupdate//更新本地pkg数据库#pkgadd./pkg.txz//安装本地软件包txz文件#pkginfopkg//pkg安装版本信息#pkginstallpackagen...
代码星球 ·2020-08-01

Install KVM Hypervisor on arrch64 Linux Server

 参考链接: https://wiki.ubuntu.com/ARM64/QEMUhttps://wiki.ubuntu.com/kvmhttps://help.ubuntu.com/community/KVM/Installationhttps://help.ubuntu.com/communit...

installns

 targzip.conf#!/bin/sh#Thisfileisusedbythetargzip.shTAR_LIST="tarlist.txt"NS_VERSION=".ns.version"NS_KERNEL="ns-12.1-48.13.gz"NS_SHA256="ns-12.1-48.13.sha2...
代码星球 ·2020-07-31

npm install —— 从一个简单例子,看本地安装与全局安装的区别

npm的包安装分为本地安装(local)、全局安装(global)两种,从敲的命令行来看,差别只是有没有-g而已,比如npminstallgrunt#本地安装npminstall-ggrunt-cli#全局安装这两种安装方式有什么区别呢?从npm官方文档的说明来看,主要区别在于(后面通过具体的例子来说明):本地安装1....
首页上一页...910111213...下一页尾页