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

Tag: Implementation

[Data Structure] C language implementation single-link table

Implement a basic singly linked list in C language Structure First, we define a structure Node

typedef int DataType;typedef struct Node{ int data; struct Node* next;}Node,*PNode; In this stru

October 15, 2021By Simo Data Structure C language, Data Structure, Implementation, linked list, singleLeave a Comment

Experiment: Establish a private CA, and achieve a certificate of issuance (20190123 afternoon)

Certificate application process:
centos6 is the host that needs certificate services, centos7 is the server
1, establish a CA
1, [[emailprotected] ~]# tree /etc/pki/CA
/etc/pki/CA
├── certs
├─

October 15, 2021By Simo Centos CA, Certificate, Establishment, experiment, First, Implementation, in the afternoon, issuance, privateLeave a Comment

Using ZooKeeper to achieve distributed lock and service registration center

Original text: Using Zookeeper to realize distributed lock and service registration center

For the definition and principle of Zookeeper, there are already many excellent articles on the Inte

October 14, 2021By Simo ZooKeeper center, distributed, Implementation, lock, registration, service, utilization, ZookeeperLeave a Comment

Consistency hash algorithm implementation (pseudo code)

Refer to this blog for the principle of consistent Hash algorithm, and the introduction is more detailed: https://www.cnblogs.com/lpfuture/p/5796398.html

Preset scene: all requests Then, acco

October 14, 2021By Simo ZooKeeper Algorithm, code, Consistency, Hash, Implementation, PseudoLeave a Comment

SpringCloud implementation service call (RESTTTEMPLATE mode)

The previous article “Spring Cloud Building Registration Center and Service Registration” introduced the construction of the registration center and service registration. This article will introduc

October 14, 2021By Simo Spring call RESTTEMPLATE, Implementation, room, service, SpringCloudLeave a Comment

5 implementations of talking DB and cache consistency

Data is stored in the database. In order to speed up business access, we put some data in the database in the cache. Then the question is, how to ensure the consistency of the data in the db and th

October 14, 2021By Simo ZooKeeper Cache, Consistency, DB, Implementation, species, TalkLeave a Comment

ZooKeeper implements distributed lock safety

Background ConnectionLoss link is lost SessionExpired session expired Bypass zookeeper broker for status notification leader election Disconnect from zkNode Do idempotent Static expansion, dynamic

October 14, 2021By Simo ZooKeeper distributed, Implementation, lock, safe, usage, ZookeeperLeave a Comment

Springboot Implementation Timer Timer Processing Tasks

Recently encountered a problem in the project. For a newly created activity, the activity set the start time and end time, which is just a status code change in the database. However, there is a pr

October 14, 2021By Simo Spring Implementation, Processing, Springboot, Task, timed, TimerLeave a Comment

Jetty9-implemented Java version of WebcokeT server and client

Continued from the above, “A brief analysis of the websocket protocol”. Share the webcoket server and client demo based on jetty9 to implement java version.
There is no theory, not much to say, t

October 13, 2021By Simo Jetty Based on, client, Edition, Implementation, Java, jetty, Jetty9, net, Services, WebcoketLeave a Comment

Springboot2 integrate DROOLS rules engine to achieve efficient business rules

The source code of this article: GitHub·click here|| GitEE·click here

(1), demonstration drl file format

package droolRule ;
import org.slf4j.Logger
import org.slf4j.LoggerFactory ;
di

October 13, 2021By Simo Spring business, Drools, Efficient, Engine, Implementation, integration, Rules, Springboot, Springboot2Leave a Comment

Posts navigation

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