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 .

Shell, Python time function summary

Sometimes it is necessary to write some timed task scripts, a brief summary, memos.

>>> import datetime
>>> datetime.datetime.now()
datetime.datetime(2018, 5, 23, 17, 16, 33, 61000)
>>> print

October 18, 2021By Simo Unix function, python, shell, small knot, timeLeave a Comment

Configure the YUM source and operate with YUM

Yum (full name Yellow dog Updater, Modified) is based on RPM package management. It can automatically download and install RPM packages from a specified server, automatically handle dependencies, a

October 18, 2021By Simo Unix and use, configuration, operation, proceed, source, YumLeave a Comment

Fourth, CD YUM Source Construction

1, mount the optical drive

https:/ /www.cnblogs.com/healy/p/11428622.html

2 , Make network yum source files invalid

3, enter the configuration file view

4. Invalidate networ

October 18, 2021By Simo Unix CD, construction, fourth, source, YumLeave a Comment

N methods for shell mathematical calculation

let usage method [email protected]:/tmp# n1=5
[email protected]:/tmp# n2=10< br />[email protected]:/tmp# let result=n1+n2
[email protected]:/tmp# echo $result
15
[email protected]:/tmp# let n1++
[

October 18, 2021By Simo Unix Calculation, mathematics, method, shellLeave a Comment

WINDOW10 installed Oracle11G

Download the oracle11g installation file from the oracle official website. (Baidu cloud disk extraction code rk3e), 2 compressed packages, and select and unzip at the same time to get the folder.

October 18, 2021By Simo Windows 11g, installation, Oracle, Oracle11g, Windows10Leave a Comment

Regular expressions – need to help regular expression matching blood type

I am trying to come up with a regular expression to help me validate the blood type field – it should only accept A [– ], B [– ], AB [–] and O [– ].

This is the regular expression I came up w

October 18, 2021By Simo Regexp blood type, expression, expressions, help, matching, need, regularLeave a Comment

Regular expression – replacing characters in Perl

I am trying to double all the vowels in each word. For example:

$string=”if it rains, cover with umbrella”; This is the code I wrote, but I did not get the correct output.

$string=~s/a

October 18, 2021By Simo Regexp character, expression, middle, perl, regular, replacementLeave a Comment

Regular expression – what is the fastest way to determine the full URL from a relative URL (given basic URL)

I am currently using the module URI::URL to generate a complete URL from a relative URL; however, it does not run as fast as I hoped. Does anyone know of another approach possible Will be faster?

October 18, 2021By Simo Regexp Basic, complete, determination, expression, fastest, given, method, regular, relative, URL, whatLeave a Comment

Shell script reception parameters

test.sh

#!/bin/bash
echo “Script name$0”
echo “The first parameter $1”
echo “The second parameter $2”
echo “The third parameter $3”
echo “The fourth parameter $4”
echo “The fifth parame

October 18, 2021By Simo Unix parameter, receiving, Script, shellLeave a Comment

MFC registry reading and writing

The registry is an internal database of Windows, which is a huge tree-like hierarchical database. It records the correlation between the software installed on the computer by the user and each prog

October 18, 2021By Simo Windows MFC, read and write, registryLeave a Comment

Posts navigation

Page 1 … Page 16 Page 17 Page 18 … 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