码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
【ROS系统】解决找不到用户工作空间下的程序包的问题——E:No such package
根据ROS官方的教程创建工作空间后,进入[src]目录,在其中创建一个名为“beginner_tutorials”的新程序包,并建立了它的依赖关系。 但是在使用[rospack depends1 beginner_tutorials]测试程序的一级依赖关系时,却提示了下面的错误: No such p ...
分类:其他好文   时间:2018-08-22 17:01:25    阅读次数:1034
django rest frame work 初步使用 >> 认证权限
https://q1mi.github.io/Django-REST-framework-documentation/tutorial/4-authentication-and-permissions_zh/ 1. models.py 表里面加入一列 “operater", 并且重新migrate ...
分类:其他好文   时间:2018-08-21 21:49:46    阅读次数:540
How to use Log4cplus
IntroductionLog4cplus is derived by the popular Log4j written in java.This tutorial show how create:a configuration filedefine custom log for classesd... ...
分类:其他好文   时间:2018-08-21 20:13:20    阅读次数:251
How To Secure Apache with Let‘s Encrypt on Ubuntu (Free SSL)
IntroductionThis tutorial will show you how to set up a TLS/SSL certificate from Let’s Encrypt on an Ubuntu 14.04 server running Apache as a web serve... ...
分类:Web程序   时间:2018-08-21 19:46:09    阅读次数:195
Centos7源码安装MongoDB-3.6
本文主要简单介绍了在centos7上源码安装MongoDB-3.6.6!
分类:数据库   时间:2018-08-20 19:01:05    阅读次数:416
[Codeforces #211] Tutorial
Link: Codeforces #211 传送门 一套非常简单的题目,但很多细节都是错了一次才能发现啊…… 还是不能养成OJ依赖症,交之前先多想想corner case!!! A: 模拟,要特判0啊 #include <bits/stdc++.h> using namespace std; #de ...
分类:其他好文   时间:2018-08-19 20:09:35    阅读次数:157
macOS安装tensorflow没有models库的解决办法
在tensorflow中文社区的入门章节中,安装完以后指示读者进行一个神经网络训练的小练习 我采用的是pip安装方法,并没有models目录,在网上找到方法,直接git clone 该库 git clone --recurse-submodules https://github.com/tensor ...
分类:系统相关   时间:2018-08-19 14:49:40    阅读次数:373
OpenFlow_tutorial_3_Learn_Development_Tools
一、Several Utilities OpenFlow Tutorial VM 中预装了一些OpenFlow特性的工具和一般通用网络的工具。 1、Openflow Controller:处于Openflow南向接口上层。Controller又称NOS(Network Operating Syste ...
分类:其他好文   时间:2018-08-19 00:59:45    阅读次数:282
OpenFlow_tutorial_2_Install_Required_Software
一、Required Software 我操作系统用的 ubuntu 18.04。vm image的OS是ubuntu14.04,这两个系统的GUI应该已经不兼容了,如果使用ubuntu18.04的主机去连接ubuntu14.04的主机并运行具有GUI的软件(如wireshark),这个软件没有办法 ...
分类:其他好文   时间:2018-08-18 16:25:16    阅读次数:148
SPI应用 用SPI控制一个数字电位器
Controlling a Digital Potentiometer Using SPI In this tutorial you will learn how to control the AD5206 digital potentiometer(数字电位计) using Serial Peri ...
分类:其他好文   时间:2018-08-18 00:50:24    阅读次数:202
3034条   上一页 1 ... 73 74 75 76 77 ... 304 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!