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

Tag: design

TDD – Jasmine Test CoffeeScript (Settimeout) .tohaveBeenCalledwith

In the process of learning Jasmine, I encountered this problem. I want a basic function to run, and then set a timeout to call myself again… simple things.

class @LoopObj
constructor: ->

September 30, 2021By Simo Design Pattern CoffeeScript, design, Jasmine, Settimeout, TDD, test, TohaveBeencalledwithLeave a Comment

Is the top or bottom design?

In my memory, most people tell me that I should design from top to bottom. If I want to implement a web page, I should draw or draw this page on paper, Then divide it into some functions. For each

September 30, 2021By Simo Design Pattern design, or bottom, TDD, TopLeave a Comment

Domain Drive Design – DDD and entity libraries, models using multiple identity types

I have a model that looks like this:

public interface IEntity
{
int Id {get; set; }
} Then my idea is to let my entity inherit from this interface:

public class User: IEntity
{
public

September 30, 2021By Simo Design Pattern DDD, design, Domain, Drive, entity, Identity, Library, model, multiple, type, usageLeave 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

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

ASP.NET – View .aspx page in a separate design and source tab in Visual Studio

We have three options to view any .aspx page in a tab

>Design
>Source
>Split

How can we view Design and Source in separate tabs on any aspx page?

Or if this is not possible!! Can

September 29, 2021By Simo Asp ASP, ASP.NET, ASPX, card, design, Medium, options, page, Separate, source, Studio, view, VISUALLeave a Comment

ASP.NET Open Source Process Engine API Development Call Interface Daquan – Workflow Engine Design

Keywords: Workflow Engine BPM System Interface Calling Workflow Rapid Development Platform Workflow Flow Design Business Process Management Asp.net Open Source Workflow

I. Program Call Develo

September 29, 2021By Simo Asp API, ASP, ASP.NET, call, Daquan, design, Development, Engine, Interface, open source, process, WorkflowLeave a Comment

F # – Design system architecture for real-time acquisition and “control”

Brief description of the requirements

(There are many good answers here, thank you all, if I get this flight, I will update it).

The detector runs along the orbit and measures several d

September 28, 2021By Simo Web Crawler acquisition, architecture, control, design, real-time, systemLeave a Comment

Visual-Studio-2010 – Add right-click to text box User Controls in Visual Studio Designer?

I have a text box user control, when I double-click, it adds the Text_Changed monitoring method to the code I can fill in.

How to make Does it add my Right_Click listener method or Left_Click

September 28, 2021By Simo Visual Studio Add, box, control, design, middle, Right-click, Studio, Text, user, VISUALLeave a Comment

Design a deep insight to design virtual reality user experience

The immersive experience shares the same core components as the interfaces we see every day. Common interfaces follow a common pattern: Participate, cultivate identity, accomplish goals, and finall

September 26, 2021By Simo Tablet design, experience, insight, profound, user, virtual realityLeave a Comment

Posts navigation

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