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

[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

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

How to call abstract methods from abstract classes called by inheritance class

I want to call the method of the abstract class from the abstract class called by the inherited class.

Abstract class:

public abstract class Abstract {
protected void updateMotionY(flo

October 3, 2021By Simo Software Design Abstract, abstraction, call, class, How to inherit, methodLeave a Comment

Haskell inheritance, data, constructor

So I want to define multiple data classes for my Asteroids game/job:

data One = One {oneVelocity :: Velocity, onePosition :: Position, (((other properties unique to One))))
data Two = Two {tw

October 3, 2021By Simo Software Design construct, data, function, Haskell, inheritanceLeave a Comment

High precision algorithm package based on class and object

High precision formula (don’t ask me where it comes from, you can’t find it on the Internet because this is what I wrote)

🙂

1. High-precision addition: add to carry and go to zero
2.

October 3, 2021By Simo Software Design Algorithm, Based on, class, high precision, object, packageLeave a Comment

Setup mode

1. Adapter mode:

The main function of the adapter mode is to convert an interface that cannot be used by a class into a usable interface;

Second, class adapter:

/ /Achieved by inh

October 3, 2021By Simo Software Design device, mode, setLeave a Comment

Inheritance, Super, this

1 /**
2 * Inheritance: Subclass inherits the attributes and behaviors of the parent class, making the subclass The object has the same properties and the same behavior as the parent class. Subcl

October 3, 2021By Simo Software Design inherit, superLeave a Comment

[WPF Custom Control Library] About ScrollViewer and Scroll-Wheel-Hijack

Original text: [WPF custom control library] About ScrollViewer and scroll-wheel-hijack (scroll-wheel-hijack)

This article introduces a very simple control inherited from ScrollViewer:

C

October 3, 2021By Simo Software Design About, control, Custom, Hijack, Hijacking, Library, Scroll, ScrollViewer, Wheel, WPFLeave a Comment

Segida shoes and boots Shoes work

Echter, het type is geworden, laat Nike Fresh Air Optimum los. Bovendien zijn TN SONY ERICSSON schoenen en laarzen in een ander land, nog geen enkel concept met een staat aan de onderkant waarschij

October 3, 2021By Simo Software Design Segida shoes and boots shoes workLeave a Comment

Posts navigation

Page 1 … Page 6 Page 7 Page 8 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