Asp.netCore Summary of restful webapi
Last article recorded The concept of WebApi and simple cognitive WebApi , let's explore its applicable scenarios and how to use it today.
Let's briefly talk about the characteristics of WebApi, WCF and WebService, which are widely used:
I. WebService is a lightweight and independent communication technology that can receive requests from other ...
Posted by plex303 on Wed, 17 Jun 2020 18:57:02 -0700
[Asp.netCore Series] 1 takes you throughAsp.netCore
0. Preface
This is a new series namedASP.NETCore gets started in real life.This series of presentationsASP.NETCore MVC, which assists with some front-end basics (can be used to achieve what we need, not the main topic).This series will also be introduced laterASP.NETCore platform for other types of projects, and lead you to develop a website or ...
Posted by wilded1 on Wed, 10 Jun 2020 15:52:02 -0700
Asp.Net MVC based on Fleck's development of multi person web chat room
1, Core description of the project
1. Fleck is a relatively simple third-party component to implement websocket, which does not need to install additional containers. There are also several interfaces available.
2. The project is based on. net framework 4.7.2, developed on vs2019, and has not tried to run on the lower version. However, the new ...
Posted by Chris92 on Sun, 31 May 2020 04:15:54 -0700
Web Api service registration and discovery based on Zookeeper
Installation and differences
Please refer to my last article for Zookeeper installation http://www.cnblogs.com/woxpp/p/7700368.html
Service provision and consumption based on Nginx
Service registration and discovery based on zookeeper
The load balance of zk can be adjusted. Nginx is only able to adjust the weight, and other things t ...
Posted by Tarsonis21 on Sun, 03 May 2020 18:18:58 -0700
Asp.net containerization
Note: This article is only used to discuss asp.net containerization. It is not recommended to use it in production environment (docker image is too large!!!)
Install docker
Prepare a windwindows server 2016, and execute the following fame and fortune in PowerShell
Install-Module DockerProvider -Force
Install-Package Docker -ProviderName D ...
Posted by LDM2009 on Fri, 03 Apr 2020 20:50:30 -0700
S3C2440A clock system
S3C2440A clock system
Clock system
register
This paper is based on the learning notes of weidongshan video
Clock system
S3C2440A_UserManual_Rev13.pdf
OVERVIEW
The Clock & Power management block consists of three parts: Clock control, USB control, and Power control.
The Clock control logic i ...
Posted by Reviresco on Mon, 16 Mar 2020 04:36:04 -0700
How does ThinkPHP 6.0 analyze IIS logs?
Scenario: there is a server with IIS architecture. I want to know how one js (index.js) is called by other websites every day. First, Download all the IIS log schema a TP6.0 program and put it into the runtime/log folder.
public function checkIndexJs()
{
$file = root_path() . DIRECTORY_SEPARATOR . 'runtime' . DIRECTORY_SEPARATOR ...
Posted by prawn_86 on Sat, 14 Mar 2020 09:14:53 -0700
No.4-Heist-easy-HTB-walkthrough
No.4-Heist-easy-HTB-walkthrough
Attacker: Official Kali linux 2019 64 bit
By Ikonw
Introduction of drone aircraft
1, Port scan
nmap -sV -sC heist.htb
Nmap scan report for heist.htb (10.10.10.149)
Host is up (0.25s latency).
Not shown: 997 filtered ports
PORT STATE SERVICE VERSION
80/tcp ...
Posted by jason.carter on Sun, 26 Jan 2020 01:26:48 -0800
IIS deployment issues collection
1,
Server error in '/' application.
Compile error
Description: an error occurred during compilation of the resources required to service the request. Check the following specific error details and modify the source code as appropriate.Compiler error message: CS0016: failed to write to output file "C: \ windows \ Microsoft. Net \ fram ...
Posted by joesaddigh on Wed, 18 Dec 2019 09:33:02 -0800
filebeat collects IIS logs into es
If you need to collect IIS logs in your work, you can use the filebeat component;
Log format resolution of iis:
Log example:
#Software: Microsoft Internet Information Services 7.5
#Version: 1.0
#Date: 2019-03-14 00:00:00
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc- ...
Posted by timc37 on Mon, 02 Dec 2019 20:29:53 -0800