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

Tag: Implementation

First school Redux realizes Todolist

1. Why use redux

1. React is just a js library for building user interfaces
2. For calling parent-child components, you can only pass values ​​level by level through the way shown on the lef

October 21, 2021By Simo React Beginner, Implementation, REDUX, TodolistLeave a Comment

Use Flex layout to achieve width adaptive

1. Fixed on both sides, adaptive in the middle

.box{ width: 100%; display: flex; height: 300px; } .left{ < div> width: 100px; height: 200px; background-color:red; } .right{

October 20, 2021By Simo Flex adaptive, Flex, Implementation, layout, use, widthLeave a Comment

Implement AJAX requests with dojo: XHR, cross-domain, and other

Easily implement Ajax requests on any browser is the original intention of every Ajax framework. Dojo undoubtedly provides very rich support in this regard. In addition to XMLHttpRequest, dynamic s

October 20, 2021By Simo Dojo Ajax, and other, cross, dojo, Domain, Implementation, Request, XHRLeave a Comment

Dojo small example (33) dojo.request.script Implement cross-domain through JSONP

dojo/request/script implements cross-domain request data through JSONP, and requires back-end cooperation to return Javascript code:

require([“dojo/request /script”, “dojo/json”],function(scr

October 20, 2021By Simo Dojo cross, dojo, Dojo.request.script, Domain, example, Implementation, JSONP, Request, Script, ThroughLeave a Comment

CSS implements the fork

css tick .tick {position: relative; display: inline-block; width: 40px; height: 40px; border- radius: 20px; background: gray;}.tick:before, .tick:after {background: white; position: absolute; conte

October 19, 2021By Simo CSS CSS, Fork, Hook, ImplementationLeave a Comment

Third, use FFMPEG + NGINX + RTMP under Windows to build a live stream, draw

One. Environment 1. Development environment: windows

2. Development tools: FFmpeg, nginx, nginx-rmtp-module

(Link: https://pan.baidu.com/s/119d2GeMzddas_wEsBdeInw Extraction code: lxmp)

October 19, 2021By Simo Windows build, environment, FFMPEG, FFMPEG + NGINX + RTMP, Flow, Implementation, live, nginx, pull, Push, RTMP, Third, Used, windowsLeave a Comment

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

Shell script does not use Data functions to implement a date query

The shell script realizes the query N days before or N days after the specified date 1 1 span> #!/bin/bash
2 func(){
3 read -p “Please enter the year, month and day (format: 2019-01-01): ”

October 18, 2021By Simo Unix data, Date, function, Implementation, no, query, Script, shellLeave a Comment

Conversion of recursive functions to asynchronous CPS implementation (JavaScript)

This is my function.

function duplicate_step_through_highlighted (element_jq, target_jq, char_cb) {
console. log( element_jq);
var contents = element_jq.contents();
for (var i = 0; i }
}

October 17, 2021By Simo Mathematics asynchronous, conversion, CPS, function, Implementation, JavaScript, Recursive, willLeave a Comment

One way command to achieve a CPU usage 100%

for i in `seq 1 $(cat /proc/cpuinfo |grep “physical id” |wc -l)`; do dd if=/dev/zero of=/dev/null & done

Description:

cat /proc/cpuinfo |grep “physical id” | wc- l The number of CPUs ca

October 17, 2021By Simo Os Theory 100%, CPU, Implementation, occupation, one line, order, rateLeave a Comment

Posts navigation

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