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

Tag: character

XML – SVG ID ISO Table

The SVG spec refers readers to the XML Base spec to find characters that may appear in the id attribute value.

However, the basic specification does not spell out these characters, AFAICT. In

October 21, 2021By Simo XML character, Effective, ID, ISO, SVG, table, XMLLeave a Comment

How to block the .NET XML serialization insert illegal characters

Any content below 0x20 (except 0x09, 0x0a, 0x0d, i.e. tab, carrige return and line feed) cannot be included in the XML document.

I have some data from a database and passed as a response to a

October 21, 2021By Simo XML character, chemical, How to stop, illegal, INSERT, Sequence, XMLLeave a Comment

XML file configuration database link, “&”

When setting the url attribute, the ampersand will report an error and it needs to be replaced with &

Source type=”POOLED
>         
        &characterEncoding=utf-8&useSSL=false&serverTimezone=GMT”/>

Reference link: https://blog.csdn.net/Red_Flag_/articl e/details/91440082

October 21, 2021By Simo XML character, configuration, database, error, file, link, setting, time, URL, XMLLeave a Comment

Regular expression – replacing characters in Perl

I am trying to double all the vowels in each word. For example:

$string=”if it rains, cover with umbrella”; This is the code I wrote, but I did not get the correct output.

$string=~s/a

October 18, 2021By Simo Regexp character, expression, middle, perl, regular, replacementLeave a Comment

Regular expression – how to delete duplicate characters, but leave two?

If there are more than 2 characters
“Hiiiiiii
My friend!!!!!!!”

I need to reduce to
“Fei Yichuan
My friend!!”

Please note that in my language, there are many double-character words.
T

October 18, 2021By Simo Regexp character, delete, expression, How, left, regular, Repeat, where twoLeave a Comment

Understand the character device driver development process from Linux kernel LED driver

Contents

@(Understand the development process of character device driver from the Linux kernel LED driver)

Quoted from Song Baohua “Linux Device Driver Development Detailed Explanation-

October 16, 2021By Simo Linux character, Development, driver, equipment, kernel, LED, linux, process, UnderstandingLeave a Comment

Parallels Desktop Win7 Remote Desktop The first character Shift button does not take effect

Today, the remote company’s server in the win7 system installed on Parallels desktop keeps prompting that the password is incorrect.
After investigation, it is found that the shift key is not eff

October 16, 2021By Simo Macos character, desktop, First, key, Parallels, remote, shift, Win, Win7Leave a Comment

Character encoding review and file basis (2)

1. Character encoding
Correspondence table of characters and numbers
ASCII: can recognize English characters, 1Byte=1 English characters
hello
8bit|8bit|8bit|8bit| 8bit

GBK:汉字与英文字符,2Byte=1中文

October 15, 2021By Simo Character character, code, file, foundation, review, twoLeave a Comment

Qt, qurl, qurlquery: Special character is encoded in the query string

I created a URL query like this:

QString normalize(QString text)
{
text.replace(“%”, “%25”);
text.replace(“@”, “%40”);
text.replace(“‘”, “%27” );
text.replace(“&”, “%26”);
text.rep

October 15, 2021By Simo Character character, code, Medium, QT, query, qurl, qurlquery, special, stringLeave a Comment

Character-Encoding – Decoding hexadecimal string coding

I have a .bin saved by a VB program. The format of the .bin is:

String bytes | String
06 00 | C0 E1 E0 E8 F1 E0 The problem is that I don’t know how the string is encoded. I know what the str

October 15, 2021By Simo Character character, code, Decoding, encoding, Hexadecimal, stringLeave 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