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 .

Regular expressions match characters for specific locations

I need to come up with a regular expression to find only the letters A, F or E in the 9th digit of a given text. I am new to regex and did some searching, but I can’t find it To any similar reply.

October 18, 2021By Simo Regexp Characters, expressions, location, matching, regular, specificLeave a Comment

Regular expression mobile phone number verification and mailbox verification

1. Realize regular expression mobile phone verification.

Common mobile phone numbers are all 11 digits

The first 3 digits indicate the region and the operator

Regular expression ^

October 18, 2021By Simo Regexp and mailboxes, expressions, mobile phones, numbers, regular, verificationLeave a Comment

Strive_tan shell programming actual combat 2-distribution system

1. Expect applications

1) Transfer files

2) Execute commands remotely, no interaction, no need to enter a password

3) The core of the online shell script (tool) is expect, which i

October 18, 2021By Simo Unix Battle, Distribution, programming, shell, Strive, system, TanLeave a Comment

Regular expression – strings in the single click using Perl

My opinion:

my $tmp = “rrccllrrc”; Expected output :

$tmp = “right right center center left left right right center”; #End should not be spaced definitely. My code:< /p>

$tmp=~s/c

October 18, 2021By Simo Regexp click, expression, in the string, perl, regular, REPLACE, usageLeave a Comment

Shell Training Day8 8.22

while loop

? Syntax while condition; do…; done
? Case 1
#!/bin/bash
while :
do
load=w|head -1|awk -F’load average: ”{print $2}’|cut -d. -f1
if [$load -gt 10 ]
then
top|mail -s “load is high:

October 18, 2021By Simo Unix 8.22, Day, Day8, shell, trainingLeave a Comment

Regular expression – hold the first two parts of the string have separator

Is there a more concise/perfect way of the following:

my @components = split /-/, $original ;
my $final_string = $components[0].”-“.$components[1]; The input is a maximum of 2 strings-the las

October 18, 2021By Simo Regexp SneefficientLeave a Comment

Win10 dual system installation Linux (manjaro) record

Choose a release For the selection of a release, please refer to this website (http://www.distrowatch.org/) to see related information , For reference only.
After repeated selection, I still choo

October 18, 2021By Simo Windows Double, installation, linux, Manjaro, Record, system, Win, Win10Leave a Comment

Shell script prints parallelogram, diamond

Shell script printing parallelograms #!/bin/ bash

for ((i=1;i<= 9;i++)) do for ((j=9;j>=i;j- -))
do
echo -n ” ”
done

for ((j=2;j<= i;j++)) do echo -n "*" done for ((j=1;j<

October 18, 2021By Simo Unix diamond, parallelogram, print, Script, shellLeave a Comment

Regular expression – regular expression matches any URL parameter value (Perl syntax)

I’m trying to find a pattern that allows me to select the value part of the Parameter = Value element of the URL string. I hope it is generic enough that I can replace the “parameter” with any term

October 18, 2021By Simo RegexpLeave a Comment

VIM command interpretation summary; mount usage and redundant backup disks of redundant disk arrays

IM pt

Configuring the application service in the Linux system is actually modifying its configuration file (there may be multiple configuration files, which contain different parameters), whi

October 18, 2021By Simo Unix array, Backup, Command, Disk, explanation, load, Mounting, redundancy, Settings, Summary, Using, VIMLeave a Comment

Posts navigation

Page 1 … Page 6 Page 7 Page 8 … 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