This time, I don't even need web.xml. I build SSM environment in pure Java.
In Spring Boot project, normally there is no XML configuration, because Spring Boot does not recommend using XML. Note that Spring Boot does not support it. Spring Boot recommends that developers use Java configuration to build frameworks. In Spring Boot, a large number of automation configuration is achieved through Java configuration. This se ...
Added by kpegram on Wed, 29 May 2019 21:59:28 +0300
Android modifies the color of native RatingBar
First, depend on your build.gradle
dependencies {
compile 'com.android.support:appcompat-v7:X.X.X' // where X.X.X version
}
1
2
3
1
2
3
Then let your activity inherit Android.support.v7.app.AppCompatActivity
public class MainActivity extends AppCompatActivity {
...
}
1
2
3
1
2
3
Declare the following attributes in st ...
Added by jim_de_bo on Wed, 29 May 2019 21:21:24 +0300
Release Enterprise Red Bag (C#) for Enterprise WeChat Development
1. Enterprise WeChat API
Address: http://work.weixin.qq.com/api/doc#11543
2. Explanation of parameters
1. Send enterprise red envelopes
Request method: POST (HTTPS)Request address: https://api.mch.weixin.qq.com/mmpaymkttransfers/sendworkwxredpackIs Certificate Required: YesData format: xml
See API interface documentation for detailed parameter ...
Added by belayet on Wed, 29 May 2019 20:16:40 +0300
Tencent Cloud Communication and SDK Integrated Operational Guidelines
0 (1).jpg
This article is a serial of Jiang Zhibi, the author of the rookie nest. "Develop a Live APP Series from 0" to talk about the most popular live APP, how to complete the realization of a commercial project like "Tencent Live Broadcasting"
Tencent Cloud Communication and SDK Integration[Developing a Live APP from ...
Added by Frapster on Wed, 29 May 2019 13:22:40 +0300
shiro project introduction
shiro project introduction
After the previous shiro integration project, the shiro function will be improved. The previous code will not be shown and introduced. For more information, please refer to the shiro integration project.Project code acquisition: https://github.com/pysasuke/s...
New function
User registration
Limit the number of login ...
Added by RJDavison on Mon, 27 May 2019 23:45:05 +0300
Android Group English Learning: Chapter 5, Android Scroll Analysis
This chapter will introduce two main parts:
Reasons for Sliding Effect
How to Deal with and Realize Sliding Effect
1. How does the sliding effect come into being
Sliding a View essentially changes the position of the current View. Therefore, in order to realize the sliding of View, it is necessary to monitor the event touched by the use ...
Added by y.t. on Mon, 27 May 2019 02:20:56 +0300
One-step integration of sideslip (delete) menu, high imitation QQ, IOS entries sideslip deletion
This control does not depend on any parent layout, not for
Recycler View, ListView, and child View in any ViewGroup can use the Side Slide (Delete) menu. Simple, 0-coupled, supports any ViewGroup.
Summary
It has been 7 months since the control came out and has been used in the project. It has been 2 months since the first push ...
Added by Bad HAL 9000 on Sun, 26 May 2019 22:23:56 +0300
Android Layout Optimization (I)
For reprinting, please indicate the source: http://blog.csdn.net/guolin_blog/article/details/43376527
Reuse layout files
The Android system already provides a lot of useful controls, which makes it easy to write layout. But sometimes we may need to reuse a written layout over and over again. If you always use copy-and-paste for layout reuse, ...
Added by Silverado_NL on Sun, 26 May 2019 01:45:38 +0300
Difficulties in Learning Java Wechat Public Number Development
Some time ago, when I was bored, I taught myself a little bit about the development of Wechat Public Number (threatened by my sister).
Address of Mu Course Online Course: http://www.imooc.com/learn/368
After all, it's a free course. It can't be so detailed. So let me share with you the problems I have encountered.
This is the code I typed acc ...
Added by daveh33 on Sat, 25 May 2019 22:38:13 +0300
Android Fragment Details (II)
In the previous section, we had a preliminary understanding of Fragment, learning about concepts, life cycle, Fragment management and Fragment transactions, and dynamic and static loading of Fragments. Beginning with this section, we will explain some examples of Fragments in actual development. And what this section explains to you is the real ...
Added by eabigelow on Sat, 25 May 2019 22:34:59 +0300