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 .

What is “TTY” on Unix – FreeBSD?

“The uprintf() function outputs to the current process’ control tty”

This is the description of uprintf() from Freebsd MAN.
I Don’t understand what is a tty?
Thank you. Holiday!

Once u

October 18, 2021By Simo UnixLeave a Comment

Where is the RDO Remote Desktop Management Shortcut?

Own system: Windows 7
Target system: Alibaba Cloud Server Windows Server 2016
Scenario: Successful connection with win7’s own remote tool mstsc, use iis7 remote desktop to manage remote tool tips

October 18, 2021By Simo Windows desktop, management, RDO, remote, shortcuts, WhereLeave a Comment

IPA Upload Feedback Please modify the application info.plist file problem

After many developers uploaded ipa, they received a feedback email from Apple saying that please modify the relevant use string in the application info.plist file!

It means that the requested

October 18, 2021By Simo Windows Applications, feedback, file, INFO, info.plist, interpretation, invitations, IPA, PLIST, problem, Programs, string, Uploaded, useLeave a Comment

Regular expression – regular expression matches two unequal numbers

I want to know how to match two numbers, but they are not the same. So, match 12, but not 11, which would be fine.

What I have now is:
I have to match a string like “P12”, I completed it wit

October 18, 2021By Simo Regexp expressions, matching, not equal, numbers, regular, twoLeave a Comment

Windows – Automatically creates a website shortcut to CHROME on the desktop

I am trying to write a script to automatically save a shortcut to the user’s desktop, which opens in full screen like an application.

To manually To do this, please click Chrome Options -> Mo

October 18, 2021By Simo Windows Auto, Chrome, create, desktop, shortcut, Website, windowsLeave a Comment

Getopts in the shell

getopts is a built-in command of the shell.

getopts optstring name [args]
OPTIND,OPTARG,OPTERR

getopts is used by the shell program to analyze positional parameters. optstring contains

October 18, 2021By Simo Unix getopts, shellLeave a Comment

Microsoft Language Codes

Microsoft Language Codes

Reference: http://msdn.microsoft.com/en-us/library/ms533052(v=vs.85).aspx< /p> Original: Big Column Microsoft Language Codes

October 18, 2021By Simo Windows codes, Language, MicrosoftLeave a Comment

Installation of Microsoft Office 365

1. Installation preparation

2. How to install (take Win10 as an example)

6. Then wait patiently for 10-15 minutes, the installation program will automatically install:

Two. How to activate

October 18, 2021By Simo Windows installation, Microsoft, OfficeLeave a Comment

Shell script prints ninety-nine multipliers

The shell script prints the nine-nine-nine multiplication table #!/bin/bash

for i in {1..9}
do
for j in {1..9}
do
if [$j -le $i]
then
echo -n “${j}X${i}= $(($i*$j)) ”
fi
done

October 18, 2021By Simo Unix ninety-nine multiplier, print, Script, shellLeave a Comment

Regular expression – how to match two values, not depending on their corresponding position in the string

I am looking for the best way to match two values ​​at the same time.

If both values ​​are in the string, I want to get a true value, But I don’t know the order in which they appear in the st

October 18, 2021By Simo Regexp corresponding, Dependent, expressions, How to match, position, regular, two, valuesLeave a Comment

Posts navigation

Page 1 … Page 12 Page 13 Page 14 … 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