University Physics open source
Article catalog
Constant table
Interface
Verbal description.java
Brain teaser.java
Chapter 16
Charge.java
Electric field.java
Chapter 17
Electric potential energy.java
Equipotential surface.java
Potential.java
Capacitance.java
Dielectric.java
Chapter 18
Current.java
Electric power.java
Resista ...
Posted by varghesedxb on Wed, 24 Jun 2020 01:31:14 -0700
ftp upload tool download, ftp upload tool download tutorial, how to regularly back up files to ftp server?
Introduction to ftp transmission tools
iis7 service management tool is a powerful FTP software with excellent interactive interface and powerful functions. It supports FTP functions such as regular upload and download, regular backup, automatic update, batch upload and download, FTP multi site management, online editing, etc. At the same time, ...
Posted by genix2011 on Tue, 23 Jun 2020 20:56:08 -0700
Write a calculator program using fyne
brief introduction
In the previous article, we introduced fyne, a high-skin GUI library for Go.This article goes on to show how to write a simple calculator program using fyne.The program works as follows:
Control Layout
We useWidget.EntryTo display the input numbers, operators, and operation results.Create one firstWidget.EntryObject, set to ...
Posted by hrichman on Thu, 18 Jun 2020 18:32:58 -0700
[Python and Office software] xlwt and Excel table: cell format, font format, alignment, border and filling, etc
Python xlwt module Excel table foundation 3: cell format, font format, alignment, border and fill, etc
preface:
1. Data type settings
2. Font settings
3. Cell alignment
4. Cell border settings
5. Fill settings
6. Cell protection
last:
preface:
The first two sections of the blog introduce some ba ...
Posted by PallaviDalvi on Thu, 18 Jun 2020 01:01:27 -0700
2. Event monitoring and cluster building of zookeeper
1. zookeeper event listener
1.1. watcher concept:
zookeeper provides data publish / subscribe function. Multiple subscribers can listen to a specific subject object at the same time. When the subject object's own state changes, such as the node content changes, the list of child nodes under the ...
Posted by brandtj on Thu, 18 Jun 2020 00:35:26 -0700
Analysis of multi platform Java ransomware for education and software industry
essential information
Tycoon is a multi platform Java blackmail software for Windows ® and Linux ®, which has been in the field since at least December 2019. It is deployed in the form of Trojan Java runtime environment (JRE) and executed in the form of obscure java image format.
It has been o ...
Posted by dutchboy on Wed, 17 Jun 2020 23:55:02 -0700
qt client technology talks - client exception crash handling: dump, corefile 02
1, Foreword
It's normal for the client to have bugs, but if bugs cause the program to crash, we must pay attention to them, so in order to better locate the cause of the crash, we need to do some special handling. Because only linux and window platforms have been built, the following list only deals w ...
Posted by Cheez on Wed, 17 Jun 2020 23:49:29 -0700
NDK14_C + + foundation: C + + thread
NDK development summary
Article catalog
C++11 thread
POSIX Threads
Thread properties
Detach thread
Scheduling strategy and priority
Thread synchronization
Conditional variable
Threads, sometimes called lightweight processes, are the smallest unit of program execution.
C++11 thread
#include < ...
Posted by saito on Tue, 16 Jun 2020 00:21:57 -0700
Java learning_ 08_GUI programming
Java learning_ 08_GUI programming
GUI programming
1. Introduction
2. Introduction to AWT
2.1 introduction to AWT
2.2 components and containers
2.3Frame
2.4 Panel
2.4.1FlowLayout
2.4.2 BorderLayout
2.4.3 GridLayout
2.4.4 layout exercise
2.5 event monitoring
2.6 graphics
2.7 mouse event adapter
2.8 ...
Posted by varghesedxb on Mon, 15 Jun 2020 20:05:03 -0700
Python 3.7 learning notes 27 context manager
Python 3.7 learning notes 27 context manager
Input and output of files, connection and disconnection of database are common resource management operations. Because of limited resources. In such a scenario. If these resources are used but not released. It will cause resource leakage. Light makes the ...
Posted by mcmuney on Mon, 15 Jun 2020 19:33:05 -0700