Solution to a problem of abnormal crash of Windows 7 virtual machine (BSOD) in KVM environment

Let's start with the environment: Hardware 8 servers do hyper-integration architecture, software storage pool, Each server has 96G memory, two Intel (R) Xeon (R) CPU E5-26700 @ 2.60GHz, and 32 threads. Each server is a 1T SSD plus three 4T SATA, without raid card, two copies of data. The server integrates two 1G ports to aggregate ports and p ...

Posted by iceangel89 on Sun, 21 Apr 2019 15:51:34 -0700

AN ANALYSIS OF Android N SCREENING PROCESS

On Android N, Google created a split-screen effect, that is, after entering the application, press Recents long and enter the split-screen state.                                  The left side is the application that enters the split screen, the middle area is the line that can slide, and the right side is the list of recents. The following ...

Posted by microbluechip on Sun, 21 Apr 2019 11:18:34 -0700

Implementation of Android System Level Suspension Button

Specific needs 1. Make a system-level suspension button, just like the effect of the suspension button on the desktop of the iPhone, which can be dragged at will, and the suspension button will automatically pull aside as soon as the hand is released. 2. It can be clicked and dragged at will. 3. When the suspension button comes to the edge au ...

Posted by praxedis on Sat, 20 Apr 2019 22:00:34 -0700

C# Simple Implementation of Sending Mobile Short Messages

Write a program to send short messages from computers to mobile phones, and find three ways from the Internet: (1) Send short messages using web service interface, which can be sent using web service provided by sina, but need to register; (2) Send short messages using short message mao, which should be a common way of comparison, if you need t ...

Posted by malcome_thompson on Sat, 20 Apr 2019 20:51:33 -0700

Global shortcuts in C#WinForms and WPF

introduce Sometimes, your form or window (depending on whether you are building a WinForm or WPF application) may need to respond to hotkeys or shortcuts (which can be used interchangeably in this article), regardless of whether the application is centralized or running in the background. In addition, if you want to register multiple hotkeys ...

Posted by bonkaz on Sat, 20 Apr 2019 18:27:35 -0700

ES4: Elastic Search uses C # to add and update documents

This is the fourth in the Elastic Search 2.4 series: Chapter one: ES1: Installing Elastic Search under Windows The second article: ES2: Elastic Search Cluster Configuration The third article: ES3: Elastic Search Index The fourth article: ES4: Elastic Search uses C # to add and update documents   Full-text search in Elastic Search engine i ...

Posted by touchingvirus on Sat, 20 Apr 2019 15:48:34 -0700

Net Programmers Learn Oracle Series (22): Analytical Functions (OVER)

1,Function grammar 1.1,Syntax overview 1.2,Window detail 1.2.1,ROWS window 1.2.2,RANGE window 2,Function usage 2.1,General Statistical Class Function 2.2,Data Sorting Class Function 2.3,Data Distribution Class Function 2.4,Statistical analysis class function 3,Supplementary case 4,summary Analytical functions are used to cal ...

Posted by xSN1PERxEL1TEx on Sat, 20 Apr 2019 10:12:35 -0700

(Reprint) java Operates word Documents (jacob)

Reproduced from http://wibiline.iteye.com/blog/1725492 For project needs, users download word documents from the system, which are limited and encrypted. Users can only fill in content in a fixed location. The system is now required to verify whether the uploaded attachments are downloaded from the system. Idea: Documents on the syste ...

Posted by kagedwebdesign on Fri, 19 Apr 2019 10:21:34 -0700

Java Career - Java Foundation - GUI

Lecture 1: GUI (User Graphic Interface) I. overview 1. GUI: Graphical User Interface (GUI), a graphical user interface, is a way for computers to interact with users. 2. Two ways of computer-user interaction: GUI and CLI GUI: Graphical User Interface, Graphical User Interface, graphical user interface, to display the computer oper ...

Posted by aayatoos on Thu, 18 Apr 2019 18:36:35 -0700

Building Personal Blog Based on Github Pages+Jeykll

Building Personal Blog Based on Github Pages+Jeykll Prerequisite skills and environmental requirements: Basic Github operations (cloning, submission, etc.) Configuration of Jekyll Environment in Everyone's Computer Linux Installation Jekyll Environment Install Jekyll 3 in Ubuntu 14.04 Mac Installation Jekyll Environment Install Jekyll ...

Posted by MrTL on Thu, 18 Apr 2019 17:00:33 -0700