Position: Home page » Pool » Water cooling and air cooling noise reduction of mining machiner

Water cooling and air cooling noise reduction of mining machiner

Publish: 2021-05-23 13:57:11
1. The header, encoding and data format of your Httpwebrequest are exactly the same as those of fiddler monitoring browser. If you don't know, you can continue to ask me.
2. There are several tools:
1. The famous LR, LoadRunner, is absolutely professional. After recording in Web mode, you can choose to execute get or post statements, or write get or post scripts yourself
2. Microsoft's famous tool web stress application, which can be used for batch stress testing of web pages in the way of post and get, is very good
3. Write your own loading tool: this may be more customized. It is suggested to write it in the form of "engine + script". The engine interface is to select the address, post / get method, access number, etc. the specific access statements can be loaded through the file or the interface in the engine, so that you can write your own "script" in the future test
hope to help you.
3. This should be set on the program
4.
web_custom_request(" login",< br />
" URL=http://{API_ROOT}/licence/login",< br />
" Method=POST",< br />
" TargetFrame=",< br />
" Resource=0",< br />" RecContentType=text/html",< br />" Snapshot=t7.inf",< br />
" Mode=HTML",< br />
" Body=App_Key=xxxxxx& App_Secret=xxxx",< br />
LAST);

5. 1. There are two ways to install postman
and download postman
1. Through the official website of postman, you can directly click the Internet search "postman"
to find it
click "get it now it & # 39; s free!” Download from chrome store
note: Chrome store needs to be outside the wall to download

2. Offline installation:

unzip the downloaded file "postman rest client"_ The structure of the content file is as follows:

Open chrome and select "options" & gt& gt;& quot; More tools & quot& gt;& gt;“ Extension program ",
can also be directly input in the address bar:“ chrome://extensions/ ”

check "developer mode"
and then click "load decompressed extension" to select the folder we downloaded and decompressed just now<

after installation, as shown in the figure:

2. Perform restful request test
Open Chrome's "application", or enter it directly in the address bar“ chrome://apps/ ”You can also open the application page
Open postman

get request:
enter the request URL in the address bar:
select the "get" mode,
Click & quot; Url params", Add URL params key:id , value:1
click "send" to get JSON data as follows:

if you want to post request:
enter the request URL in the address bar:
select "post" mode,
Click & quot; application/x-www-form-urlencoded",
Add key:name , value:-lulee007
Add key:sex , value:man

note: whether the request supports post requests is determined by the server
if the server needs the request type to be JSON, you need to add
in "headers" key:Content-Type , value:application/json
select "raw" and add:
{
& quot; id": 1,
" data": {< br />" name": & quot;- lulee007",< br />" sex": & quot; man"
}
}

precautions
the addresses here are all for local testing. Please change them to the addresses you need to test when debugging
6. HTTP requests pass strings. In this case, XML is generally used as the information carrier. The Java class is converted to XML, and the client gets XML and then converted to Java class. UserDTOuser=newUserDTO();// Fill in userxstreamxstream = newxstream()// Using xStream to convert POJO and XML string / / httppost connection
7. You can use postman or soapUI to simulate test tools
8. There's something wrong with the HTML code, in principle & lt/ head> At the end of the page, so you just find this page and correct the error.
9. If the template you use does not have a sidebar, that is, there is no sidebar calling code added to the template. You can refer to the default template, and modify the CSS of the template after adding the code
Hot content
Inn digger Publish: 2021-05-29 20:04:36 Views: 341
Purchase of virtual currency in trust contract dispute Publish: 2021-05-29 20:04:33 Views: 942
Blockchain trust machine Publish: 2021-05-29 20:04:26 Views: 720
Brief introduction of ant mine Publish: 2021-05-29 20:04:25 Views: 848
Will digital currency open in November Publish: 2021-05-29 19:56:16 Views: 861
Global digital currency asset exchange Publish: 2021-05-29 19:54:29 Views: 603
Mining chip machine S11 Publish: 2021-05-29 19:54:26 Views: 945
Ethereum algorithm Sha3 Publish: 2021-05-29 19:52:40 Views: 643
Talking about blockchain is not reliable Publish: 2021-05-29 19:52:26 Views: 754
Mining machine node query Publish: 2021-05-29 19:36:37 Views: 750