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

Can I inherit the standard report in OpenERP?

I want to change the purchase order report in OpenERP 6.1. Do I have to enter and make changes to the purchase module, or can I create a new module to inherit the standard report and cover some det

October 3, 2021By Simo Software Design China, inheritance, OpenERP, option, report, StandardLeave a Comment

Java method for parameters with multiple inheritance

I don’t know why I can’t find this answer online.

I have a class that implements multiple methods, and I want to write methods to expect them .I don’t know how to do it, or it’s even possible

October 3, 2021By Simo Software Design expectation, inheritance, Java, method, multiple, parametersLeave a Comment

Iteration inherited list

I have two classes inherited from the third class and they are stored in a list.

I am trying to iterate the list and call each The implementation function of a class, but the code cannot be c

October 3, 2021By Simo Software Design class, inheritance, ITERATION, ListLeave a Comment

Overcoming rewriting and expansion

1 class Animal:
2 def eat(self):
3 print(“Eat”)
4
5 def drink(self):
6 print(“drink”)
7
8 def run(self):
9 print(“Run”)
10
11 def sleep(self):
12 print(“Sleep”)
13
14 class Dog

October 3, 2021By Simo Software Design Expand, inherit, rewrittenLeave a Comment

Object-oriented advanced 1

# Descriptor application
class Aoo:
def __init__(self,key,expected_type):
self.key = key
self.expected_type = expected_type

def __get__(self,instance,owner):
return

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

OOP – package principle

There are some object-oriented engineering principles, which express a sentence: “A class should only know the contract of the class it uses as a parameter, or any internal contract it uses. “

<

October 3, 2021By Simo Software Design OOP, package, principleLeave a Comment

UserPageRepository

/**
* It has the functions of paging and sorting and inherits CrudRepository
*/
public interface UserPageRepository extends PagingAndSortingRepository {
}
1
2
3
4
5
UserPageRepositoryTests:

<

October 3, 2021By Simo Software Design userpagerepositoryLeave a Comment

Qt – Basic Graphics Drawing

1. Basic graphics drawingA. The key role in the Qt graphics system
QPainter–The painter in Qt can draw various foundations Graphics, with brushes, brushes, and fonts needed for drawing
QPaintDevic

October 3, 2021By Simo Software Design drawing, foundation, graphics, QTLeave a Comment

WeChat applet front end Promise package

config.js

const config = {
base_url_api: “https://douban.uieee.com/v2/movie/”,
}
export {config} http.js

import {config} from “../config”;
class HTTP {
requset({ url, method = “GET”,

October 3, 2021By Simo Software Design front, package, program, Promise, WeChatLeave a Comment

Interface, internal class

1. Interface Interface is a reference data type, the keyword interface. A class can only inherit one class using extends, and implement multiple interfaces using implements. Inheritance first, impl

October 3, 2021By Simo Software Design department, Interface, InternalLeave a Comment

Posts navigation

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