码迷,mamicode.com
首页 >  
搜索关键字:nmap release    ( 11511个结果
Java并发编程之CAS和AQS
什么是CAS CAS(compare and swap),字面意思比较并交换,是解决多线程并行情况下使用锁造成性能损耗的一种机制. public final boolean compareAndSet(int expect, int update) { return unsafe.compareAn ...
分类:编程语言   时间:2021-01-29 12:10:28    阅读次数:0
Hack The Box::Valentine
#0x00 信息收集 nmap -Pn -sV -p- -T 4 10.10.10.79 PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 5.9p1 Debian 5ubuntu1.10 (Ubuntu Linux; protocol 2.0) ...
分类:其他好文   时间:2021-01-27 13:04:29    阅读次数:0
mybatis-plus整合spring
准备工作 JDK 8+ Maven 引入依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.1.6.RELEASE</version> </d ...
分类:编程语言   时间:2021-01-26 12:06:11    阅读次数:0
Linux环境RabbitMq搭建部署
Linux环境Erlang下载安装 下载erlang,原因在于RabbitMQ服务端代码是使用并发式语言Erlang编写的 创建文件夹 mkdir rabbitMQ 安装相关依赖 yum install epel-release yum install gcc gcc-c++ glibc-devel ...
分类:系统相关   时间:2021-01-26 11:56:32    阅读次数:0
线程 、进程、协程的基本使用
进程(Process)、线程(Thread)、协程(Coroutine)的概念: 进程:就是正在运行的程序,它是操作系统中,资源分配的最小单位.,资源分配:分配的是cpu和内存等物理资源。进程号是进程的唯一标识。默认情况下一个进程只有一个线程,在进程里面可以创建多个线程。线程:cpu执行程序的最小单 ...
分类:编程语言   时间:2021-01-22 12:17:22    阅读次数:0
centos7 安装mysql8.0
下载mysql8.0rpm安装包 wget https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm 安装yum repo文件 rpm -ivh mysql80-community-release-el7-11.noar ...
分类:数据库   时间:2021-01-21 10:51:08    阅读次数:0
springcloud 集成Sentinel 1.8持久化到nacos
1、客户端pom引入 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId> <version>2.2.4.RELEASE</ve ...
分类:编程语言   时间:2021-01-21 10:31:19    阅读次数:0
openCR Arduino软件配置
https://raw.githubusercontent.com/ROBOTIS-GIT/OpenCR/master/arduino/opencr_release/package_opencr_index.json ...
分类:其他好文   时间:2021-01-20 11:48:47    阅读次数:0
springboot扩展MVC
转自:https://www.pianshen.com/article/58601308015/ springboot配置MVC的官网信息:https://docs.spring.io/spring-boot/docs/2.2.1.RELEASE/reference/htmlsingle/#boot ...
分类:编程语言   时间:2021-01-19 12:26:09    阅读次数:0
功能: 从本地文件中上传请求号(转)
* ** Initial idea and first release by Igor Yaskevitch (IBS), 2003 ** Enhancements by Sergei Korolev, 2005 (added import queue ** manipulations, autho ...
分类:Web程序   时间:2021-01-16 12:13:36    阅读次数:0
11511条   上一页 1 ... 10 11 12 13 14 ... 1152 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!