码迷,mamicode.com
首页 >  
搜索关键字:error local ip    ( 100481个结果
osi七层协议
互联网的本质就是一系列的网络协议。连接两台计算机之间的internet实际上就是一系列统一的标准,这些标准称之为互联网协议。 互联网协议按照功能不同分为osi七层或tcp/ip五层或tcp/ip四层 每层运行常见物理设备 三层交换机:既有路由功能,又有交换机功能。 集线器目前很少在用了。 不同设备连 ...
分类:其他好文   时间:2021-06-24 18:12:36    阅读次数:0
Linux系统MySQL如何导入数据库
linux下 一、导出数据库用mysqldump命令(注意mysql的安装路径,即此命令的路径):1、导出数据和表结构:mysqldump -u用户名 -p密码 数据库名 > 数据库名.sql#/usr/local/mysql/bin/ mysqldump -uroot -p abc > abc.s ...
分类:数据库   时间:2021-06-24 18:05:02    阅读次数:0
绕过ip限制
绕过ip限制 1.enclosed alphanumerics List: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ? ? ? ? ? ? ? ? ? ? ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾ ⑿ ⒀ ⒁ ⒂ ⒃ ⒄ ⒅ ⒆ ⒇ ⒈ ⒉ ⒊ ⒋ ⒌ ⒍ ⒎ ⒏ ⒐ ⒑ ⒒ ⒓ ⒔ ⒕ ⒖ ⒗ ...
分类:其他好文   时间:2021-06-24 18:00:02    阅读次数:0
Vue_控件(tree_table)
Vue_控件(tree_table) 要使用tree_table之前要进行依赖的插入, 插入方法可以在vue UI中直接搜索依赖插入 在main.js中导入组件,然后全局定义组件,在使用组件的时候使用 import TreeTable from 'vue-table-with-tree-grid' ...
分类:其他好文   时间:2021-06-24 17:57:41    阅读次数:0
buuctf 刷题记录 [第三章 web进阶]Python里的SSRF
buuctf 刷题记录 [第三章 web进阶]Python里的SSRF 初探 绕过 详情参考: ip限制绕过 ...
分类:编程语言   时间:2021-06-24 17:56:47    阅读次数:0
invalid class “Graph” object: superclass "Mnumeric" not defined
> scRNA <- FindNeighbors(scRNA, dims = pc.num) Computing nearest neighbor graph Computing SNN Error in validObject(.Object) : invalid class “Graph” ob ...
分类:其他好文   时间:2021-06-24 17:51:06    阅读次数:0
Calico 3.5:根据节点标签分配 IP
需求: node1 node2 的 pod 都分配一个网段, node3 node4 的 pod 都分配一个网段 | router | | | | rack-0 | | rack-1 | | kube-node-1 | | kube-node-3 | - - - - - - - - - - - - ...
分类:其他好文   时间:2021-06-24 17:43:39    阅读次数:0
Ubuntu16.04 ROS Kinetic loam_livox
源码地址 https://github.com/hku-mars/loam_livox Ubuntu16.04安装ROS Kinetic详细过程 https://blog.csdn.net/weixin_43159148/article/details/83375218 sudo sh -c 'ec ...
分类:Web程序   时间:2021-06-24 17:41:41    阅读次数:0
linux的tmfps
mount -t tmpfs -o size=2048m tmpfs /local/home/algocn/pst tmpfs /local/home/algocn/pst tmpfs defaults,size=2048m,uid=500,gid=500 0 0 ...
分类:系统相关   时间:2021-06-24 17:35:55    阅读次数:0
解决error: src refspec main does not match any
出错的git命令: git push -u origin main解决方法:git show-ref8c4c7afc8d831dcba4f8989e39eb8286c1657439 refs/heads/master新命令:git push -u origin master成功解决参考:https: ...
分类:其他好文   时间:2021-06-24 17:31:05    阅读次数:0
100481条   上一页 1 ... 9 10 11 12 13 ... 10049 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!