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

Tag: automatic

Automatic correction of XML indentation in Geany

My problem is that the XML is automatically formatted/indented in Geany, when the XML is not properly indented or not indented at all.

Because I didn’t see the Geany plugin for this purpose,

October 21, 2021By Simo XML automatic, Correction, Geany, indentation, Medium, XMLLeave a Comment

Regular expression – automatically inserts a newline in the long string

Is it possible to insert a newline character in such a string so that it can be adjusted automatically so as not to split words?

nif <- as.character(c("I am a string", "So am I", "I am also

October 18, 2021By Simo Regexp automatic, expression, INSERT, long, Medium, regular, string, WrapLeave 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

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

Automatically install Linux system method one:

1, yum install -y system-config-kickstart

2, system-config-kickstart Execute a graphical tool for generating answer files

3. Automated installation is based on network installation, and

October 16, 2021By Simo Linux automatic, installation, linux, method, one, systemLeave a Comment

CentOS6 and CentOS7 boot automatic start service method

Centos6 and Centos7 start up service automatically < div class="content-detail unsafe markdown-body" data-spm-anchor-id="a2c4e.11153940.0.i7.388d3030RAXT2V"> Let’s talk about the easy way to sta

October 14, 2021By Simo Centos automatic, Boot, centos, Centos6, centos7, methods, service, start-upLeave a Comment

The file download toolbar of the IE browser is automatically saved as

If there is a file to download in IE browser, click the hyperlink of the file with the mouse, a toolbar will appear at the bottom of IE browser. There are two buttons on the toolbar: “Open”

“

October 11, 2021By Simo Browser automatic, browser, download, file, Implementation, pop-up, saving, ToolbarLeave a Comment

Automatically scroll in the Silverlight list box

How to force a silverlight list box to scroll to the bottom programmatically so that the item added last is always visible.

I have tried just to select the item .It is finally selected but st

October 10, 2021By Simo Silverlight automatic, box, List, Medium, scrolling, SilverlightLeave a Comment

Automatic tab in Silverlight 3

I need to be able to automatically tab from a control to the “next control” in an SL3 application. For example, the TextBox is limited to 3 characters-when typing the third character, the focus It

October 10, 2021By Simo Silverlight automatic, card, Medium, options, SilverlightLeave a Comment

Android APP automatic upgrade

procedure _InstallApk(Apk: string span>);
var
LFile: JFile;
LIntent: JIntent;
begin
LFile := TJFile.JavaClass.init(StringToJString(ExtractFilePath(Apk)), StringToJstring(ExtractFileName(Apk

October 7, 2021By Simo Android An, app, automatic, Upgrade, ZhuoLeave a Comment

Posts navigation

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