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 for loop demo

test.sh

#!/bin/bash
for skill in Ada Coffe Action Java; do
echo “I am good at ${skill}Script”
done Output

bogon:Desktop macname$ ./test.sh
I am good at AdaScript
I am good at Cof

October 18, 2021By Simo Unix cycle, demonstration, shellLeave a Comment

Regular filtration special expressions

/**[ Filter and upload special emoticons Symbolic]
* @param $str
* @return mixed
*/
function filter_emoji($str)
{
$str = preg_replace_callback( //Perform a regular expression search and r

October 18, 2021By Simo Regexp expression, filtration, regular, specialLeave a Comment

Win10 Installing MathType “Unable to load this loader mathpage.wll”

Reference blog: https://blog.csdn.net/m0_37518259/article/details/83755778

Problem background: win10 64-bit system, built-in office2019, use mathtype7.4 , After installing the mathtype templa

October 18, 2021By Simo Windows installation, MathType, Win, Win10Leave a Comment

Regular expression – lookup $ in the string

Based on the suggestion here: Find location of character in string, I tried this:

> gregexpr(pattern = ‘$’,”data.frame.name$variable.name”)
[[1]]
[1] 30
attr(,”match.length”)
[1] 0
attr(,”us

October 18, 2021By Simo Regexp expressions, in, location, lookup, regular, stringsLeave a Comment

YUM installer UnicodedecodeError

yum Installer Times Exception UnicodeDecodeError Traceback (most recent call last):
File “/usr/bin/ yum”, line 29, in
yummain.user_main(sys.argv[1:], exit_code=True)
File “/usr/share/yum-cli/yu

October 18, 2021By Simo Unix error, installation, program, UnicodeDecodeError, YumLeave a Comment

Shell Programming: Use scripts to achieve NGINX’s guardianship restart

nginx_daemon.sh #!/bin/bash
#

this_pid=$$

while true
do
ps -ef | grep nginx | ​​grep -v grep | grep -v $ this_pid &> /dev/null

if [$? -eq 0 ];then
echo ” nginx is ok”
sleep 3
else

October 18, 2021By Simo Unix automatic, guardianship, Implementation, nginx, programming, Restart, Script, shell, utilizationLeave a Comment

JMeter Beanshell assertion

This article is used to record the problems encountered in writing beanshell assertions.

Question 1: JSONObject not found in namespace

Process: Write the code under beanshell as follows

October 18, 2021By Simo Unix assertion, Beanshell, JMeterLeave a Comment

Command history and automatic logout

Environment variable location

System environment variable location: /etc/profile

User environment variable location: /home/usr

Command history modification

The command histo

October 18, 2021By Simo Unix automatic, Command, History, LogoutLeave a Comment

Floating point regular expression between 0 and 1

I am trying to verify the input of floating-point numbers, where the maximum value is 1.0 and the minimum value is 0.

Min: 0
Max: 1 Possible value;

0.1
0.99
0.365 How can I succeed wit

October 18, 2021By Simo Regexp between 0, expression, floating point, regularLeave a Comment

Regular expression – What is the best way to verify the URL input by the user in the Cocoa application?

I am trying to build a self-made web browser in order to become more proficient in Cocoa. I need a good way to verify whether the user has entered a valid URL. I have tried some regular Expressions

October 18, 2021By Simo Regexp application, best, Cocoa, expression, input, method, middle, program, regular, URL, user, verification, whatLeave a Comment

Posts navigation

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