推荐
专栏
教程
课程
飞鹅
本次共找到10000条
2
相关的信息
Wesley13
•
3年前
java截取2个指定字符之间的字符串
/截取字符串str中指定字符strStart、strEnd之间的字符串@paramstring@paramstr1@paramstr2@return/pub
Stella981
•
3年前
Codeforces Round #616 (Div. 2) E. Prefix Enlightenment 图论
E.PrefixEnlightenmenttimelimitpertest3secondsmemorylimitpertest256megabytesTherearenlampsonaline,numberedfrom1ton.Eachonehasan
Wesley13
•
3年前
Oracle 11g R2 Dataguard configuration step by step
Oracle11gR2DataguardconfigurationstepbystepDate:March17,2016 Author: ShripalSingh(DBA)(https://www.oschina.net/ac
Stella981
•
3年前
SpringBoot2.x打包成war(看这篇就够了)
springboot默认打包成jar,如果想打包成war,则需要做以下三步。1.修改pom.xml文件 a.将jar改成war1<groupIdcom.test</groupId2<artifactId01springbootHelloWorld</artifactId3<versi
Stella981
•
3年前
Netty权威指南 第2章NIO 入门读书笔记
2.1传统的BIO编程采用BIO通信模型的服务端,通常由一个独立的Acceptor线程负责监听客户端的连接,它接收到客户端连接请求之后为每个客户端创建一个新的线程进行链路处理,处理完成之后,通过输出流返回应答给客户端,线程销毁。这就是典型的一请求一应答通信模型。如果不创建线程,还是在主线程中处理请求,则整个服务端是单线程处理能力,待第一个客户端请
Stella981
•
3年前
SpringBoot2 时间类型自动格式化 自动转换
!(https://oscimg.oschina.net/oscnet/af99fd6b94103f73a38a966d89b2f7754be.png)packagecom.archibladwitwicke.springboot2.chapter03.configurer;importcom.archibladwit
Stella981
•
3年前
SpringBoot2 整合Kafka组件,应用案例和流程详解
本文源码:GitHub·点这里(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcicadasmile%2Fmiddlewareparent)||GitEE·点这里(https://gitee.com/cicadasmile/middleware
Stella981
•
3年前
C++ Concurrency in Action, 2nd Edition 免积分下载
!(https://static.oschina.net/uploads/img/201901/06114537_YLMQ.jpg)C11为多线程应用程序提供了强大的支持,随后的C14和17更新建立在这个基线上。C具有比以往更好的并发选项,这意味着它对于多核和并行应用程序来说是一个非常强大的选项这本畅销书已经更新和修订,以涵
Easter79
•
3年前
Springboot2.x整合SpringCloud之Eureka服务注册中心
一、 什么是服务注册中心服务注册中心是服务实现服务化管理的核心组件,类似于目录服务的作用,主要用来存储服务信息,譬如提供者url串、路由信息等。服务注册中心是SOA架构中最基础的设施之一。1 服务注册中心的作用1,服务的注册2,服务的发现2. 常见
Wesley13
•
3年前
Unity游戏AI记录(2d横板为例)
usingSystem.Collections;usingSystem.Collections.Generic;usingUnityEngine;publicclassGeneralPeopleController:MonoBehaviour{protectedContactFilter2DcontactFilter;
1
•••
65
66
67
•••
1000