码迷,mamicode.com
首页 >  
搜索关键字:some other host already uses address    ( 36936个结果
Quick start Bootstrap
CSS Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS. <link href="https://cdn.jsdelivr.net/npm/bootstrap ...
分类:其他好文   时间:2021-01-25 11:24:06    阅读次数:0
C++ STL list
##std::list <list> ###列表性质 1、双向链表 2、只支持双向顺序访问,不支持下标访问(随机访问迭代器)(元素随机访问) 3、因为不支持随机访问迭代器,所以不能使用std::sort进行排序,需要调用成员函数list::sort 4、在list中任何位置进行插入/删除操作速度都很 ...
分类:编程语言   时间:2021-01-25 11:13:54    阅读次数:0
1657. Determine if Two Strings Are Close
Two strings are considered close if you can attain one from the other using the following operations: Operation 1: Swap any two existing characters. F ...
分类:其他好文   时间:2021-01-25 11:07:52    阅读次数:0
Jetson AGX Xavier系统备份与克隆系统到新Xavier板
https://codeleading.com/article/77623120369/ Jetson AGX Xavier系统备份与克隆系统到新Xavier板 参考:https://www.ncnynl.com/archives/201903/2890.html 将正常系统的xavier与host ...
分类:其他好文   时间:2021-01-25 10:50:39    阅读次数:0
winsocket tcp练习一
server端 unit ServerMainFormUnit; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.C ...
分类:Windows程序   时间:2021-01-22 12:14:27    阅读次数:0
Windows下MySQL8.0.23的下载与安装简单易用
直接开搞! 一、下载 到官方网站去下载:https://dev.mysql.com/downloads/mysql/ 目前最新版本为8.0.23 MySql有两种安装方式:1,.zip压缩包解压然后配置;2,.msi图像化界面安装。这里选择第一种方式,因此下载.zip压缩包如下图: 把zip和msi ...
分类:数据库   时间:2021-01-22 12:03:19    阅读次数:0
CVE-2021-2109 Weblogic Server远程代码执行
? CVE-2021-2109 Weblogic远程代码执行 ? 一、漏洞简介 Oracle官方发布了漏洞补丁,修了包括 CVE-2021-2109 Weblogic Server远程代码执行漏洞在内的多个高危严重漏洞。CVE-2021-2109 中,攻击者可构造恶意请求,造成JNDI注入,执行任意 ...
分类:Web程序   时间:2021-01-22 11:48:03    阅读次数:0
新版JDK8日期时间及其格式化
1.日期时间处理类 JDK8通过发布新的Date-Time API(JSR 310)来进一步加强对日期与时间的处理 新增了很多常见的API,如日期/时间的比较,加减,格式化等 包所在位置java.time 核心类 LocalDate:日期 LocalTime:时间 LocalDateTime:日期时 ...
分类:其他好文   时间:2021-01-21 10:37:20    阅读次数:0
端口被占用的问题解决 Web server failed to start. Port ×× was already in use
出现此问题是端口被占用了,只需要关闭正在使用的端口就行 解决方法:1.在服务器中更改port端口号,改为不冲突,没有被占用的端口。 2.找出被占用的端口,结束被占用的端口: 解决结束被占用的端口的方法:1.输入命令查看被占用的端口的进程: netstat -aon|findstr 80 (80为要查 ...
分类:Web程序   时间:2021-01-20 12:16:34    阅读次数:0
docker搭建nextcloud
Error while trying to create admin user: Failed to connect to the database: An exception occurred in driver: SQLSTATE[HY000] [1130] Host '172.18.0.2' ...
分类:其他好文   时间:2021-01-19 12:03:11    阅读次数:0
36936条   上一页 1 ... 44 45 46 47 48 ... 3694 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!