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

Category: Architecture

Architectural design is the product of people’s subjective mapping of elements within a structure and the relationships between elements. Architecture design is a series of related abstract patterns used to guide the design of various aspects of large software systems. The architect’s job responsibility is to transform the customer’s needs into a standardized development plan and text during the development of a software project, and to formulate the overall structure of the project, and guide the entire development team to complete the plan. Architecture design is the early stage of the software design process, which connects the requirements analysis and the design process. The main task of an architect is not to write specific software programs, but to engage in higher-level development and architecture work. He must have a good understanding of development technology, and he needs to have good organizational and management skills.

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

Inheritance – How to use multiple parent configuration functions with VAL in subclasses

Suppose I have a class Parent, which has four fields A, B, C, and D, so that C and D are optionally passed or initialized using the default implementation:

open class Parent(val a: A, v

October 3, 2021By Simo Software Design classes, constructs, functions, How, Inheritment, medium general, mix, multiple, parents, subclasses, use, valuesLeave a Comment

I hope to retrieve multiple logs from the server with the least code line.

I want to retrieve multiple log files from an Ubuntu server (using Python 2.7 on a win 7 machine) without having to write detailed repetitive code. I am sure I can use a loop to achieve this Goal,

October 3, 2021By Simo Search Engines code, Hope, line, Logs, Minimum, multiple, retrieval, serverLeave a Comment

Big big architecture better MySQL query performance

There is a very strange problem between the query on my server and the MySql InnoDB architecture.

The query has a high query time (about 1, 6 – 2 seconds), and my database is almost empty.

October 3, 2021By Simo System Architecture architecture, better, big, More, mysql, performance, queryLeave a Comment

Research distributed unique ID generation, after reading this article

Many large Internet companies have a large amount of data, and they all use sub-databases and tables, so a unified unique ID is required for storage after sub-databases. This ID can be in increment

October 3, 2021By Simo System Architecture article, distributed, finishing, Generation, ID, research, UniqueLeave a Comment

Small and medium-sized enterprise call center solution

As a link between customers and enterprises, call centers can be used properly to keep old customers, discover new customers, and bring benefits for enterprises. Therefore, more and more business o

October 3, 2021By Simo System Architecture call center, Enterprise, micro, program, small, solutionLeave a Comment

RBAC permission allocation, based on formset implementation, increased batch

Two knowledge points are needed here:
  - formset
  - automatically discover the URL in the project
1. What is a formset:
   form component or ModelForm component in Django, used for Do a form va

October 3, 2021By Simo Software Design allocation, Based on, Batch, Formset, Implementation, increase, permission, RBACLeave a Comment

Text search process and inverting search

The process from entering keywords to returning to the specified webpage

http://blog.csdn.net/tomorrow_c/article/details/62240383

Key inverted search of index

http://blog.csdn.net/hguisu/article/details/7962350

October 3, 2021By Simo Search Engines and, pour, process, Row, search, TextLeave a Comment

UserJpaRepository

/**
* Not only inherits PagingAndSortingRepository but also inherits QueryByExampleExecutor (example matcher)
*/
public interface UserJpaRepository extends JpaRepository {
}< br>1
2
3
4
5
UserJpa

October 3, 2021By Simo Software Design userjparepositoryLeave a Comment

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

Posts navigation

Page 1 … Page 8 Page 9 Page 10 … Page 78
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