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

Category: Architecture

Architectural design is the product of people’s subjective mapping of elements within a structure and the relationships between elements. Architecture design is a series of related abstract patterns used to guide the design of various aspects of large software systems. The architect’s job responsibility is to transform the customer’s needs into a standardized development plan and text during the development of a software project, and to formulate the overall structure of the project, and guide the entire development team to complete the plan. Architecture design is the early stage of the software design process, which connects the requirements analysis and the design process. The main task of an architect is not to write specific software programs, but to engage in higher-level development and architecture work. He must have a good understanding of development technology, and he needs to have good organizational and management skills.

[POC] Working with Protocols

In the real world, people on official business are often required to follow strict procedures when dealing with certain situations. Law enforcement officials, for example, are required to “follow p

October 3, 2021By Simo Software Design Little, Protocols, workingLeave a Comment

Use promise package AJAX

1. Encapsulate Ajax

1
2 var ajax = new Promise((resolve, reject) => {
3 var xhr = new XMLHttpRequest();
4 xhr.open(‘get’,’./test1. txt’, true);
5 xhr.send();
6 xhr.onreadystatechan

October 3, 2021By Simo Software Design Ajax, package, Promise, useLeave a Comment

Can you understand the flowchart?

There is a famous saying from the media industry that I don’t know who said it: Users can’t read text if they have pictures, and they can’t read pictures if they have videos. Although this reflects

October 3, 2021By Simo System ArchitectureLeave a Comment

Yun Hosting, Edge Physical Calculation & Managed Physical Calculation, what you need to know …

Share pictures October 3, 2021By Simo System Architecture Calculation, Cloud, edge, hosted, must, physical, Required, understandLeave a Comment

Micro service architecture

What is a microservice? The concept of microservices was first proposed by Martin Fowler and James Lewis in 2014. They defined microservices as small services composed of a single application, wit

October 3, 2021By Simo System Architecture architecture, micro-service, serviceLeave a Comment

Handwritten a mvvm

Recently, I watched Everest’s architecture class-Implementing an MVVM.

First, let’s understand what MVVM is.

MVVM is shorthand for Model-View-ViewModel. It is essentially an improved ve

October 3, 2021By Simo System Architecture Handwritten, MVVM, oneLeave a Comment

Hot day is full

And gentle and gentle culture

October 3, 2021By Simo Search EnginesLeave a Comment

Compilation – What is the difference between MOV and LEA in terms of retrieval address?

When I use them to get addresses, what is the difference between mov and lea?

Suppose I have a program to print a string starting from the 5th character, the code is as follows:

section

October 3, 2021By Simo Search Engines Address, Aspect, between, compilation, Difference, LEA, MOV, search, whatLeave a Comment

Select Statement – Switch

Select statement–switch switch statement format: < div> Execution process:

public class Demo07Switch {
public static void main(String[] args) {

//Define variables to determine the d

October 3, 2021By Simo System Architecture select, statement, SwitchLeave a Comment

Understanding of face-to-object (Java)

1, facing the object (oop)

Object-oriented: Everything is an object, pay more attention to things, do your own things by yourself.

For example: What should I do if I want to put the ele

October 3, 2021By Simo Software Design Java, object-oriented, pair, UnderstandingLeave a Comment

Posts navigation

Page 1 … Page 13 Page 14 Page 15 … Page 78
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