懒羊羊softwaretesting

导航

2018年4月28日 #

python字符串转换成数字

摘要: Action(){ int i; char *s="{str}"; i=atoi(lr_eval_string(s)); lr_output_message("%d",i); return 0;} 阅读全文

posted @ 2018-04-28 18:27 懒羊羊呐 阅读(794) 评论(0) 推荐(0) 编辑

mysql缓存

摘要: 查看mysql缓存情况: show variables like "%CACHE%" 阅读全文

posted @ 2018-04-28 17:20 懒羊羊呐 阅读(103) 评论(0) 推荐(0) 编辑