码迷,mamicode.com
首页 >  
搜索关键字:bind 安装配置    ( 14799个结果
用c++的opencv实现以前的python的turtle曲线绘制
opencv库的安装配置的教程网上很多了,这个可以作为图像处理及2D图形的绘制库,一个cv::Mat就是一个像素矩阵,cv将图像认为是一个二维矩阵 这个图像的原点在左上角,x轴水平向右,y轴水平向下,所以我们画线的坐标要localPointToCVPoint转,setWorldOrigin这个函数是 ...
分类:编程语言   时间:2021-02-19 13:16:30    阅读次数:0
Linux服务部署Yapi项目(安装Node Mongdb Git Nginx等) Linux服务部署Yapi
一,介绍与需求 1,我的安装环境:CentOS7+Node10.13.0+MongoDB4.0.10。 2,首先安装wget,用于下载node等其他工具 1 yum install -y wget 编译依赖 gcc 环境 1 yum install gcc-c++ 二,Node安装配置 第一步:下载 ...
分类:数据库   时间:2021-02-19 12:57:35    阅读次数:0
vue的基本语法
1.v-bind: v-bind attribute 被称为指令,在这里,该指令的意思是:“将这个元素节点的 title attribute 和 Vue 实例的 message property 保持一致”。 <div id="app"> <span v-bind:title="message"> ...
分类:其他好文   时间:2021-02-18 12:54:53    阅读次数:0
高性能Laravel日志服务
高性能Laravel日志服务 介绍 利用高性能seaslog日志扩展 会介绍三种方式将seaslog集成到laravel的日志服务 使用docker部署elk,将日志输出到elasticsearch 安装配置seaslog扩展 /path/to/phpize ./configure --with-p ...
分类:其他好文   时间:2021-02-17 14:13:40    阅读次数:0
Vue2.x Methods of use v-for
Introduction: It's a paper to reorganize the knowledge of List Rendering in Vue official guide. So a lot of content is from the Vue Official guide. Th ...
分类:其他好文   时间:2021-02-16 12:03:49    阅读次数:0
mongodb的配置参数
Mongodb启动命令mongod参数说明mongod的主要参数有: 基本配置 --quiet # 安静输出 --port arg # 指定服务端口号,默认端口27017 --bind_ip arg # 绑定服务IP,若绑定127.0.0.1,则只能本机访问,不指定默认本地所有IP --logpat ...
分类:数据库   时间:2021-02-15 11:54:59    阅读次数:0
WSL安装流程 Windows下的linux
1.开启对应Windows功能(适用于linux的Windows子系统) 2.微软商店对应下载 Windows terminal 、 ubantu 3.设置 Windows terminal ubantu:把下面这个加到/root/.bashrc里 #Fix mkdir command has wr ...
分类:Windows程序   时间:2021-02-15 11:48:23    阅读次数:0
验证之 IDataErrorInfo 简单 Demo
要求:年龄不满18 就边框飘红 后台代码: public class AgeInfoWithValidation : IDataErrorInfo { private int age =0; public int Age { get { return age; } set { age = value ...
分类:其他好文   时间:2021-02-09 12:02:45    阅读次数:0
CentOS8 Jenkins 安装配置
下载war包 http://mirrors.jenkins.io/war-stable/latest/ 上传到服务器 开启服务 [root@localhost jenkins]# java -jar jenkins.war Running from: /opt/jenkins/jenkins.war ...
分类:其他好文   时间:2021-02-08 12:28:14    阅读次数:0
Linux 快速安装配置 Maven
1. 下载 Maven 最新版本 wget https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz tar zxvf apache-maven-3.6 ...
分类:系统相关   时间:2021-02-08 12:27:32    阅读次数:0
14799条   上一页 1 ... 10 11 12 13 14 ... 1480 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!