Read the serial number of hard disk in C language without privilege under Windows (XP, Windows 7 and Windows 10 are available)

In the scenario where the computer needs to be identified, we usually choose to obtain some hardware information. However, the CPU serial number may be duplicated, the MAC address of the network card and the computer name can be easily modified, so the most reliable one should be the hard disk serial number. The acquisi ...

Posted by ameen on Mon, 11 Feb 2019 00:33:18 -0800

MySQL not launching on XAMPP

The following error occurred when opening mysql of xampp today 2017-07-26 07:35:04 11048 [Note] Plugin 'FEDERATED' is disabled. 2017-07-26 07:35:04 2874 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's inter ...

Posted by judgenules on Sat, 09 Feb 2019 13:42:17 -0800

ERWIN 7.3 replaces batch Attribute of Logical with Definition of Physical Model.

ERWIN can directly convert ORACLE's statement into a model by means of anti-orientation, but in the process of generating logical model, the field of the statement will be the field of the statement, that is, the English name. How to change the English name into the Chinese name is a particular headache. One by one, it is too slow and troubleso ...

Posted by lemmin on Sat, 09 Feb 2019 11:09:19 -0800

Experience of using jquery easyui--Based on Spring and MyBatis

1. About Added and Edited this.add = function() { var selection = tree.tree('getSelected'); var treeId = selection.id; var treeName = selection.text; addDialog = $.topDialog({ title:'Newly added', iconCls:'icon-save', href:addWinPath, width : 800, height : 400, resizable : true, modal : true, o ...

Posted by gigantorTRON on Fri, 08 Feb 2019 10:06:17 -0800

CodeForces - 609F+windows bat script

In fact, the idea is quite simple, but the details are very big... First of all, we think of sorting frog. Then we use the number size of frog to represent the coordinates of mos. After the discretization, we record the number of the smallest frog corresponding to the point with the line segment tree, that is, the smallest frog of xi is that o ...

Posted by dm3 on Fri, 08 Feb 2019 06:36:17 -0800

Go36-44,45-File Operation (os.File)

os package Through the os package, you can have the ability to manipulate the computer operating system. This code package provides platform-independent API s. Whether it is Linux, macOS, Windows, FreeBSD, OpenBSD, Plan9, os packages can provide a unified use interface. In this way, different operating systems can be manipulated in the same wa ...

Posted by Rabioza123 on Fri, 08 Feb 2019 05:51:16 -0800

Reprint Records: centos7 installs Taobao npm image (cnpm) and vue.js

Original address: https://blog.csdn.net/u013066244/article/details/65629175 This content is only for recording! Environmental Science Operating System: Windows 7Virtual Machine: centos7vue.js: 2.8 Install nodejs Refer to another article:http://blog.csdn.net/u013066244/article/details/63279337 Install cnpm Because np ...

Posted by minidak03 on Thu, 07 Feb 2019 23:33:17 -0800

Windows Desktop Application (1-2-4-4th) Your first Direct2D program

Let's create our first Direct2D program. There's nothing special about this program -- it just draws a circle that fills the client area of the window. But this program introduces many important Direct2D concepts. Screen capture of Circle program. This is the code list of Circle programs. The program is reused in Managing application state Ba ...

Posted by filn on Wed, 06 Feb 2019 21:48:16 -0800

Direct2D Essay 2 - Timer Precision of Gameloop Creation in WinForm Environment of C# can't reach 60fps

http://blog.csdn.net/hitachi_ht/article/details/38150955 The practice of many predecessors proves that the accuracy of Timers in C# can not meet the requirement of 60fps. This can be done as an experiment, using two Timers, one 1s, the other 0.01667s, and then counting + 1 for tick s of the latter timer, counting the n ...

Posted by savio_mf on Wed, 06 Feb 2019 10:18:17 -0800

Possible solutions to adb server is out of date. killing

I don't remember how many times I encountered this problem when I learned to debug Android programs with adb commands: Open Eclipse or Android Studio and find that no device can be found. Then enter the command adb shell in the dos window. The following problems occur: adb devicesadb server is out of date. killing... ...

Posted by priya_cks on Tue, 05 Feb 2019 13:48:15 -0800