PHP Express query API interface, which can be used directly if necessary

It is suitable for docking, such as crowd, enterprise, e-commerce website, WeChat public number platform, which involves regular delivery and express delivery. Support more than 300 domestic and foreign express delivery and logistics companies' express bill number one-stop query. instructions: 1. Kuadidi api.php doesn't need ...

Posted by jerastraub on Sun, 29 Dec 2019 07:20:56 -0800

There is no exception in the local operation of the Spring Boot project, and an error is reported when deploying to the Linux server: java.lang.ClassNotFoundException

One background Recently, we are using spring boot to develop project A, which introduces module B developed by small partners. It starts service locally and runs well. When it is deployed to the server, an error will be reported as soon as it runs: Caused by: java.lang.ClassNotFoundException. Note: there are many reasons for this error, such as ...

Posted by landonmkelsey on Sun, 29 Dec 2019 00:20:28 -0800

Using IDEA for the first time, combining mvn and Spring to build a Web project

Build a simple web project by using idea, mvn and spring Recently, we have been using webstorm for front-end development and verification, but we haven't studied how to integrate back-end development. Now we have time to simply understand the process of front-end and back-end integration. In the middle Experienced person If th ...

Posted by gite_ashish on Sat, 28 Dec 2019 10:36:01 -0800

Android drawing separator / separator in layout?

I want to draw a line in the middle of the layout and use it as a separator for other items such as TextView. Is there a good widget. I really don't want to use images because it's hard to match other components to it. I hope it can also be relatively positioned. Thank you #1 building I usually use this code to add horizontal lines: &l ...

Posted by dzm on Sat, 28 Dec 2019 09:22:34 -0800

jQuery (Ajax+json front and back data interaction)

jackson Jackson is a simple java application library. Jackson can easily convert Java objects into json objects And xml documents, you can also convert json and xml into Java objects Core code: ObjectMapper mapper = new ObjectMapper(); mapper.writeValueAsString(obj); //Number of rows to get source data int count = m ...

Posted by Thundarfoot on Fri, 27 Dec 2019 13:45:46 -0800

(15) Integrating spring cloud cloud Architecture - commonservice SSO service building (1)

We have introduced the knowledge points of Spring Cloud and oauth2 in the previous several articles. Today, we will use Spring Cloud and oauth2 to build commonservice SSO service. In this section, we just build the basic platform of commonservice SSO. If you don't talk about it, record the steps directly: 1. Create the maven project commonserv ...

Posted by Beauchy on Fri, 27 Dec 2019 12:28:33 -0800

Download and display pictures from the network

Get the network pictures through get request -- mainly for future reference and making a note Task requirements: 1. Create a new layout file, and add two controls: Button and ImageView to the layout file 2. Create a new GetPictThread to implement the Runnable interface (1) define a handler to transfer data to the main threa ...

Posted by zenag on Fri, 27 Dec 2019 11:06:50 -0800

Android Chapter 2 reading and writing local files

  The first way to read and write: Use the initial IO mode to read and write to the application package directory package com.example.login; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.InputStreamReader; import java.util.HashMap; impor ...

Posted by theblacksheep on Fri, 27 Dec 2019 07:33:24 -0800

DBLE Learning Configuration schema.xml for Database Middleware

Preface There's a video that often entices me to "play to death" and a big BOSS that keeps "pushing me to learn faster".It is these two extremes of love that often convince me of where I am going.Well, it's not worth it! Introduction to SCHEMA.XML The last one was written: Database middleware DBLE learning (1) Basic introduc ...

Posted by rem on Thu, 26 Dec 2019 14:24:40 -0800

13. Using Spring container under Spring web project

QQ group: Java data sharing group 59174518 Suppose we create the ApplicationContext container according to the method we learned @Test public void fun1() { // 1. First, create the container, ApplicationContext applicationContext = new ClassPathXmlApplicationContext("ApplicationContext.xml"); // ...

Posted by mrinfin1ty on Thu, 26 Dec 2019 09:29:19 -0800