Stella981 Stella981
3年前
Python爬虫:抓取手机APP的数据
1、抓取APP数据包方法详细可以参考这篇博文:http://my.oschina.net/jhao104/blog/605963(http://my.oschina.net/jhao104/blog/605963)得到超级课程表登录的地址:http://120.55.151.61/V2/StudentSkip/loginCheckV4.act
Stella981 Stella981
3年前
Android toolbar 标题精确居中 不会因返回键偏移
1\.总的布局文件<android.support.design.widget.CoordinatorLayoutxmlns:android"http://schemas.android.com/apk/res/android"xmlns:app"http://schemas.android.com
Stella981 Stella981
3年前
Linux自动检测网站心跳通知shell脚本
!/bin/bashLIST("http://xxxx.com")NAME("评价系统getwindowList接口")for((i0;i<${LIST@};i))doHTTP_CODEcurlo/dev/nullsw"%{http_code}""${LIST
Stella981 Stella981
3年前
AsyncTask
import java.io.ByteArrayOutputStream;import java.io.InputStream;import org.apache.http.HttpResponse;import org.apache.http.client.HttpClient;import org.apac
Easter79 Easter79
3年前
Spring错误——Spring AOP——org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException
背景:学习切面,测试前置通知功能,xml配置如下<?xmlversion"1.0"encoding"UTF8"?<beansxmlns"http://www.springframework.org/schema/beans"xmlns:xsi"http:/
Stella981 Stella981
3年前
SpringBoot2.0配置durid数据源
pom依赖<?xmlversion"1.0"encoding"UTF8"?<projectxmlns"http://maven.apache.org/POM/4.0.0"xmlns:xsi"http://www.w3.org/2001/XMLSchemainstance"
Stella981 Stella981
3年前
Node.JS vs PHP CLI Server 简单的HTTP服务器性能测试
环境:64位Ubuntu14.04,i53230MPHP5.4.31withZendOPcacheNode.JS0.10.35Node.JS测试varhttprequire('http');http.createServer(function(req,res){   res.
Stella981 Stella981
3年前
DevOps工具
来源文章:http://www.infoq.com/cn/news/2016/09/learndevopsfromreports?utm\_sourceinfoq&utm\_mediumpopular\_widget&utm\_campaignpopular\_content\_list&utm\_contenthomepage(http
Easter79 Easter79
3年前
Spring之级联属性
新建XML文件<?xmlversion"1.0"encoding"UTF8"?<beansxmlns"http://www.springframework.org/schema/beans"xmlns:xsi"http://www.w3.org/2001/XMLSchemainsta
Stella981 Stella981
3年前
AS中的minSdkVersion、compileSdkVersion、targetSdkVersion、buildTools及tools关系和区别
1、参考文章关于compileSdk、minSdk、targetSdk的文章http://chinagdg.org/2016/01/pickingyourcompilesdkversionminsdkversiontargetsdkversion/关于tools的文章http://blog.csdn.net/mooreliu/a