Spring integration redis spring data redis

Spring data redis encapsulates the operation of redis. It is very convenient to use redis in projects Integrating spring data redis is very simple. There are three files that need to be modified. 1.pom.xml 2.application-context.xml 3.redis.properties 1. Add spring data redis and redis dependencies in pom <dependency> ...

Posted by big_al on Tue, 03 Dec 2019 05:17:41 -0800

HBase installation configuration, using independent zookeeper

1.HBase installation configuration, using independent zookeeper 2. Modify environment variables:The first machine is planned to be master, the second machine is RegionServer, and then start RegionServer on the first machineMake a cluster1 master2 RegionServer Execute vi /etc/profile on the machine, and add the following:export HBASE_HOME=/usr/ ...

Posted by vadercole on Tue, 03 Dec 2019 01:49:01 -0800

luminus web framework learning

Chapter one your first program Because I am a mac computer, I am temporarily based on my operation (clojure is not friendly to windows, jdk and maven data are too many, so I will not introduce the installation method here) First, use brew install leiningen and brew install clojure to install lein and clojure Lei is like the familiar clojure ...

Posted by suge on Mon, 02 Dec 2019 23:41:56 -0800

Tomcat server of Centos 7 system

I. The Origin of tomcat Name origin: tomcat was originally developed by sun's software architect James Duncan Davidson. Later he helped turn it into an open source project, which Sun contributed to the Apache Software Foundation. Because O'Reilly, the majority of open source projects, will produce a related book and design its cover as a sketc ...

Posted by qartis on Mon, 02 Dec 2019 22:30:28 -0800

Start writing the spring ioc framework from scratch and learn more about spring source code

IoC Ioc Is a simplified implementation version of the spring ioc core functionality for easy learning and understanding of principles. Purpose of Creation Spring has been used for a long time, very frequently for spring, and in fact has never been quiet about learning the source code. However, one problem with the spring source is that it is t ...

Posted by Orpheus13 on Mon, 02 Dec 2019 16:07:13 -0800

Network wide MZ200A android device call document

Timing device documentation If you have any questions, please contact qq987424501 Note: the title in bold indicates that special attention should be paid to the following I. cameraSee CameraDemo. You can import cameralib directly and depend on it.II. Card swiping module 1. Module typenfc (there are many articles about n ...

Posted by morpheuz on Mon, 02 Dec 2019 14:25:09 -0800

Audio playing one

I. simple audio playing [project preparation] ① a video file, the location of the video file ----- > create a new folder under res row ----- > put the video in the row folder ② generally speaking, audio playback does not need to stay in the interface all the time, so audio playback should be placed in the service, even if the inter ...

Posted by Stressed on Mon, 02 Dec 2019 10:33:27 -0800

Introduction to IOC annotation development of Spring 1

The basic knowledge points are as follows: Introduce annotation constraints and configure component scanning Annotation on class: @ response @ Controller @Service @Repository Annotation @ value of common attribute Annotation @ Resource @ Autowired @ Qualifier for object properties Bean life cycle, initialization and destruction: @ PostConstruc ...

Posted by sanand158 on Sun, 01 Dec 2019 20:13:59 -0800

Android development sets various properties of linear layout and relative layout RelativeLayout in the code

1. In the first case, I do not define the xml layout file at all. The layout file is completely written in the Java file. The code is as follows: import android.annotation.SuppressLint; import android.graphics.Color; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import and ...

Posted by Cateyes on Sun, 01 Dec 2019 13:50:18 -0800

Enterprise app ipa package deployed to its own server

Preface:Recently, it has started to march into the pit of uni app mixed development, which has been mined countless, and its strength can be improved a little every time it crosses a pit. Now you need to deploy the enterprise app ipa package to your own server to download. All ipa packages deploy their own servers and finally have the following ...

Posted by iandotcom on Sun, 01 Dec 2019 13:11:54 -0800