Maven Warehouse - Introduction to Private Service
What is private service?
Private servers, or private servers, are an internal Maven repository through which a company's internal Maven project needs to download dependent packages and plug-ins. Nexus is a common private Maven server, which is usually used internally.
Common Functions and Introduction
Designate your Maven project to priv ...
Posted by ducey on Sat, 20 Apr 2019 09:12:33 -0700
120 lines of code to crawl the Douban Film top250
The author recently learned to crawl, and practiced with Douban Movie. But Douban Movie has anti-crawling mechanism. After climbing 250, I will redirect and ask me to do the landing operation. So I only crawl the first 50 for related tests this time. Nonsense, let's look at the source code.
This time we used requests library, Be ...
Posted by dirkadirka on Thu, 11 Apr 2019 00:09:33 -0700
Loading the apk interface in the sd card directory through the proxy Activity mode
Dynamic loading and plug-in development are very important.
Today's 360 mobile assistant (Droid Plugin), VirtualApp, Baidu DL and Ctrip Dynamic APK all use this technology.
The general idea of this example is:
1. The apk1 is initialized by a main interface MainActivity. The main interface has only one Button button. After clicking, a Toa ...
Posted by metrathon on Mon, 01 Apr 2019 16:36:30 -0700
Android Camera uses summaries and pits
The core logic of the test paper scanning module is data acquisition, decoding and recognition, image cutting, and the processing of recognition results and cutting results, which constitutes the main logic of the whole module. The implementation of the whole logic is shown in the following figure:
In the module, besides the UI thread, ...
Posted by sarahk on Wed, 27 Mar 2019 17:15:30 -0700
Centos7+svn+jenkins+maven+nexus+SonarQube+docker Continuous Integration Advanced Configuration (III)
Centos7+svn+jenkins+maven+SonarQube+docker Continuous Integrated Installation (I) Centos7+svn+jenkins+maven+SonarQube+docker Continuous Integrated Installation (II)
1: jenkins configures jdk, maven
System Management --"Global Tool Configuration --> MAVEN
Edit maven's configuration file: you can adjust the format of the display by yo ...
Posted by smarty_pockets on Thu, 07 Feb 2019 19:42:16 -0800
Maven and Nexus3
Maven and Nexus3
What is Maven?
For details on the principle of maven, see: https://my.oschina.net/adailinux/blog/2247017
Installation and configuration
Install Maven
Installing Maven on centos7 system is very simple. You can install it directly with yum, but before installing maven, you need to configure the JDK (java) environment of the syste ...
Posted by kaszu on Fri, 01 Feb 2019 19:51:15 -0800
Micro Services - Using HTTPS to Build Private Dock on Nexus Repository Manager 3.0
http://ju.outofmemory.cn/entry/357233
Ways of buildingConfigure HTTPSGenerate keystore fileAdd an SSL portAdd HTTPS Support ProfileModify the HTTPS configuration fileVerificationRestart serviceWeb accessdocker configurationLogin error1 - Modify the daemon.json file2 - Configure ca-trust (centos)Reference materials
Ways of buil ...
Posted by Scrank.com on Thu, 10 Jan 2019 18:03:10 -0800
Android Studio uses Nexus to build Maven private clothes and upload JCenter
I. Nexus Environment Construction
When looking for information online, I found that the file structure of each version of Nexus is very different. I used Nexus 3.4, which is the latest version up to July 8, 2017.
1. Download
Download address: http://www.sonatype.org/nexus/
NEXUS REPOSITORY MANAGER OSS [Open Source Software - Free]
NEXUS REPOSIT ...
Posted by Dax on Mon, 24 Dec 2018 23:36:06 -0800
Nexus 3 Docker Proxy + Nexus 3 Configure Docker Private Warehouse + Mirror Agent + Configure https Connection
https://blog.csdn.net/shida_csdn/article/details/80006645
I. Research Background
The company happens to need to configure a local private Docker warehouse and provide Cache functionality to act as a proxy for DockerHub.
Nexus 3 not only integrates warehouse functions such as maven and npm, but also supports Docker
Experiments ...
Posted by raghavan20 on Mon, 10 Dec 2018 19:48:06 -0800