Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: foundation

Some basic contents of CSS

The best way to clear floats (add this attribute to the parent element) .clearfix::after {content: “”; display: block; clear: both;} Select The first bit in the side-by-side element is set to this

October 19, 2021By Simo CSS Content, CSS, foundation, SomeLeave a Comment

CSS basic knowledge

1, derived selector div span{color:red}

2, id selector#diva{color:red}

3, id selector and Derived selector combined with #diva p{color:red}

4, class selector.divclass{color}, the

October 19, 2021By Simo CSS CSS, foundation, KnowledgeLeave a Comment

SHELL variable foundation detailed

1. Introduction to variables Variables are places where data is temporarily stored and data tags. The stored data exists in the memory space, and the data corresponding to the variable can be retri

October 18, 2021By Simo Unix detailed explanation, foundation, shell, variableLeave a Comment

Shell Programming Foundation-3

1. while loop

Syntax structure: while condition; do……; done

1) Infinite loop

While:

do

command

done

2) Endless loop

While 1

Do

command

October 18, 2021By Simo Unix foundation, programming, shellLeave a Comment

PowerShell foundation

Windows powershell is a command-line shell and scripting environment, which is built into the operating system of win7 and above, so that command-line users and script writers can take advantage of

October 18, 2021By Simo Windows foundation, PowerShellLeave a Comment

GREP Find shell foundation

1, define a command alias that is effective for all users, for example: lftps=’172.168.0.1/pub’

echo “alias lftps=’172.168.0.1/pub'” >> /etc/bashrc && source /etc/bashrc 2, display all lines

October 18, 2021By Simo Unix foundation, GREP, shellLeave a Comment

Linux foundation

Help command:
1.man [parameter] command, open help manual
1. Command: Man 1 CD, CD, CP, MV, Printf 2. System call: man 2 system function, fork() process
3. C language library function: man 3

October 16, 2021By Simo Linux article, foundation, linux, oneLeave a Comment

LINUX basic article

One, the type of user

1. root administrator: all permissions (rwx)

2. file owner (u): who created Who owns

3. Main group (g): user group AAA {A1,A2}

4. Other users (o): does

October 16, 2021By Simo Linux article, foundation, linux, twoLeave a Comment

Linux Foundation – Process and Service (1)

Process in Linux: an executable running instance that has been started

1, PID: process ID (each new process has a unique PID)

3, any process can create a child process

4, above re

October 16, 2021By Simo Linux foundation, linux, process, serviceLeave a Comment

Linux-shell script foundation – 2

1,User Group Add user
useradd
-u UID
-o -g specify GID or group name
-c comment information
-d home directory
-s shell
-G additional group
-r system user -m home directory, system user
-M

October 16, 2021By Simo Linux foundation, linux, Script, shellLeave a Comment

Posts navigation

Page 1 Page 2 … Page 4
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