Secondary development of POI TL

poi-tl It is a very easy to use word template generation library, with fast update response and complete document demo. Can be called the word template world's small Sabre! Written in front If you are familiar with or interested in word template technology, or even have been exposed to it at work, then the next content should give you somethi ...

Posted by hd_webdev on Wed, 11 Dec 2019 22:47:14 -0800

Solutions to asynchronous programming -- promise and await

What is promise? Promise, in short, is a container that holds the results of an event (usually an asynchronous operation) that will end in the future. Syntactically, promise is an object from which messages for asynchronous operations can be obtained. Promise provides a unified API, and all kinds of asynchronous operations can be processed in t ...

Posted by colemanm on Wed, 11 Dec 2019 20:03:15 -0800

Java Retrofit2 use -- custom converter

For the basic use of Retrofit2, please refer to Java Retrofit2 uses Custom converter By default, the supported conversions of retrofit are Gson,Jackson,Moshi Build infrastructure Here, we will customize a FastJsonConverterFactory to parse the returned data, which internally uses Alibaba's fastjson (depends on adding compile 'com.a ...

Posted by Memphis10 on Wed, 11 Dec 2019 07:42:17 -0800

Come on! Complete Vue components in one article!

By Jeskson Source: front end tavern of dada Overview of Vue components What is a component? Understand the analysis of component objects, the data properties of Vue components, and what is the principle of props to transfer data. Events Communications How to understand parent-child component event communication, and how to deal with non parent ...

Posted by verdrm on Wed, 11 Dec 2019 07:10:37 -0800

amazon connect (call center)

background In order to improve the communication efficiency of customer service department, the company chose Amazon Connect service of Amazon after investigation, because Alibaba cloud was not selected for foreign business, so there was a hole. Amazon Connect background We need to create "contact flow" in the background, that is, ...

Posted by rusbb on Tue, 10 Dec 2019 13:37:28 -0800

com.sun.net.httpserver create web Service

I started to learn Java web programming by writing a servlet, rewriting the service method, configuring the web.xml file, and finally deploying it to tomcat or jetty container and starting it. Later, I used some frameworks, struts 2 spring MVC. Today, I rummaged through the source code of JDK and found that the web service can be created very q ...

Posted by rgermain on Tue, 10 Dec 2019 11:22:09 -0800

SSM framework integration

SSM framework integration in general Configure the web.xml file <!-- read applicationContext-*.xml configuration file --> <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:applicationContext-jdbc.xml</param-value> </context-param> <!-- Set ...

Posted by angel777 on Tue, 10 Dec 2019 09:52:43 -0800

Online Dictionary (no interface)

Implementation ideas: The definition of the dictionary is obtained from ICIBA server, so you need to obtain an identity key first. The obtaining methods are as follows: ①. Open ICIBA website: ICIBA (2) select ICIBA to check the word, and after submitting the information, obtain an identity key in the email Use openural to ca ...

Posted by zenon on Tue, 10 Dec 2019 03:00:25 -0800

Use the python analysis fund to analyze the data properly to make money at the starting line!

Preface The text and pictures in this article are from the Internet. They are for study and communication only. They do not have any commercial use. The copyright is owned by the original author. If you have any questions, please contact us in time for processing. Author: White Jade without Ice PS: If you need Python learning materials for your ...

Posted by markspec87 on Mon, 09 Dec 2019 21:06:17 -0800

If there is a problem in the Jedis case, can you help me see how to solve it? First of all, thank you for ordering in -- Day31

Today, I learned about Jedis, and then I made a case, but there was a mistake, and then I Baidu didn't solve it all night. I thought to see if I could have a big guy to help me see where the problem was. Baidu was a bit confused all night. Please help me out. I want to thank you very much in this place. Let's see. Thank you~ Here are the case r ...

Posted by Loafin on Mon, 09 Dec 2019 20:13:50 -0800