Student information management system (data transmission between js and php)
The end of the latest period is approaching, busier, slower, forgive me.
After setting up the environment and confirming the connection, we can start writing programs.
Then build tables.
insert data
(Here's just one example)
Also note when creating a table, because you want to create a view, you should build an ...
Added by Crow on Sat, 18 May 2019 05:36:08 +0300
Python Interesting | Emotional Analysis of Chinese Texts
Preface
Previously, I have talked about the path of python machine learning. This time, Luo Luopan takes you to complete a machine learning project of Chinese text sentiment analysis. Today's process is as follows:
Data Situation and Processing
Data situation
The data here are for the comments of the public (provided ...
Added by patrickrock on Sat, 18 May 2019 01:57:03 +0300
How to build your own maven warehouse with GitHub
Build your own maven warehouse with GitHub
I. background
Github has also written a lot of projects, and then a common problem is that many of the projects written by themselves can only be downloaded when they want to be used in another project, which is quite inconvenient.
Because most of the java back-end projects are based on Maven managemen ...
Added by adammc on Fri, 17 May 2019 19:54:16 +0300
Java Collection Details 7: HashSet, TreeSet and LinkedHashSet
Today, we will explore the basic principles and source code implementation of HashSet, TreeSet and LinkedHashSet. Since these three set s are based on the three maps in the previous article, we recommend that you take a look at the previous article on map first, and use them together better.
Specific code can be found in my GitHub
https://gith ...
Added by Box on Fri, 17 May 2019 14:14:28 +0300
Android reverse engineering
Method 1
1. Resource Decompilation
2. Source Decompilation
3. Open jar with jd-gui tool
Method two
brief introduction
Installation and use
Method 1
apktool+dex2jar+jd-gui
apktool function: the acquisition of resource files, you can extract image files and layout files for viewing
dex2jar function: decompile apk i ...
Added by Aliz on Fri, 17 May 2019 08:12:04 +0300
Bitmap Pixel-Level Operation for Android Particle Papers
Zero, preface
1. There are three core points of particle effect: collecting particles, changing particles and displaying particles. 2.Bitmap can acquire pixels and get the color value of each pixel. 3. You can combine a picture with particles and perform many unexpected effects on particle manipulation. 4. The source code of this project is ...
Added by fireMind on Fri, 17 May 2019 07:40:53 +0300
Mobile Compressed Pictures, Upload Pictures and Compress-lrz.all.bundle.js Plug-in
In recent days, the company has a need to change bank cards. It uses the function of uploading pictures (uploading ID cards and bank cards). Then I Baidu, which synthesizes the information on the Internet, has worked out. Now I share my experience with you.
First of all, we refer to plug-ins, which must be downloaded, ...
Added by noelswanson on Fri, 17 May 2019 07:14:13 +0300
Put up your sleeves and teach you to do a front-end monitoring system
I remember in my last company, a big man made a monitoring system, bullying, really want to study how he did it. Of course, we are not people who pat their heads to work. We can't do what others do. Now let's introduce the benefits of such a platform.
background
First, why do we do the front-end system? Looking at the ...
Added by shenmue232 on Fri, 17 May 2019 05:52:49 +0300
Android Mock-up Wechat applet drop-down bar
Author: Bighead
Link: https://juejin.im/post/5a4c90c15188257c4d1b8d0c
This article is authorized by the author.
Last week, Wechat upgraded to version 6.6.1, adding the Wechat game. The circle of friends is playing and dancing. And now Wechat has put the recently used widgets on the top of the home page, which can be acc ...
Added by 4rxsid on Fri, 17 May 2019 02:52:13 +0300
Arduino for True Internet of Things - Remote Communication via MQTT Server - Two Boards
What I do on the remote interaction between the board and the board when I'm doing a competition
The things found in Baidu are also fragmented.
At the same time, I hope my blog can give you a little help
PS. This is also my first time to write inappropriate blog terms. I also hope you will understand and point out
Dead work
R ...
Added by Andy17 on Thu, 16 May 2019 20:14:44 +0300