In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
Purpose: to intercept: return status for review; do comparison.
char * number;
char * number1;
char * number2;
char * number3;
char *strTest="[2017-05-19 18:18:04] Return status is under review";
char *strTest1,*strST2;
//char *getnumber1;
//Step 1:
//number=(char *)strtok(lr_eval_string("abc&12& Shenzhen Stock Exchange &ttt"),"&"); //Get the first variable
number=(char *)strtok(lr_eval_string("[2017-05-19 18:18:04] Return status is under review"),"[");
// [2017-05-19 18:18:04] Return status is under review
//get the first variable
lr_output_message("number=%s",number);
//Step 2:
number1=(char *)strtok(number,"]"); //This sentence takes the intermediate variable value
lr_output_message("number1=%s",number1);
number2=(char *)strtok(number1," "); //This sentence takes the third variable value
lr_output_message("number2=%s",number2);
//------------------------------------
strTest1 = (char *)strrchr(strTest,']');
lr_output_message("Is the result: %s", strTest1);
strST2 = (char *)strrchr(strTest1,']');
lr_output_message("Is the result: %s", strST2);
number1 =(char *)strtok(strST2,"]"); //This sentence takes the intermediate variable value
lr_output_message("number1= equals: %s",number1);
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.