Stella981 Stella981
3年前
Spinner使用
1.在xml文件设立布局文件<Spinner    android:layout\_width"wrap\_content"    android:layout\_height"wrap\_content"    android:layout\_below"@id/b1"    andro
Wesley13 Wesley13
3年前
Glog使用
1.项目地址:https://github.com/google/glog(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fgoogle%2Fglog)2\.vs2015编译项目报错“intsnprintf(char\const,cons
Stella981 Stella981
3年前
RestTemplate使用
自定义HttpHeader和HttpBodyGET请求构造HttpHeaders对象,主要是安全验证HttpHeadersheadersnewHttpHeaders();headers.add("Date",auth.get(0));headers.
Stella981 Stella981
3年前
Android控件ListView简易使用(使用ArrayAdapter)
<?xmlversion"1.0"encoding"utf8"?<TextViewxmlns:android"http://schemas.android.com/apk/res/android"android:id"@id/tv"android:la
Stella981 Stella981
3年前
ARouter使用随记
官方文档地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Falibaba%2FARouter%2Fblob%2Fmaster%2FREADME_CN.md)其他配置1.创建一个config.gradleext{isDeb
Stella981 Stella981
3年前
Redis使用
1.配置 <dependency            <groupIdorg.springframework.boot</groupId            <artifactIdspringbootstarterdataredis</artifactId            <exclusions   
liam liam
1年前
使用小技巧:使用 Postman 批量发送请求
背景最近写了几个接口:获取books的接口获取likes的接口获取collections的接口但是我还是不放心,因为这些接口到底稳不稳定呢?上线后有没有隐患呢?所以我想做一个批量发送接口模拟\但是想要做到批量发送接口,必须要有一个条件批量发送。批量发送?起