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

Tag: scripting

The most complete shell script statement syntax (super detailed)

Blog post outline:

Don’t talk nonsense, just use the grammar example:

Requirement①:
first name and 2. last name, and finally displayed on the screen: “Your full name is:” content:

October 18, 2021By Simo Unix all, detailed, grammar, scripting, shell, statement, super, useLeave 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

Coding Style – Caché Object Script Code Guide

I use InterSystems Cache and look for CachéObjectScript coding guidelines.
Does anyone have any examples? This is the project. It provides the Caché object script code guidelines

I Use In

October 15, 2021By Simo Character cach, code, Coding, Guide, object, scripting, styleLeave a Comment

Some additional supplements about the order of COCOS Creator scripts

Cocos Creator development is far from being as easy as it seems at first glance. Some visual development languages, such as VB, are easy to get started, but when you enter the actual combat stage,

October 8, 2021By Simo Cocos2dx About, Cocos, creator, execution, order, scripting, several points, supplementLeave a Comment

Cordova 5.3.1 and iOS9 platform – I can’t load images and scripts from external source

Mainly I tried to get a connection through Socket.io but soon found out that there is no “external” that can be loaded into my Cordova/iOS app.
I checked the config The whitelist settings in .xml.

August 22, 2021By Simo Cordova 5.3.1, Cordova, from outside, image, IOS, iOS9, loading, Platform, scripting, source, UnableLeave a Comment
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