OA and EHR System Integration Scheme

1. Background introduction In order to achieve the goal of employee leave, overtime and other personnel process flow and attendance automation, it is necessary to dock the personnel process in OA with EHR system, so that employees only need to fill in application forms, and enter EHR system automatica ...

Posted by heltr on Sun, 19 Jan 2020 17:36:57 -0800

Laravel + laravel admin build website background

  Local environment: laravel version: Laravel admin version: Laravel admin excellent expansion pack!!   1, Install configuration laravel 6.11.0 1. installation composer create-project --prefer-dist laravel/laravel blog 2. changing the time zone 'timezone' => 'PRC' 3. change the l ...

Posted by Trojan on Sun, 19 Jan 2020 02:56:59 -0800

AOP dynamic data source switch to separate master and slave read and write

Preface MySQL master-slave can better reduce the pressure of database. Today, we have a small demo. The read-only interface allows him to query the database and implement it by annotation. Code upload to code cloud:https://gitee.com/yunup/some-examples environmental information Java version 1.8 Spri ...

Posted by kippi on Sat, 18 Jan 2020 08:31:05 -0800

Django and Vue develop web separately

@3 month concentrated essence Django and Vue joint project development Project environment construction 1. Build a virtual environment Virtual environment establishment 2. Install django Activate virtual environment, install Django, build myweb project pip installation slow reference: https://blog ...

Posted by webrajesh on Sat, 18 Jan 2020 05:01:20 -0800

Experience and skills summary of Python Django development

Article directory 1. Data transfer between front and back stations 2. Several common methods of interacting with database and returning data 3. Solutions of multiple buttons corresponding to one form 4. Form control and operation in HTML 5. Message frame message usage 6. Auto now, auto now add of Dat ...

Posted by Ilovetopk on Sat, 18 Jan 2020 04:11:04 -0800

vue koa2 nuxt.js from scratch as front-end part of personal blog login registration function

0. Effect demonstration It's annoying to plug in a video.You can go out and turn right to Youku. Click on me!).   1. Preparations 1.1 Front End Framework The front end uses nuxt.js based on vue.js.Why use nuxt.js? The first thing I did was a blog project, so SSR is important.Although it has nothing to do with the login registration described i ...

Posted by cpace1983 on Fri, 17 Jan 2020 10:56:30 -0800

Review of JDBC and summary of tools

Article directory Summary JDBC JDBC access database steps jdbc common interface 1. Statement interface Three Statement classes Common Statement transaction management Time type 1. java.util.Date Date comparison processing Text storage CLOB Related types in mysql BLOB Related types in Mysql ...

Posted by crimsonmoon on Fri, 17 Jan 2020 07:15:00 -0800

Quickly read very large tables as data frames

I have a very large table (30 million rows), and I want to load it as a data frame in R. read.table() has many convenient functions, but it seems that there are many logic in the implementation that will slow things down. As far as I'm concerned, I'm assuming that I know the type of column in advance, that the table doesn't contain any column ...

Posted by Johnlbuk on Fri, 17 Jan 2020 07:09:11 -0800

IOC container and dependency injection of Laravel

We combed before Laravel inversion of control and dependency injection In this article, we combine the Laravel framework to see how it is implemented. 1. Entry document <?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */ define('LARAVEL_START', ...

Posted by ConcreteDJ on Fri, 17 Jan 2020 06:54:21 -0800

Answer assistant software

android makes a question answering assistant software At present, there will be question answering entertainment on all major platforms or in the game. However, if you manually type questions, the time for answering questions will be over before you finish typing, which is slow. So do a simple acad ...

Posted by Xander756 on Fri, 17 Jan 2020 03:58:33 -0800