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

Tag: utilization

Shell Programming: Use scripts to achieve NGINX’s guardianship restart

nginx_daemon.sh #!/bin/bash
#

this_pid=$$

while true
do
ps -ef | grep nginx | ​​grep -v grep | grep -v $ this_pid &> /dev/null

if [$? -eq 0 ];then
echo ” nginx is ok”
sleep 3
else

October 18, 2021By Simo Unix automatic, guardianship, Implementation, nginx, programming, Restart, Script, shell, utilizationLeave a Comment

[Data Structure] Establish Hufman Tree by Pile

Build a heap

#pragma once #include #include using namespace std;// Small pile templatestruct Less{ bool operator() (const T& l, const T& r) {return l struct Greater{ bool operator() (const T

October 15, 2021By Simo Data Structure build, Data Structure, HA, husband, Man, pile, Tree, utilizationLeave 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

Deploy Java Web Project with Jetty

1. Jetty installation

1, jetty

Download from the official website: jetty-distribution-8.1.15.v20140411

jetty-distribution-9.2.9.v20150224 .zip

Extract jetty directly to its

October 13, 2021By Simo Jetty deployment, Java, jetty, project, utilization, WEBLeave a Comment

Hibernate uses @Dynamicinsert and @Dynamicupdate to generate dynamic SQL statements

In using Hibernate4 recently, I found two very mysterious annotations @DynamicInsert and @DynamicUpdate

If it is in the configuration file That is, dynamic-insert and dynamic-update

The

October 12, 2021By Simo Hibernate Dynamicinsert, Dynamics, Dynamicupdate, Generation, Hibernate, SQL, Statements, utilizationLeave a Comment

Delivery problem with SQOOP imports

Use the following sqoop1 import when importing

sqoop import –connect jdbc:oracle:thin:@ip:port/ORCL –username user –password pwd –table db.table –target-dir /path –delete-target-dir -m

October 12, 2021By Simo Hadoop export, import, problem, separator, Sqoop, time, utilizationLeave a Comment

Cocos Creator uses Chrome debugging TS project

1. Add Chrome Debug configuration

Cocos Creator editor interface development ->VS Code Workflow->Add Chrome Debug Configuration

2.VSCode installs the Debug For Chrome plugin

3. Mo

October 7, 2021By Simo Cocos2dx Chrome, Cocos, creator, debugging, project, TS, utilizationLeave a Comment

Three data synchronization between the system in the system using WebService and JMS

The structure diagram of the jmsclient system is as follows:

The spring configuration file is as follows:

< ?xml version="1.0" encoding="UTF-8"?>

org.apache.activemq.jndi.Act

October 7, 2021By Simo WebService data, Implementation, JMS, room, Synchronization, system, three, utilization, WebServiceLeave a Comment

C # uses the CEF3 to take the list of Jingdong keyword product list, take the mobile phone as an example

Using c#’s cef3 to simulate browser operations, grab the list of keywords in the Jingdong Mall.

Get the product title, product id, product link, product price

public partial class Form1

October 4, 2021By Simo C# C #, CEF, CEF3, goods, grab, Jingdong, Keywords, listings, mobile phones, utilizationLeave a Comment

Using AIOHTTP to make asynchronous reptiles

Introduction
asyncio can implement single-threaded concurrent IO operations and is a commonly used asynchronous processing module in Python. Regarding the introduction of the asyncio module, the a

September 28, 2021By Simo Web Crawler AIOHTTP, asynchronous, crawler, production, utilizationLeave a Comment

Posts navigation

Page 1 Page 2
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