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

Author: Simo

[Data Structure] SEGMENT TREE

Suppose we now have a very For large arrays, two operations must be performed repeatedly for the numbers in the array.

1, (query) randomly select an interval in this array, and find the sum o

October 15, 2021By Simo Data Structure Data Structure, line segment, Segment, TreeLeave a Comment

Modify the UNICODE character of the next letter?

Many unicode characters will modify the appearance of the previous character. Have a
modify the following characters? No, unicode only supports modifiers after the protagonist. From definition

October 15, 2021By Simo Character Characters, letters, modify, next, UnicodeLeave a Comment

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

Posts navigation

Page 1 … Page 114 Page 115 Page 116 … Page 590
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