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

Tag: China

How to read an integer group in the file in C

I have a text file, each line contains one or more integers, separated by spaces. How can I read this in C in an elegant way? If I don’t care about the line, I can use cin>>, but the important thin

October 4, 2021By Simo C & C++ China, file, Group, How to, integer, middle, one, readLeave a Comment

Can I inherit the standard report in OpenERP?

I want to change the purchase order report in OpenERP 6.1. Do I have to enter and make changes to the purchase module, or can I create a new module to inherit the standard report and cover some det

October 3, 2021By Simo Software Design China, inheritance, OpenERP, option, report, StandardLeave a Comment

Inheritance: Constructor, initialization C, similar to array members of the foundation class in C 11

Consider the following code:

struct Base //in my real scenario Base class can not be changed
{
int a;
double b[10];
};
struct Child: Base
{
Child(int aa, double bb[10]): Base{aa} {} //Thi

October 3, 2021By Simo Software Design array, base, China, class, constructing, function, inheritance, Initialization, Member, Similar toLeave a Comment

Automated JavaScript Interop in Dart

When using a third-party JavaScript library in my Dart project, I manually browse the library’s documentation and traverse its attributes and methods, and build Dart code through a series of cumber

September 30, 2021By Simo Auto-Test automation, China, DART, Interop, JavaScriptLeave a Comment

How to parse the JSON array in RAD STUDIO?

I am trying to parse the following Json document:

[
{“EventType”:49,”Code” :”234″,”EventDate”:”20050202″, “Result”:1},
{“EventType”:48,”Code”:”0120″,”EventDate”:”20130201″, “Group” :”g1″}
]

September 28, 2021By Simo Visual Studio analysis, array, China, How, JSON, Rad, StudioLeave a Comment

2D tiled game engine – use C # in XNA in XNA

I plan to build an advanced 2D Up-Down RPG.

It will be the C# of my existing 2D Flash RPG engine (Adobe Air) XNA version.

Well, in Flash Pro, I just use different MovieClips for differe

September 27, 2021By Simo Game 2D, Based on, China, Engine, game, ok, table, Using C #, XNALeave a Comment

Start-BIOS loaded into the RAM?

I know that at startup, B IOS loads the first sector (512 bytes) of the predefined device driver on memory 0x7c00, and then jumps to that address. < p>

So, the memory from 0x7c00 to 0x7dff is

September 24, 2021By Simo Motherboard BIOS, China, Information, load, RAM, StartLeave a Comment

In SQLITE3, how do I make SQL escape in the Like clause?

I want to run LIKE queries in sqlite3 and safely escape user input. Basically, I want to do something like this:

< /p> char* query = “SELECT * FROM table WHERE LOWER(notes) LIKE’%?%'”;
sqlite

September 22, 2021By Simo Sqlite China, clause, escape, How, middle, SQL, SQLITE, SQLITE3, workingLeave a Comment

SQLITE3 cannot be imported in Python 3

sqlite works fine with python 2.7, but when I try to import it in python 3, it will give an error

> Traceback (most recent call last): File “dbConnection.py”, line 1,
> in
> import sqlite3 F

September 22, 2021By Simo Sqlite China, python, SQLITE, SQLITE3, UnableLeave a Comment

Micro service communication in ABP VNEXT

Introduction

Service communication is an essential function in the microservice architecture , The efficiency of service communication determines the superiority of the microservice architect

August 22, 2021By Simo System Architecture ABP, China, communication, micro-service, service, VNEXTLeave 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