Python-Point Cloud Series--Reproduction of PointNet Papers
Article Directory Introduction to Point Net network structure Rotation transformation matrix Source Parsing (Detailed) Source Download Source directo...
vue koa2 mongodb does the back-end part of the personal blog login registration function from scratch
0. Effect demonstration It's annoying to plug in a video.You can go out and turn right to Youku. Click on me!). 1. Backend Build 1.1 Project Stru...
Implementation of a lightweight RPC framework based on Netty and SpringBoot Client side request response synchronization
premise Pre article: Implementing a lightweight RPC framework based on Netty and SpringBoot protocol Implementing a lightweight RPC framework Server ...
Extend ports generate test reports
1, Download dependency package <dependency> <groupId>com.relevantcodes</groupId> <artifactId>extentreports</artifactId>...
Introduction to network socket programming
The following is a Li's understanding of socket programming, hoping to help you; if there are errors, please point out generously; 1: Socket pro...
[UE4] UE4 embedded web and communication with Web
UE4 is embedded in the Web and UE4 to Web communication. I use ue4.22.3, and take UE4 embedded in ECharts and communicating with ECharts as an exampl...
Quick start to kubernetes series tutorial
Write before Kubernetes involves a lot of concepts, including all kinds of technologies in the cloud eco-community. The cost of learning is relativel...
HTML of Java Web Foundation
Overview of web concept * JavaWeb: *Using Java language to develop Internet based projects *Software architecture: 1. C/S: Client/Server client / ser...
SqlServer common commands
Article directory 1, SQL Basics Two, enhance Three, function Four, actual combat 1.SELECT 2.Update 3. table / field 4. Index (add, delete, modify and...
Java realizes SMS function through SMS platform
Preface This paper records the use of SMS platform built by China net, which needs to be registered before use. Here, only the use of SMS interface i...
Cluster Load Balancing Setup--LVS-DR Cluster Deployment
Article Directory Preface I: How LVS-DR works 1.1: Overview of DR mode 1.2: How to analyze LVS-DR packet flow direction? 3.3: ARP Problems in LVS-DR ...
Dockerfile theory + practice!!!
Dockerfile overview Dockerfile is the description file of the image file in docker. The straight white point is exactly what the image file is compos...
Bash & Python processing application translation table for international import Excel into string.xml table
The company's business development must be internationalized. In the process of internationalization, the most headache is to write an internati...
js basic functions
1. Array API of javascript: //Defined array var pageIds = new Array(); pageIds.push('A'); //Array length pageIds.length; //shift: Delete th...
Spring MVC series execution process
Article directory doDispatch() method getHandler(HttpServletRequest request) getHandlerAdapter(Object handler) processDispatchResult() This series co...
The first lesson of big data on the cloud: MaxCompute authorization and appearance operation hidden pit Guide
1, Sub account creation, AK information binding If you are the first time to log in to digital plus platform and use DataWorks with a sub account, you...
Basic script attempt
Try the script for the first time. Go by and correct it! syeteminfo system profile command #!/bin/bash #Descrition:show system information #filename:...
Android uses camera to realize the problem of staying in the preview interface after taking photos
camera realizes the code of taking photos: /** * Start taking photos */ public void startCapture() { if (null != camera) { camera.takePicture(null, n...
linux high order Nginx reverse proxy
Nginx reverse proxy function Reverse proxy: reverse proxy is also called reverse proxy. It refers to a way to proxy the request of the external netwo...
Tomcat access project changed from http to https settings
1. Mr. Cheng's certificate # First switch to the certificate file path: $ cd /app/tomcat-8.5.39/ # Generate certificate file: $ keytool -genkey ...
Flink asynchronous contradiction - sharp Async I/O
Dimension table JOIN - a business scenario that cannot be bypassed In the process of Flink flow processing, it is often necessary to interact with ext...
kubeadm deployment k8s
The new version of kubeadm has changed some parameters, the installation method has changed, you can refer to the new version installation method [ku...
k8s deployment stateful service zookeeper example
Without considering the configuration file first: apiVersion: apps/v1 kind: StatefulSet #####A problem with fixed hostname and stateful service is th...
Love buy back website optimization - Redis cache
Why cache? Reduce database pressure; Increase request speed. When the data is stored in the cache, it can be retrieved directly from the cache when i...
Prototype application in JS (inheritance and extension)
Prototypes in JS Prototype is a very important mechanism in JavaScript. Through [[prototype]], we can easily implement the inheritance and extension ...
Android - Custom external shadow, internal transparent canvas mask layout
Explain: A simple requirement, the external shadow, the internal layout is transparent, and the camera is opened at the bottom (here only the layout ...
RMAN Migration Library in ORACLE10G Non-archiving Mode
Environmental information: Source Library Target Library operating system WIN7 WIN SVR 2012 R2 IP x.x.x.216 x.x.x.112 Database Version 10.2.0.4.0 - 6...
Kubeflow series: Solve one-click installation of kubeflow based on Ali cloud mirror in China
Environmental preparation kubeflow is very demanding for the environment. See the official requirements:at least one worker node with a minimum of: 4 ...
Kubeflow series: analysis of kubeflow components
As a big gift package of machine learning based on cloud native, kubeflow can be used as a good example of cloud native learning. At the same time, t...
android Camera camera class
Several process methods related to Camera class Camera.open(cameraId) camera.setDisplayOrientation(0) set camera horizontal direction Mgamera.setprevi...