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.

Database – data aggregation in microseconds in KDB units

How to use the xbar function to aggregate the rows in a table in a 10-microsecond column. The table consists of the columns timestamp and val. For aggregation in milliseconds, I already know that I

September 30, 2021By Simo Design Pattern aggregation, data, database, KDB, microseconds, strips, UnitLeave a Comment

Interface Automation Architecture – 2

Get test cases

import xlrd

from lib.log import atp_log
class OpCase(object):
def get_case(self,file_path):
case = []
if file_path.endswith(‘.xls’) or file_path .endswith(‘.xlsx ‘):

September 30, 2021By Simo Auto-Test architecture, automation, InterfaceLeave a Comment

Dependent the injection – Does the settings and the absorbers really break SRP?

I recently read an article that describes that they may obviously break the SRP. And now I am completely confused because I have written some single courses with setters and getters for a long time

September 30, 2021By Simo Design Pattern break, dependence, injection, Person, setting, SRP, suction, trueLeave a Comment

PyinStaller packs multi-files into EXE Add to version information

Last week, the first version of the automated test package (packaged into an exe) was released to R&D. This week, the test code for page changes has been adjusted, so another version will be releas

September 30, 2021By Simo Auto-Test EXE, form, multi-file, Packaging, PyinstallerLeave a Comment

When I don’t want to use aggregate, I should use Pivot to convert SQL Server 2008 row value to column names?

I am trying to master the manipulation of table data into a more visually attractive output format. This may be part of the problem, because what I want may be for a separate reporting software. <

September 30, 2021By Simo Design Pattern aggregate, column name, conversion, Do not want, Pivot, Row, server, SQL, time, use, value, whether it shouldLeave a Comment

RESTful API test using JMeter

Where to set the attributes for optimal script reuse

Since cloud-enabled applications can usually be copied and deployed easily and quickly, they can be tested in a variety of environments. I

September 30, 2021By Simo Auto-Test API, JMeter, Perform, Restful, test, UsingLeave a Comment

The arrival of the RPA means the end of the BPO?

The BPO (Business Process Outsourcing) industry has been looking for ways to reduce costs and increase productivity in order to better improve the quality of outsourcing services.

With the bo

September 30, 2021By Simo Auto-Test arriving, BPO, end, means, RPALeave a Comment

Dependent injection – Sitecore: will depend on the SiteCore component

I use Sitecore 8.1 MVC and Autofac as DI. I want to know what is the recommended way to inject parsed objects into objects created by Sitecore, such as pipelines, commands, calculated fields, etc..

September 30, 2021By Simo Design Pattern Component, Dependent, injection, SitecoreLeave a Comment

How to use custom column names (using “by”) Data.Table without using “: =”?

I know I can do this

a <- dt[,sum(x), by=y ] I can do this too

dt[,z:=sum(x), by=y] # this would modify dt But I don’t know why I can’t do this:

a <- dt[,z=sum(x), by=y] < p>How t

September 30, 2021By Simo Design Pattern aggregate, column name, customize, data, Data.Table, how to use, table, useLeave a Comment

CVM single-node cluster configuration

The following commands are executed after logging in to CVM

1) Create a cluster

cluster -s cvm_ip create

2) View cluster status< /p> cluster status

3) Stop the cluster

September 30, 2021By Simo Load Balance cluster, configuration, CVM, Node, singleLeave a Comment

Posts navigation

Page 1 … Page 70 Page 71 Page 72 … 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