1. Calculate the birth date, age, and gender (18 digits) based on the ID card number)
Copy codeThe Code is as follows: // obtain the ID card number
Var UUserCard = $ ("# UUserCard"). val ();
// Obtain the Date of birth
// UUserCard. substring (6, 10) + "-" + UUserCard. substring (10, 12) + "-" + UUserCard. substring (12, 14 );
// Obtain gender
If (parseInt (UUserCard. substr (16, 1) % 2 = 1 ){
// Male
} Els
For example, I have developed a microservices and want to test how well they perform under large concurrent requests.A convenient approach is to use tool JMeter to construct these requests.To create a new project:Create a new thread Group, meaning that the project will use 3 threads to send the request at the same time, each request executes once.In this thread group, create a new HTTP request that maintains the following properties.
Protocol:https
Server Name:
Http Request Meth
Applies to the management of archives in OA projects.
1. Calculate the birth date, age, and gender (18 digits) based on the ID card number)CopyCodeThe Code is as follows: // obtain the ID card numberVaR uusercard = $ ("# uusercard"). Val ();// Obtain the Date of birth// Uusercard. substring (6, 10) + "-" + uusercard. substring (10, 12) + "-" + uusercard. substring (12, 14 );// Obtain genderIf (parseint (uusercard. substr (16, 1) % 2 = 1 ){// Male}
Let's call it "using multithreading to get a large number of data methods." Assuming that our requirement is to get 10W orders through the Web service, my solution is to split into 10 threads per thread transmission 1W Order segment acquisition, specifically see the following flowchart and its description
1, flow chart
2, Process Description:
Thread 1 starts the request interface to obtain 1W data, whe
For example, I have developed a microservices and want to test how well they perform under large concurrent requests.A convenient approach is to use tool JMeter to construct these requests.To create a new project:Create a new thread Group, meaning that the project will use 3 threads to send the request at the same time, each request executes once.In this thread group, create a new HTTP request that maintains the following properties.
Protocol:https
Server Name:
Http Request Meth
This example for you to share the ASP.net micro-letter customer service interface of the specific code for your reference, the specific content as follows
Kf_account.cs Code:
Public partial class Kf_account:form {private readonly datatable Adt_user = new DataTable ();
Private readonly String as_inifile = Application.startuppath + "\\user.ini";
Public Kf_account () {binduser (); private void Binduser () {if (!
File.exists (As_inifile))
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.