Stella981 Stella981
4年前
MediaWiki自动登陆和更新页面
Mediawiki系统开放了API,向wiki系统的api.php发送http请求,可实现很多功能。1.登陆:原理可查看mediawikiapi文档\LoginuserName'\\\'password'\\\'headersdict()headers\'ContentType'\'ap
Stella981 Stella981
4年前
IDEA中通过docker插件部署springboot项目
docker相关部分windows系统安装/升级Docker客户端对于Windows10专业版以下的用户,推荐使用DockerToolboxWindows安装文件:http://mirrors.aliyun.com/dockertoolbox/windows/docker
Wesley13 Wesley13
4年前
分布式事务 TCC
摘要:原创出处http://www.iocoder.cn/TCCTransaction/builddebuggingenvironment/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.iocoder.cn%2FTCCTransaction%2Fbuilddebu
Stella981 Stella981
4年前
CoordinatorLayout + AppBarLayout 的简单使用及解决滑动抖动问题
第一步:导入相应的design包1dependencies{2......3implementation'com.android.support:design:27.1.0'4}第二步:布局文件1<LinearLayoutxmlns:android"http://s
可莉 可莉
4年前
205. Isomorphic Strings
Question205\.IsomorphicStrings(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fleetcode.com%2Fproblems%2Fisomorphicstrings%2Fdescription%2F)!(http://7
Stella981 Stella981
4年前
GuozhongCrawler系列教程 (3) PageProcessor详解
      PageProcessor是所有PageRequest请求完成后处理的接口。例如:startContext.createPageRequest("http://my.oschina.net/u/1377701/blog/425984",OschinaProcessor.class)即可指定处理页面结果此时重写OschinaProcessor
Stella981 Stella981
4年前
205. Isomorphic Strings
Question205\.IsomorphicStrings(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fleetcode.com%2Fproblems%2Fisomorphicstrings%2Fdescription%2F)!(http://7
Stella981 Stella981
4年前
4412开发板搭建Uboot、Kernel和Android4.0的编译环境方法
本文转自迅为4412开发板实战教程书籍:http://www.topeetboard.com(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.topeetboard.com)
Stella981 Stella981
4年前
Session中清除对象方法比较
转载。https://blog.csdn.net/u014401141/article/details/51816308Session中清除对象方法比较  http://blog.csdn.net/dongzhiquan/article/details/5446965(https://www.oschina.net/action/GoToLi
Stella981 Stella981
4年前
Spark 之SparkContext 源码精读3
书接上文(http://my.oschina.net/corleone/blog/652484),SparkContext的CoarseGrainedSchedulerBackend已创建完毕,并且Driver也可以通过DriverEndpoint发消息了。让咱们再回到CoarseGrainedSchedulerBackend的子类,SparkDep