Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: OS

Operating System (Operating System, referred to as OS) is a computer program that manages and controls computer hardware and software resources. It is the most basic system software that runs directly on the “bare metal”. Any other software must be supported by the operating system to run .

Debugging – extract Unicode text from dump files

I have a program that freezes (especially sql developers), and there are some unsaved files in it. I use sysinternal’s process explorer to create a dump file before terminating the process. I Reall

October 15, 2021By Simo Character debugging, dump, extraction, file, Text, Unicode, 中 提Leave a Comment

[Data Structure] AVL tree detailed

1. What is an AVL tree? AVL tree is also called balanced binary search tree. It can ensure the relative balance of the height of the binary tree, reduce the height of the binary tree as much as po

October 15, 2021By Simo Data Structure AVL, Data Structure, detailed explanation, TreeLeave a Comment

CentOS configuration soft RAID

Install dmadm

fdisk -l view disk information, 6 A 100GB disk, namely /dev/sdb, /dev/sdc, /dev/sdd, /dev/sde, /dev/sdf, /dev/sdg

Create raid5, two hot spare disks
-C create Raid
-v display

October 15, 2021By Simo Centos centos, configuration, RAID, SoftLeave a Comment

[Data Structure] bitmap

Bitmap

#pragma once#include#includeusing namespace std;class BitMap{public: BitMap(size_t range) {_bitMap.resize((range>>5) +1);} void Set(size_t x) { size_t index=x>>5; size_t num =x%32; /*s

October 15, 2021By Simo Data Structure bitmap, Data StructureLeave a Comment

Do not install CentOS? Not anxious ~ After reading you, you will be (pure life, another remote management method)

In this blog, I will lead you to install Centos 7 in the virtual environment of VM 14 (7 is the latest Centos system) and can realize remote connection through Xshell 6 (a remote control software).

October 15, 2021By Simo Centos centos, Finish, fuck, gift, management, method, no, no hurry, Pack, pure, real, remote, willLeave a Comment

Qt’s QDIR: File Name Delete Non-ASCII characters

I have a problem that QDir loses non-Ascii characters from my file name.

My file name is testingöäüß.txt or exampleΦ.shp , When trying to use Qt utilities such as QDir and QFile, they only sh

October 15, 2021By Simo Character ASCII, Characters, delete, File Name, non-, QDir, QTLeave a Comment

Unicode – Combined with the nature of vagada

For combining diacritics, are they counted as letters? Because, as far as I know, they can only be combined with other letters in well-formed Unicode.

The ICU function used to determine wheth

October 15, 2021By Simo Character combined, nature, symbol, Unicode, voidLeave a Comment

[Data Structure] Establish Hufman Tree by Pile

Build a heap

#pragma once #include #include using namespace std;// Small pile templatestruct Less{ bool operator() (const T& l, const T& r) {return l struct Greater{ bool operator() (const T

October 15, 2021By Simo Data Structure build, Data Structure, HA, husband, Man, pile, Tree, utilizationLeave a Comment

[Data Structure] Recurrence and non-recursion of the binary tree

The test cases used in the code below are drawn as a tree and look like this:

When creating the tree, the array is given, and’#’ represents an illegal value , That is, the node is empty.

<

October 15, 2021By Simo Data Structure binary tree, creation, Data Structure, non-, recursion, Recursive, traversalLeave a Comment

UTF8_BIN with UTF8_GENERAL_CI. Which sort rule provides faster performance in the MySQL table?

I use the’id’ field – char(22) as the primary key of the MySQL table.
This field is only used to filter unique IDs when adding new users to the table.

For me, it is not important to use utf8

October 15, 2021By Simo Character BIN, Ci, faster, General, in, mysql, performance, provide, rule, table, UTF, UTF8, whichLeave a Comment

Posts navigation

Page 1 … Page 72 Page 73 Page 74 … Page 88
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress