From design to development, a workflow system that can be easily used and managed by everyone
Workflow introduction
Workflow is the calculation model of a workflow, that is, the logic and rules of how the work in the workflow is organized together in a computer, represented by an appropriate model, and calculated.
Workflow is not a "new person" in IT field. Workflow idea was proposed in 1960s. It was tried in 1970s, but bec ...
Posted on Wed, 17 Jun 2020 12:26:35 -0400 by ypirc
How to create your own composer code package
Preface
For small development partners, code packages are a common part of the development process.For example, PHP has composer, Java has maven, front-end has npm, yarn, Mac has brew, Linux has yum.Using these packages, we can easily manage the external code components introduced by the code, help us to improve development efficiency, and help ...
Posted on Wed, 17 Jun 2020 12:08:05 -0400 by mark_nsx
labelme batch processing json files, json_to_dataset method
labelme batch processing json files, json_to_dataset method
Step 1: find json_to_dataset.py file
Step 2 modify json_to_dataset.py file
Step 3 find labelme_json_to_dataset.exe file
Step 4 switch paths
Step 5: pass in the. json file path and perform the conversion
complete
This is the data generated ...
Posted on Wed, 17 Jun 2020 03:47:42 -0400 by jabba_29
Imitating Baidu net disk to realize file slice upload and breakpoint continuation on web side
Unable to restrain the emotions of the early morning, the humid voice of a rough man's shy rose opened quietly. Is it my aesthetic view that tiktok has seen many times in harmony?
Many of the functions I wrote are independent in my daily development, and I will consolidate and comb the overall imp ...
Posted on Tue, 16 Jun 2020 23:48:01 -0400 by Kyori
Gulp compresses html, css, js file processes, listens to tasks, creates servers with gulp, runs multiple tasks at the same time, and reverses agents
1, Initialization
First, do a project initialization to record the tools used in your project
Open a console under your project file, and enter the command yarn init -y to initialize
Enter the command yarn add gulp-g --- global installation of gulp. Here I will not show it if I have already installed it in advance. Then enter the comman ...
Posted on Tue, 16 Jun 2020 22:14:55 -0400 by Anarchatos
Python 3 learning record
day1
new file
Tone font configure IDLE
run module
Look at python built-in functionsVariable variable
Support for Chinese variablesString string
Single quotation mark double quotation mark escape character\Alt + P returns to the previous statement
\Put at the end to indicate that the sentence is not f ...
Posted on Tue, 16 Jun 2020 13:25:30 -0400 by Platinumweaver
My development diary
A few days ago, the company planned to develop a large platform integrating various management functions, and let me be responsible for the development of test related services. For the first time, I was really busy as a dog. The project was finally approved last week and officially entered the development stage this week. The general requireme ...
Posted on Mon, 15 Jun 2020 23:18:31 -0400 by jsschmitt
Python Version Commodity Futures Multivariate Average Line Strategy
Complete transplantation from "Multi-variety average strategy for CTP commodity futures" Since the Python version of the commodity futures strategy does not yet have a multi-variety strategy, the JavaScript version of the "CTP commodity futures multi-variety average strategy" has been transplanted.Provides some design ideas ...
Posted on Mon, 15 Jun 2020 22:13:13 -0400 by eldee
Spring Boot Global Profile
2.1.5 Global Profile
The global profile can modify some default configuration values.Spring Boot uses oneApplication.propertiesorApplication.yml/applicationThe.Yaml file acts as a global configuration file and is placed in the [src/main/resources] directory or in the [config] of the class path.
Typically placed in the resources directory.
We c ...
Posted on Mon, 15 Jun 2020 18:19:02 -0400 by MtPHP2
AJAX and JSON in java learning
Let's talk about A jax and JSON today.
In the process of project construction, the technology of ajax is generally used for front and back platform interaction, and the data of front and back interaction is made with json. Let's take a look at what ajax and json are.
Ajax
1. What is ajax?
AJAX is a t ...
Posted on Mon, 15 Jun 2020 05:12:34 -0400 by reliable