码迷,mamicode.com
首页 >  
搜索关键字:designated port 指定端口    ( 23628个结果
idea新建项目传至gitee
对于新建,或未加入版本控制的项目,加入gitee项目控制步骤如下 VCS->Import into Version Control->Share Project on Gitee 然后命名等其他配置 ...
分类:其他好文   时间:2021-04-10 12:57:44    阅读次数:0
vue3.0之watchEffect,watch用法
<template> <div>{{propContent}}</div> </template> <script> import { watchEffect, watch, ref } from "vue"; export default { name: "", components: {}, m ...
分类:其他好文   时间:2021-04-09 13:36:07    阅读次数:0
apt-get update 升级错误
W: GPG error: http://mirrors.cloud.aliyuncs.com/ubuntu xenial-backports InRelease: Could not execute 'apt-key' to verify signature (is gnupg installed ...
分类:其他好文   时间:2021-04-08 13:43:02    阅读次数:0
搭建公司wiki系统-confluence
搭建公司wiki系统-confluence 一、环境 # uname -a Linux client02 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux # java - ...
分类:其他好文   时间:2021-04-08 13:16:28    阅读次数:0
mysql数据库基础
(1)使用客户端连接服务器端(连接的命令结尾不能加分号) mysql.exe -h127.0.0.1 -P3306 -uroot -p -h host IP地址/域名 127.0.0.1/localhost -P port 端口 -u user 用户名 root 管理员账户 -p password ...
分类:数据库   时间:2021-04-07 11:41:23    阅读次数:0
flv.js播放flv
flv cdn https://www.bootcdn.cn/flv.js/ 举例 <script src="dist/js/flv.min.js"></script> <video id="videoElement" controls autoplay width="1024" height="5 ...
分类:Web程序   时间:2021-04-07 11:39:38    阅读次数:0
go语言复制一个struct 对象
package main import ( "log" ) type meta struct { name string age int } func (m *meta) copy(dest *meta) { *dest = *m } func main() { a := meta{name:"aa ...
分类:编程语言   时间:2021-04-07 11:39:03    阅读次数:0
【VUE】axios接口数据的获取&上传
###用于测试的接口地址 https://github.com/Alana33/testApi ###axios中文文档(使用教程) http://www.axios-js.com/zh-cn/docs/ ###获取结果 ###上传结果 <!DOCTYPE html> <html lang="en" ...
分类:移动开发   时间:2021-04-07 11:22:00    阅读次数:0
Uncaught (in promise) Error: Redirected when going from "/login" to "/home" via a navigation guard.
项目中遇到如下报错内容:Uncaught (in promise) Error: Uncaught (in promise) Error: Redirected when going from "/login" to "/home" via a navigation guard. 原因:vue-ro ...
分类:其他好文   时间:2021-04-07 11:16:46    阅读次数:0
windows关闭指定端口
1 查看8084端口被什么服务占用 netstat -ano | findstr 8084 1 2 停止该服务 使用taskkill /PID 28828 /T /F 这行命令停止服务。 ...
分类:Windows程序   时间:2021-04-07 11:11:25    阅读次数:0
23628条   上一页 1 ... 25 26 27 28 29 ... 2363 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!