框架
王焕龙
Hello world!
展开
-
C++ libxl库读写Excel
#include<iostream>#include<stdio.h>#include <windows.h>#include "libxl.h"using namespace std;using namespace libxl;#pragma comment(lib,"libxl.lib")int main(){ Book* bo...原创 2019-03-26 17:00:32 · 1152 阅读 · 0 评论 -
OkHttp请求使用案例
post 请求 public void post(String url, String mobile_brand, String token) { RequestBody formBody = new FormBody.Builder() .add("third_tag", "1") .add(...原创 2019-06-10 11:07:58 · 761 阅读 · 0 评论 -
利用com.google.i18n.phonenumbers.PhoneNumberUtil获取手机国家地区区号
pom中 <dependency> <groupId>com.googlecode.libphonenumber</groupId> <artifactId>libphonenumber</artifactId> <version>8.0....原创 2019-06-10 14:54:17 · 5507 阅读 · 0 评论