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

Category: Character

Character encoding (English: Character encoding), also known as character set code, is to encode characters in a character set into an object in a specified set (for example: bit pattern, natural number sequence, 8-bit group or electric pulse) so that the text can be in the computer Storage and delivery through communication networks. Common examples include encoding the Latin alphabet into Morse code and ASCII. Among them, ASCII numbers letters, numbers and other symbols, and uses 7-bit binary to represent this integer. An extended bit is usually used to facilitate storage in 1 byte. In the early days of computer technology development, character sets such as ASCII (1963) and EBCDIC (1964) gradually became standards. But the limitations of these character sets quickly became apparent, so people developed many methods to extend them. The requirement for supporting writing systems including the East Asian CJK character family can support a larger number of characters, and a system rather than a temporary method is needed to achieve the encoding of these characters

Code decoding byte

I have an embedded device that sends UTC date in this format (date is 4 bytes):

buffer.push_back((BYTE)(time_utc & 0x000000FF));
buffer.push_back((BYTE)((time_utc & 0x0000FF00) >> 8));
buff

October 15, 2021By Simo Character byte, Coding, DecodingLeave a Comment

ImageNew Tobase64 encoding problem, ColdFusion quality decline

I have been experiencing problems with toBase64(). I hope someone can tell me why CF toBase64() seems to be missing something, for example in my case it reduces the quality of the image .

I h

October 15, 2021By Simo Character Coding, ColdFusion, Decline, ImageNew, quality, Question, Tobase, Tobase64Leave a Comment

Unicode – F # – card is not suitable for display in the console

I am using f# to make a console-based card game, and I am trying to use unicode chars to display card suits. The mapping suit-to-char represents the following function:

let suitSymbol =

October 15, 2021By Simo Character card, control, discomfort, display, in, station, UnicodeLeave a Comment

Coding mode C #

A few days ago I encountered some code that looked like this during the code review.

public void DoSomeTasks( )
{
if (CheckSomeState()==true) return;
DoTaskOne();
if (CheckSomeState()==tru

October 15, 2021By Simo Character C #, Coding, patternLeave 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

Why is there multiple encodings in an instruction in ARMV7

I am currently trying to implement a disassembler for ARM cortex A9, which implements the ARMv7 instruction set.

For this, I use the manual ” DDI0406C_b_arm_architecture_reference_manual.pdf”

October 15, 2021By Simo Character armv, armv7, encoding, instruction, middle, multiple, one, whyLeave a Comment

Use the LLVM JIT code to encode the program to call C code

My project has a C library, and I want to allow users to use JIT through a certain programming language to call the functions in the library. For simplicity, suppose the library has the following c

October 15, 2021By Simo Character code, JIT, llvm, Patement, program, UsingLeave a Comment

Encoded Node.js without restarting “Server”

I have been playing Meteor (you may know it is a node.js framework), and I really like how to start it, then keep it running, and automatically implement code updates when saving .

Is there a

October 15, 2021By Simo Character Coding, JS, Node, Node.js, Restart, serverLeave a Comment

CLOJURE encoding using Emacs and Cider

I’m new to Clojure coding, and through some articles to set up Emacs for development.
The setup itself works as designed, but I’ve been running the server from a Cider session and doing anything K

October 15, 2021By Simo Character CodingLeave a Comment

GRAILS does not have the correct encoding Unicode character

In my grails application, unicode characters are not correctly encoded.

I use grails 1.3.7 and tomcat 7.0.22. Below This is the setting I configured for unicode support in my application:

October 15, 2021By Simo Character Characters, code, correct, Grails, no, uncodeLeave a Comment

Posts navigation

Page 1 … Page 3 Page 4 Page 5 … Page 8
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