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.

Domain Drive Design – DDD and entity libraries, models using multiple identity types

I have a model that looks like this:

public interface IEntity
{
int Id {get; set; }
} Then my idea is to let my entity inherit from this interface:

public class User: IEntity
{
public

September 30, 2021By Simo Design Pattern DDD, design, Domain, Drive, entity, Identity, Library, model, multiple, type, usageLeave a Comment

Relying on injection – in Azure Service Fabric Status Actor Decomposed IactorstateManager

For Azure Service Fabric state services, IReliableStateManager can be injected as follows:

ServiceRuntime.RegisterServiceAsync(“MyServiceType”, context =>
{
IReliableStateManager stateManage

September 30, 2021By Simo Design Pattern actor, Dependent, injection, MedorStateManagerLeave a Comment

NEO4J aggregation and sum

If my question is simple, I’m sorry, I’m the NOOB of neo4j.

I’m trying to write a password query, which will start from [ Find the desc order of all purple nodes in the value of sum(mass_of *

September 30, 2021By Simo Design Pattern aggregation, NEO, Neo4J, sumLeave a Comment

Haskell – YESOD WAI-EventSource example. Package dependence?

I am trying to compile this sample code on my system.
When I tried to compile the chat module using ghc Chat.hs, ghc gave me:

Chat.hs:76:39:
Couldn’t match expected type `Network.Wai.

September 30, 2021By Simo Design Pattern Dependencies, Eventsource, examples, Haskell, packages, problems, Wai, YesodLeave a Comment

GO – package dependencies and initialization

I am new to Go, trying to find a solution to the following problems.

>The goal is to write all logs to a file.
>Package The main import package A.
>In package main, in the main method, the lo

September 30, 2021By Simo Design Pattern dependency, Initialization, package, relationshipLeave a Comment

UIBOT CREATOR V2.5.1 has been launched ~

UiBot Creator V2.5.1 has been launched~

(Update time 2019-5-30)

Update instructions:

I. Command

a)File command

Newly added [find file] command, support [? (exact match

September 30, 2021By Simo Auto-Test already on, creator, UIBOT, V2.5.1Leave a Comment

Render Pipeline & Light Rendering Path

0x00 Rendering Pipeline “A chain is no stronger than its weakest link.”

The rendering pipeline can be roughly divided into 4 stages:

Application: The program stage is fully controllable

September 30, 2021By Simo Design PatternLeave a Comment

Symfony2 TDD development

Can anyone provide a standard example of developing in Symfony2 using TDD notation? Or share links to interesting materials about TDD Symfony2 development (official documentation:))?

Attachme

September 30, 2021By Simo Design Pattern Development, Symfony, Symfony2, TDDLeave a Comment

ETCD actual combat

1. Create a cluster

1. Create environment variables on each machine

TOKEN=token-01
CLUSTER_STATE=new
NAME_1=machine-1
NAME_2=machine-2
NAME_3=machine-3
HOST_1=10.240.0.17
HOST_2=1

September 30, 2021By Simo Load Balance actual combat, ETCDLeave a Comment

Automation Test – Can you use Protractor and AppIum to test a hybrid application?

This is my scenario. I have a website built on Angular JS. I am able to use the protractor to automate the website. However, some operations performed on the website will be reflected in Android An

September 30, 2021By Simo Auto-Test AppIum, application, automation, mix, program, protractor, test, Together, use, You canLeave a Comment

Posts navigation

Page 1 … Page 63 Page 64 Page 65 … 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