Electron Cross-Platform Development Practice - chapter08 - Deep Integration (shell module), Dynamic Launch Menu Item

Catalog Use shell module in rendering process (UI interface) Use shell module in application menu Use shell module in context menu Disable Menu Items !! Dynamic Generation Menu Disable menu: enabled:!! filePath Dynamic startup menu: createContextMenu().popup(); Application Menu ...

Added by kentlim04 on Thu, 25 Jun 2020 03:04:27 +0300

MCU platform libjpeg9 porting instructions

MCU platform libjpeg9 porting instructions With the performance of MCU platform becoming more and more powerful, it is possible to use jpeg soft decoding on MCU. This paper will explain the migration of libjpeg. libjpeg is a widely used JPEG image compression / decompression open source library, which ...

Added by milind24 on Sun, 21 Jun 2020 13:26:51 +0300

Information management system of students' dormitory in data structure course design

1, Problem statement Dormitories are equivalent to the existence of home for college students in school life, and dormitories management is an important part of school logistics management. How to intuitively understand the occupancy of dormitories and the accommodation location of each student is an ...

Added by apacheguy on Sun, 21 Jun 2020 08:43:59 +0300

Caffe_stu01_ Theoretical preparation

About Caffe At the beginning of Caffe design, the target is only for image, without considering the data of text, speech or time series. Therefore, Caffe supports convolutional neural network very well, but it does not support time series RNN, LSTM, etc. There are many common network models in the mod ...

Added by andremta on Sun, 21 Jun 2020 08:31:52 +0300

Speech location based on ROS + speaker mic array v2.0

** 0. Preface ** Some time ago, I participated in a competition and needed to complete the voice positioning function of ROS robot, but for various reasons, I failed to complete this function. Now I will sort out the overall idea as follows. ** 1. Hardware introduction **First of all, the purpose of ...

Added by brianjw on Fri, 19 Jun 2020 05:54:34 +0300

QT learning -- coordinate system and memory recovery mechanism

Coordinate system: 1. For the main window, the coordinate system is relative to the screen Origin: relative to the upper left corner of the screen x: Increment right y: Increment down   2. For a child window, the coordinate system is relative to the main window Origin: relative to the upper le ...

Added by Volatile on Thu, 18 Jun 2020 14:06:11 +0300

Java ticket selling task_ Detailed implementation of multithreading

Java ticket selling task_ Detailed implementation of multithreading Title Review: the Ministry of Railways has issued a ticket sales task, which requires 1000 tickets to be sold and three windows to be sold. Please write a multi-threaded program to simulate this effect. i. window 001 is selling ticket 1000 ii. Window 001 is selling ticket ...

Added by JustLikeIcarus on Sun, 14 Jun 2020 11:38:42 +0300

java Basics - day09_ Byte stream, character stream

Article catalog 02_IO overview (concept & classification) 03_ Everything is byte 04_ Byte output stream_ OutputStream class & introduction to fileoutputstream class 05_ Byte output stream writes data to file 06_ The principle of file storage and notepad opening 07_ The method of writing multi ...

Added by jiggaman15dg on Sun, 14 Jun 2020 07:51:46 +0300

Using tree node cli to generate a tree

When writing a blog, you often need to show the directory structure of the project. My computer is windows, and the tree command is not very effective. If you can use Node, you can use Node! So I found several cross platform ones. namely tree-cli and tree-node-cli These two are one author. Among them, tree node cli is more suitable for Linux us ...

Added by feyd on Thu, 11 Jun 2020 06:20:57 +0300

Recommend a lightweight but efficient open source windows hotkey scripting language Autohotkey

Words written in the front Autohotkey is a lightweight, small but efficient, free and open source windows hotkey scripting language. Game manipulation, mouse operation, keyboard shortcut redefinition, shortcut phrases, etc. only you can't think of it, but you can't do it without it. The artifact in artifact is too late to meet. install Download ...

Added by mikeylikesyou on Tue, 09 Jun 2020 10:12:22 +0300