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

Simple object-oriented -Web server

import socketimport reimport multiprocessingclass WSGIServer(object): def __init__(self): # Create a socket self.tcp_server_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM) self.tcp_serve

October 3, 2021By Simo Software Design object-oriented, server, simple, WEBLeave a Comment

Abstract method and abstract class

1. Abstract class The purpose of an abstract class is to mark certain classes that cannot be initialized, but can only be inherited and polymorphic, such as Animal is an animal class, there is n

October 3, 2021By Simo Software Design Abstract, class, methodLeave a Comment

Inheritance – superclass inheritance in React DEFAULTPROPS

I think some props (for example, themes) are so common in components that the processing (for the super class) to extract them makes sense. Then its default value also belongs to There.

But,

October 3, 2021By Simo Software Design class, defaultprops, inheritance, React, superLeave a Comment

Multi-level inheritance C.

Assuming that a class C inherits from class B, it overrides the virtual function defined in A. C does not override the function. When the pointer of type A* points to an object of type C, Will the

October 3, 2021By Simo Software Design inheritance, Multi-levelLeave a Comment

Abstract class and normalization

import abc
class Animal(metaclass=abc.ABCMeta): # Can only be inherited, not instantiated
@abc.abstractmethod
def run(self):
pass
@abc.abstractmethod
def eta(self):
pass
class Pople(Animal):

October 3, 2021By Simo Software Design Abstract, class, returnLeave a Comment

Object-oriented, class

1. Relationship between class and object Class is an abstraction of objects, does not occupy memory, and represents the concept of a group. It is a group with the same attributes and methods A coll

October 3, 2021By Simo Software Design class, object-orientedLeave a Comment

Laravel implements custom generation file commands

Foreword The Entiy file is used in the current project, and the corresponding Entiy file must be created every time a table is added. , It is very troublesome to set variables at the same time. So

October 3, 2021By Simo Software Design Command, customization, file, Generation, Implementation, LaravelLeave a Comment

SSO introduction

www.djangoproject.com  Custom certification related webpage

class meta:abstract=true   does not create a table, only inherited

crash library: md5+ salt< /p> account

LPAP   lightwe

October 3, 2021By Simo Software Design Introduction, SSOLeave a Comment

OOP – object-oriented design principle abstraction

While reading abstraction, I came across the following statement

“Abstraction only captures the details of objects related to the current perspective”

For example.
From the driver’s poi

October 3, 2021By Simo Software Design Abstract, design, object-oriented, OOP, principleLeave a Comment

Based on China-based Internet IoT development — based on .NET SDK package

Recently, the concept of the Internet of Things is relatively popular. A large number of manufacturers are rushing to occupy the level of the Internet of Things, including Huawei Internet of Things

October 3, 2021By Simo Software Design application, Based on, Development, Huawei, IOT, it, package, SDKLeave a Comment

Posts navigation

Page 1 Page 2 Page 3 Page 4 … 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