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

Tag: object-oriented

Dojo object-oriented call

I recently started learning arcgis for javascript, among which dojo is a framework that must be learned. Today, we have conducted research on related modularization and objectification.

T

October 20, 2021By Simo Dojo call, dojo, object-orientedLeave 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

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

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

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

OOP – object-oriented design problem

I will use Java (or other OO language) to develop a Tic-Tac-Toe game. Now I have a picture of general design in my mind.

Categories:
Board class, With a two-dimensional integer array, 0 means

October 3, 2021By Simo Software Design design, object-oriented, OOP, problemLeave 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

Object-oriented native JS round broadcast

Document * { margin: 0; padding: 0; } .hezi { width: 500px; < /div> height: 300px; padding: 10px; margin: 100px auto; position: relative;

October 3, 2021By Simo Software Design Broadcast, JS, Map, Native, object-oriented, WheelLeave a Comment

‘This’ in object-oriented JavaScript

I think I’m currently writing very good javascript, but I’m trying to adopt a more object-oriented approach. I’ve just started doing this, please forgive my promise. I’m adding my Some functions mo

October 3, 2021By Simo Software Design JavaScript, object-orientedLeave 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

Posts navigation

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