Shiro -- session management

session management Shiro provides a complete enterprise level session management function, independent of the underlying container (such as web container tomcat), which can be used in both Java Se and Java EE environments. It provides session management, session event monitoring, session storage / persistence, container independent clustering, ...

Posted by genics on Sat, 07 Mar 2020 00:46:52 -0800

python file processing -- document restriction edit clear password widget

python file processing -- document restriction edit clear password widget Usage scenarios When using ofice document editing, set the password of document restriction editing, sometimes forget the password, causing trouble. This tool is developed by python to restrict editing and clearing passwords. Yo ...

Posted by rsasalm on Fri, 06 Mar 2020 23:05:23 -0800

python wechat public number development [1] background server-side configuration and public number development configuration

Update: March 7, 2020 Hardware prerequisites for the development of WeChat public number: (1) Apply for a public number (2) Server with public network ip (preferably Ali cloud, Tencent cloud, etc.) (3) Resolve to (2) Domain name of server address (Ali cloud, Tencent cloud purchase). 1. WeChat Public N ...

Posted by OMorchoe on Fri, 06 Mar 2020 18:05:00 -0800

Mybatis basic knowledge learning

This article mainly introduces mybatis and its simple use, which is very simple. The relevant content is not in-depth, nor in-depth study of its principle. The focus is on how to use it. There may be some small problems in some places. Please forgive me a lot. Thank you~ 1, About Mybatis MyBatis is a ...

Posted by glcarlstrom on Wed, 04 Mar 2020 22:36:05 -0800

Spring MVC (an entry-level case to learn about spring MVC)

Article directory 1. What is spring MVC? 2. Create your first spring MVC project 2.1. Create a maven project first, and add the support of web Framework 2.2. Configure the server 2.3 code subject 2.3.1 import dependency and add resource filter 2.3.2. Configuration of web.xml 2.3.3. Configure the sp ...

Posted by imperialized on Wed, 04 Mar 2020 21:51:02 -0800

Spring source code analysis -- Bean registration

There are two types of beans in Spring, one is a normal bean, the other is a factory bean: Bean factory is a factory used to manage beans. All beans are managed by BeanFactory (i.e. IOC container) FactoryBean is a factory Bean that can produce or decorate objects. Its implementation is similar to the ...

Posted by ManicMax on Wed, 04 Mar 2020 01:41:39 -0800

Use of Android AlarmManager alarm clock

Introduction to AlarmManager The AlarmManager class provides an interface to the system alarm service. You can set up a wake-up function for your app at a certain time in the future. When the alarm clock rings, the system actually sends out a broadcast registered for the alarm clock, which will automati ...

Posted by miesemer on Tue, 03 Mar 2020 23:28:59 -0800

How to crawl all the cat's eye information (movie information, actor information)

Crawl all the information of Cat's Eye, mainly refer to the movie information and actors information in the movie list, such as the interface below. There are two difficulties when crawling.One: Font encryption (now seems to have a newer mechanism, but it is not possible to use the online method); ...

Posted by zevious on Tue, 03 Mar 2020 18:39:12 -0800

[SLAM] VINS-MONO analysis - vins'estimator process

5.vins_estimator Basically, most of the functions in VINS are under this package, including IMU data processing (front end), initialization (I think it may belong to front end), sliding window (back end), nonlinear optimization (back end), key frame selection (part of content) (front end). When I firs ...

Posted by [Demonoid] on Tue, 03 Mar 2020 01:22:29 -0800

MyBaits - CRUD operations, alias configuration, attribute configuration, query result mapping, Mapper components, parameter processing, annotation development for MyBatis

Catalog CRUD Operation of MyBatis 2. MyBatis Expansion 1. Alias Configuration Processing 1.2, Custom Alias 1.3. Aliases that come with the system 2. Attribute Configuration Processing 3. Query Result Mapping 3.1. How to alias fields 3.2, resultMap element 4. Mapper Components 4.1, Mapper ...

Posted by MorganM on Mon, 02 Mar 2020 17:34:33 -0800