#GO

install ros-indigo-laser-geometry

 --Usingthesemessagegenerators:gencpp;genlisp;genpyCMakeWarningat/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76(find_package):Couldnotfindapackag...
代码星球 ·2020-08-09

install ros-indigo-filters

 CMakeWarningat/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76(find_package):Couldnotfindapackageconfigurationfileprovidedby"filters"withanyofthef...
代码星球 ·2020-08-09

install ros-indigo-tf2

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

install ros-indigo-tf

 sudoapt-getinstallros-indigo-tf ...
代码星球 ·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

django urlencode

 fromdjango.utils.httpimporturlquotea=urlquote('分享')print(a) ...
代码星球 ·2020-08-09

django 常用字段类型

 <1>CharField#字符串字段,用于较短的字符串.#CharField要求必须有一个参数maxlength,用于从数据库层和Django校验层限制该字段所允许的最大字符数.<2>IntegerField#用于保存一个整数.<3>FloatField#一个浮点数.必须...
代码星球 ·2020-08-09

django 数据库同步

 pythonmanage.pymakemigrationspythonmanage.pymigrate ...
代码星球 ·2020-08-09

ubuntu 14.04 (desktop amd 64) 安装和配置ROS Indigo

配置Ubuntu的软件源配置Ubuntu要求允许接受restricted、universe和multiverse的软件源,可以根据下面的链接配置:https://help.ubuntu.com/community/Repositories/Ubuntu打开SoftWare&Updates选择清华源更新softw...

ubuntu 14.04 server(amd64) 安装ros indigo

1.添加软件源(添加了正确的软件源,操作系统就知道去哪里下载程序,并根据命令自动安装软件)    sudosh-c'echo"debhttp://packages.ros.org/ros/ubuntutrustymain">/etc/apt/sources.list.d/r...

jekins 实现Django项目的自动部署(ubuntu16.04,python2.7,django1.11)

  1.依赖的插件如果插件下载失败更换源http://mirror.xmission.com/jenkins/updates/current/update-center.json因为我们只需要构建python项目所以我们这边只需要3个插件gitpluginpythonpipeline  2.创建项目...

Ubuntu16.04 安装 Django

pip2installdjango==1.11  或者手动安装:链接:https://pan.baidu.com/s/1uQJD-pON7gELoCC2TwYnEw提取码:flggcdDjango-1.11.3sudopythonsetup.pyinstall ...
代码星球 ·2020-08-08

python2安装django

pipinstalldjango==1.8.2...
代码星球 ·2020-08-08

django 接口编写的配置

一.修改settings文件ALLOWED_HOSTS=['*'] INSTALLED_APPS=['corsheaders']  #加入该app 安装django-cors-headers:pipinstalldjango-cors-headers #注释掉跨域的中间...
代码星球 ·2020-08-08
首页上一页...8081828384...下一页尾页