Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践rtmp

Posted on 2020-11-03 | In multimedia | Visitors
Read more »

实践hls

Posted on 2020-11-03 | In multimedia | Visitors

HTTP Live Streaming (HLS)

Read more »

实践cpu

Posted on 2020-10-29 | In Hardware | Visitors

blocking

Read more »

实践spring boot logging

Posted on 2020-10-23 | In Java | Visitors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.springframework.boot</groupId>
		<artifactId>spring-boot-starters</artifactId>
		<version>1.5.6.RELEASE</version>
	</parent>
	<artifactId>spring-boot-starter-logging</artifactId>
	<name>Spring Boot Logging Starter</name>
	<description>Starter for logging using Logback. Default logging starter</description>
	<url>http://projects.spring.io/spring-boot/</url>
	<organization>
		<name>Pivotal Software, Inc.</name>
		<url>http://www.spring.io</url>
	</organization>
	<properties>
		<main.basedir>${basedir}/../..</main.basedir>
	</properties>
	<dependencies>
		<dependency>
			<groupId>ch.qos.logback</groupId>
			<artifactId>logback-classic</artifactId>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>jcl-over-slf4j</artifactId>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>jul-to-slf4j</artifactId>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>log4j-over-slf4j</artifactId>
		</dependency>
	</dependencies>
</project>
Read more »

实践android动态加载

Posted on 2020-10-21 | In 移动互联网 | Visitors

DroidPlugin

Read more »

实践微服务之microprofile

Posted on 2020-09-24 | In Java | Visitors

MicroProfile

Read more »

实践反应式编程之SmallRye Mutiny

Posted on 2020-09-24 | In Java | Visitors

SmallRye Mutiny is a reactive programming library. Wait? Another one? Yes!

Read more »

实践直旋锁

Posted on 2020-09-23 | In Algorithm | Visitors

不可不说的Java“锁”事

Read more »

实践cas

Posted on 2020-09-23 | In Algorithm | Visitors
Read more »

实践部署架构

Posted on 2020-09-17 | In design | Visitors

deploy-directApplicationArea

Read more »
1 … 35 36 37 … 113
Ray Wang

Ray Wang

My Blog

1123 posts
29 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse