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

Author: Simo

“Creation” in UML and “Instantiate” dependency

According to the UML specification, we can express the dependency between two classes through <>. Or <> stereotype.

Do you know the difference between those stereotypes?

It is written i

September 30, 2021By Simo Design Pattern chemical, Created, dependency, instance, Medium, relationship, UMLLeave a Comment

Dependent injection – RavendB and constructor injection

In my project, I have the following PageCache entity, which is stored in RavenDB:

public class PageCache< br />{
private readonly IHtmlDocumentHelper htmlDocumentHelper;
public string Id {g

September 30, 2021By Simo Design PatternLeave a Comment

Design techniques for synchronous signals through VHDL pipelines

I’m designing a VHDL video pixel data processing pipeline, which involves multiple steps, including multiplication and division.
I want to keep the signals in sync so that I can, for example, keep

September 30, 2021By Simo Design Pattern design, Pipeline, signal, skill, Synchronization, Through, vHDLLeave a Comment

Sulenium installation steps

python Language,selenium Automation environment construction

1. Installationselenium, choose one of the two ways to install

1.1 UseDOS Command to enterpython installation directory, spa

September 30, 2021By Simo Auto-Test installation, steps, SuleniumLeave a Comment

Laravel depends on injection interface design

Assuming I need to do a payment service now, then I will first design an interface

interface PayInterface{
public function pay(Order $order): string;
} Then implement this interface

September 30, 2021By Simo Design Pattern depends, design, injection, Interface, LaravelLeave a Comment

RPA and RDA are unclear? I will understand it after reading it.

A table to understand the difference between RPA and RDA

RPA (Robot Process Automation) and RDA (Robot Desktop Automation) can be described as “good partners” in people’s daily work. They not

September 30, 2021By Simo Auto-Test division, RDA, read, RPA, silly, stupid, unclear, understandLeave a Comment

Elastic search polymerization on different keys

I want to aggregate my documents on different keys in the “Category” field.
These are two files:

“date”: 1470271301,
“categories”: {
“1”: [blabla],
“2”: [blala]
}
“date”: 144343545,
“c

September 30, 2021By Simo Design Pattern Different, flexible, keys, polymerization, searchLeave a Comment

OCAML offers multiple dependencies

When I have multiple dependencies, for example

module A = struct
open B< br /> …
end
module B = struct
…
end Is it possible to make OCaml top-level/utop load A.ml with all dependencie

September 30, 2021By Simo Design Pattern dependence, multiple, OCAML, providing, relationshipLeave a Comment

Is there a log4j appender connected to TestNG?

I use log4j and want the log messages that usually end in my logging tool to appear in the test report created by TestNG during my unit test.

I think this means a log4j Appender output to Tes

September 30, 2021By Simo Auto-Test Appender, log, Log4j, Whether TestNGLeave a Comment

Ceph Specifies OSD to create pool

https://my.oschina.net/wangzilong/blog/1549690

Mixed types of disks are allowed in the ceph cluster, for example, some disks are SSD , Part is STAT. If small high-speed disk SSDs for certain

September 30, 2021By Simo Load Balance Ceph, Created, OSD, Pool, specifiedLeave a Comment

Posts navigation

Page 1 … Page 383 Page 384 Page 385 … Page 590
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 2026 • ThemeCountry Powered by WordPress