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.

Exercise 41: Learning to talk about object-oriented

I’m doing exercise 41, to be honest I’m very confused. I don’t know if it’s because I’ve been watching the damn thing for hours, if my brain is blown up, or what ?

I have passed the following

October 3, 2021By Simo Software Design exercise, learning, object-oriented, speakingLeave a Comment

Inherit the properties in PHP

I have a super class which contains properties & methods to set them

class Super{
private $property;
function __construct($set){
$this->property = $set;
}
} Then I There is a subclass tha

October 3, 2021By Simo Software Design attribute, inherit, Medium, PHPLeave a Comment

MFC package class is a static link library

The basic controls that come with mfc are not very beautiful, so most developers will customize the class to redraw the controls. I have also accumulated a lot of redrawing of controls, such as dia

October 3, 2021By Simo Software Design class, Library, link, MFC, package, staticLeave a Comment

Table Each subclass inheritance mapping by NHibernate mapping code

How to write the mapping in the new NHibernate Mapping-By-Code for each subclass strategy of this class:

public class Person
{
public virtual int Id {get; set; }
public virtual string Name

October 3, 2021By Simo Software Design code, each, inheritance, Mapping, NHIBERNATE, Subclass, tableLeave a Comment

Design and Implementation of EADC Sampling External Voltage Program Based on NUC442

1. Introduction to NUC442

NUC442 is a Cortex ® -M4F core processor with DSP and floating point unit, working frequency up to 84 MHz, embedded 256/512K /flash, 64K/SRAM. There are abundant per

October 3, 2021By Simo Software Design Based on, EADC, external, Implementation, NUC, NUC442, programming, sampling, voltageLeave a Comment

Custom BeandefinitionRegistryPostProcessor Registration Bean

Custom BeanDefinitionRegistryPostProcessor Overview BeanDefinitionRegistryPostProcessor inherits from BeanFactoryPostProcessor, which is a special BeanFactoryPostProcessor. The postProcessBeanDefi

October 3, 2021By Simo Software Design Bean, BeandefinitionRegistryPostProcessor, Custom, registrationLeave a Comment

Distributed system finishing

What are the dubbo load balancing strategies and cluster fault tolerance strategies? Load balancing strategy Random< span class="md-plain"> (random) By default, dubbo is a random load balance c

October 3, 2021By Simo System Architecture distributed, finishing, systemLeave a Comment

Design mode – decorator mode

Define
The decorator pattern dynamically attaches responsibility to the object. To extend functionality, decorators provide a more flexible alternative than inheritance.
Implementation points

October 3, 2021By Simo Software Design decoration, design, patternLeave a Comment

Is there a way to use the REST API to retrieve the MarkLogic server version?

We are creating a monitoring plugin that will call MarkLogic to retrieve status information. The first thing we need to know is which version of MarkLogic we are connecting so that we know whether

October 3, 2021By Simo Search Engines API, Have any, MarkLogic, method, REST, search, server, use, versionLeave a Comment

Message-Queue – How do I understand the role of queues in a distributed system?

I’m trying to understand what is the use case of queues in a distributed system.
And how does it scale and how does it ensure that it is not a single point of failure in the system?

Any dire

October 3, 2021By Simo System Architecture distributed, How to, Message, middle, queue, role, system, understandLeave a Comment

Posts navigation

Page 1 … Page 10 Page 11 Page 12 … 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