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

Category: Software Design

Software design is based on the software requirements specification, designing the overall structure of the software system, dividing functional modules, determining the implementation algorithm of each module, and writing specific codes according to the functions determined in the requirements analysis stage to form a specific software design plan. Software design abstracts many things and problems, and abstracts them at different levels and angles. Decomposing a problem or thing and modularizing it makes it easy to solve the problem. The finer the decomposition, the greater the number of modules. Its side effect is to make the designer consider more coupling between modules

Exception and Error

One. The difference between Exception and Error    Both Exception and Error inherit the Throwable class. In Java, only instances of the Throwable type can be thrown (Throw) or catch (catch), it

October 3, 2021By Simo Software Design error, exceptionLeave a Comment

Package C # newbie

Newbie to C#, I know that encapsulation is just a way to “protect data”. But I don’t know yet. I think the point of get and set accessors is to add tests in these methods To check whether the param

October 3, 2021By Simo Software Design C # newbie, newbie, packageLeave a Comment

Talk to me in this company SSO

Recently, Xiaoming encountered a demand: several independent systems (subsystems) need to be aggregated into a centralized system (parent system). After the user logs in on the parent system, click

October 3, 2021By Simo Software Design Chat, company, design, HOME, SSOLeave a Comment

F # inheritable with multiple constructor syntax

I have this F# class

module File1
open System
open System.Collections.Generic
type TimeRangeList<'e>(getter: DateTime * DateTime -> List<'e>, ?maybe_tFrom: DateTime, ?maybe_tTo: DateTime) as

October 3, 2021By Simo Software Design constructive, functions, grammar, having, inheritance, multipleLeave a Comment

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

Posts navigation

Page 1 … Page 4 Page 5 Page 6 … Page 9
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