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

Tag: and

Shell single quotes and double quotes

#!/bin/bash
a=23
echo ‘$a’
echo “$a”

your_name=’runoob’
str=”Hello, I know you are \”$your_name\ “! \n”
echo -e $str
echo $str Output

bogon:Desktop macname$ ./test.sh
$a
23
Hello

October 18, 2021By Simo Unix and, Double, quotation mark, quotes, shell, singleLeave a Comment

Bash scripting “[!: Not found” error, and how to write or declare

Edit:
This is my updated code:

#!/bin/sh
files=`ls`
if [$# -ne 1 -o -f $1 ]
then
echo “Usage: $0 ”
exit 1
fi
if [! -e $1 ]
then
echo “$1 not found”
exit 1
elif [-d $1 ]then
cd $1
for f

October 18, 2021By Simo Unix and, BASH, Declaration, error, How to Write, scriptingLeave a Comment

Create import export of Linux database and some basic instructions

First check mysql related directories under linux

Execute query SQL< /p> mysql>show variables like ‘%dir%’;

datadir is the data path

The running path is determined, and the impo

October 16, 2021By Simo Linux and, Basic, creation, database, export, import, instruction, linux, SomeLeave a Comment

Spotlight on mysql – Installation and Introduction

Spotlight on MySQL Installation and Configuration

First step: download and install mysql-connector-3.5x

Spotlight on MySQL connection mysql must use mysql-connector-3.5x

1, downlo

October 16, 2021By Simo Macos and, installation, mysql, SpotlightLeave a Comment

Springboot + mybatisplus integrates and uses reverse engineering

First introduce the maven dependency: this is the dependency that needs to be introduced when reverse engineering when integrating mybatisplus

com.baomidou
mybatis-plus-boot-starter
2.3

October 13, 2021By Simo Spring and, Engineering, integration, mybatisplus, Reverse, Springboot, Springboot + mybatisplus, useLeave a Comment

Ionic Cordova implements the monitoring of soft keyboards and operations

When working on a project today, some operations are hidden when the keyboard is displayed, and some operations are turned on when the keyboard is hidden. After searching online for a long time, I

October 8, 2021By Simo Cordova and, Cordova, Daquan, Implementation, Ionic, keyboard, listening, operation, SoftLeave a Comment

Android – package aar steps and the most critical precautions!

### Introduction Recently, due to the requirements of the project, the developed modules need to be packaged into aar for other projects to call. After working for a period of time, I found that th

October 7, 2021By Simo Android AAR, and, Android, critical, most, Packaging, Precautions, stepsLeave a Comment

Text search process and inverting search

The process from entering keywords to returning to the specified webpage

http://blog.csdn.net/tomorrow_c/article/details/62240383

Key inverted search of index

http://blog.csdn.net/hguisu/article/details/7962350

October 3, 2021By Simo Search Engines and, pour, process, Row, search, TextLeave a Comment

Heartbeat introduction and simple HTTPD high by HeartBeat

Heartbeat is an integral part of the Linux-HA project, which implements a highly available cluster system. Simply put, through heartbeat, resources and services can be quickly transferred from a fa

October 1, 2021By Simo Monitoring and, available, Heartbeat, high, HTTPD, presentationLeave a Comment

[Summary Anchor-Free1] Anchor-free KeyPoint Method Summary and Idea

&Anchor-based shortcoming 1) When using anchors, you need to tile densely on each feature scale, but only a few Part of it is positive samples, that is, the ratio of positive and negative samples

September 29, 2021By Simo Asp analysis, Anchor, and, Free, Free1, idea, KeyPoint, method, SummaryLeave a Comment

Posts navigation

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