Activiti guide (deployment process definition)

Deployment process definition We are now ready to add additional BPM logic to the Activiti engine. To do this, as the name of our OnboardingRequest Java class shows, we will use a simple induction process. In this example, we will enter the data, and then, if the number of years of experience exceeds 3, we will publish the task of personalizing ...

Posted by gidiag on Thu, 05 Sep 2019 08:22:18 +0200

The three main frameworks of SSM(SpringMVC+Spring+MyBatis) use Maven to quickly build integration (database data to page presentation)

This paper describes the process of quickly building a demo using Maven using the three main frameworks of SpringMVC+Spring+MyBatis to display data from queries in the database back to the page. Technology selection: SpringMVC+Spring+MyBatis+MySql+Maven+JSP+IDEA+Tomcat7+JDK1.8+Navicat for MySql Start building the project below: 1. Setting up ...

Posted by adamjones on Tue, 03 Sep 2019 20:39:52 +0200

SpringBoot Log Framework Automatic Configuration and Principles

1. Log Framework Xiao Zhang; Develop a large system; 1. System.out.println("); Print key data to console; Remove?Write in a file? 2. Framework to record some runtime information of the system; Log Framework; zhanglogging.jar; 3. What are the functions of tall?Asynchronous mode?Automatic archiving?xxxx?zhanglogging-good.jar? 4. Remove the p ...

Posted by livepjam on Sat, 31 Aug 2019 08:49:54 +0200

Series Tutorial Project Configuration for javao2o Shop

This series is a record and share of the course "Java Mainstream Technology Stack SSM+SpringBoot Shop System". 1. Why learn java Now it's the front end, I've always wanted to be a full stack, I've learned background languages like node and python, and I've written a few small projects like egg Django that can also be used, but I find ...

Posted by bobthebullet990 on Sat, 31 Aug 2019 07:05:18 +0200

dao layer and xml parameter binding in mybatis 3.5.0/mybatis plus 3.x is complete (unlike older versions)

Mode 1 (not recommended) Single parameter mode @Mapper public interface UserDao extends BaseMapper<User> { User selectList1(String username, String phone); } <select id="selectList1" resultMap="BaseResultMap"> select * from user where username= #{arg0} and phone=#{arg1} </select> Note: select * from user where us ...

Posted by redbrad0 on Sat, 31 Aug 2019 06:26:49 +0200

springboot Learning Rules for Static Resource Mapping

Learning materials reference B Station Big Man Video Static resource mapping webjars How to import For some unified resource frameworks, such as jquery,bootstrap, etc., resources can be obtained by importing pom.xml through web jars'official w ...

Posted by Paulus Magnus on Thu, 29 Aug 2019 12:01:43 +0200

Python Wechat Public Number Course Foundation: Transmitting and Sending Text Messages

1. Overview: In this tutorial, you will learn how to use Huawei Cloud Elastic Cloud Server (hereinafter referred to as ECS) to build the Wechat Public Number Processing Desk, write the corresponding Wechat Message Processing Logic Code in Python ...

Posted by orange08 on Thu, 29 Aug 2019 08:22:39 +0200

Using WxJava to implement website integration with WeChat login function, the core code should not exceed 10 lines

Recently, the website PC-side integrated WeChat scanner login, stepped on a number of pits, and recorded the implementation process and considerations. Table of Contents 1. Operational steps of WeChat Open Platform1. Create a Web Site Application2. Get AppID and AppSecret2. Development Guidelines3. Development of Actual Warfare1. pom.xm ...

Posted by tuneout on Thu, 29 Aug 2019 04:44:27 +0200

MotionLayout: Dynamic toolbar

Regular readers of Styling Android may have guessed what I like about animation.MotionLayout provides an amazing range of animations and can be used to create some very interesting ones.We've seen it before on Styling Android how to implement a Collapsing Toolbar But instead of just mimicking existing behavior that can be implemented using othe ...

Posted by CapEsiouS on Wed, 28 Aug 2019 18:06:55 +0200

Count the slots in Shared Preferences!

Preface Recently, it has suffered a lot in dealing with a historical legacy project, mainly as the occasional Shared Preferences configuration file data confusion, or even loss. After investigation, it was found that it was a multi-process problem. There are two different processes in the project, and Shared Preferences files are frequently rea ...

Posted by raytri on Wed, 28 Aug 2019 17:41:53 +0200