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] Sparse Matrix, Symmetric Matrix

Sparse matrix

in matrix, if the number of elements with a value of 0 is far more than the number of non-zero elements , The matrix is ​​called a sparse matrix

#include #include#include

October 15, 2021By Simo Data Structure Data Structure, Matrix, sparse, symmetricalLeave a Comment

Unicode characters cannot print correctly in the terminal python

I wrote a very simple program that tells me the unicode value of some characters.

This is the program:

< /p> #!/usr/bin/env python3
# -*- coding: utf-8 -*-
characters = [u’T’, u’ב ‘, u’

October 15, 2021By Simo Character printLeave a Comment

[Data Structure] AVL Tree

AVL tree is a balanced search binary tree, which satisfies the nature of search tree (see article on binary search tree, link : Binary search tree), and meets the balance tree

Nature (left an

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

Building a Git server based on CENTOS 7

Git is a free and open source distributed version control system for agile and efficient processing of any small or large project.

⒈Install dependent libraries and compilation tools

1.

October 15, 2021By Simo Centos Based on, centos, construction, git, serverLeave a Comment

Why is the shared library path hard coded in executable?

I recently got a binary test. When I checked it with objdump, I found that it contains a hard-coded library path. Why do I need to hard-code such a path? Shouldn’t you get the path from the SHELL e

October 15, 2021By Simo Character encoding, executable, file, hard, Medium, path, shared library, whyLeave a Comment

[Data Structure] Basic Operations on Single List

1. Initialization

//Create an empty single-linked list LinkList InitiateLinkList( ){ LinkList head; //Head pointer head = malloc(sizeof(node)); //Build a node dynamically, which is the head n

October 15, 2021By Simo Data Structure Basic, Calculation, Data Structure, single-strand, tableLeave a Comment

Several methods of modifying computer console coding

In program development, our unified encoding is UTF-8, which is very important, but we still encounter many garbled problems. There are many reasons for garbled codes, so I won’t be here for the ti

October 15, 2021By Simo Character Coding, computers, consisters, methods, modify, severalLeave a Comment

[Data Structure] Stack Surface Test – A Array Realizing Two Stacks

One ​​array to realize two stacks, there are several ways:

1. The odd-numbered positions of the array store the elements of one stack, and the even-numbered positions store the elements of th

October 15, 2021By Simo Data Structure array, Data Structure, Implementation, interview, one, Question, stack, twoLeave a Comment

Prometheus + grafana + alertmanager mailbox alarm

Environment System: CentOS 7
Software: alertmanager-0.18.0.linux-amd64.tar.gz

Download the binary package
Address: https://prometheus.io/download/

Installation

# tar -xzvf alert

October 15, 2021By Simo Centos Alarm, AlertManager, grafana, Mailbox, Prometheus, Prometheus + Grafana + AlertManagerLeave a Comment

Code decoding byte

I have an embedded device that sends UTC date in this format (date is 4 bytes):

buffer.push_back((BYTE)(time_utc & 0x000000FF));
buffer.push_back((BYTE)((time_utc & 0x0000FF00) >> 8));
buff

October 15, 2021By Simo Character byte, Coding, DecodingLeave a Comment

Posts navigation

Page 1 … Page 108 Page 109 Page 110 … 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