凯特林 凯特林
4年前
移动端H5开发常用技巧总结
html篇常用的meta属性设置meta对于移动端的一些特殊属性,可根据需要自行设置<meta name"screenorientation" content"portrait" //Android 禁止屏幕旋转<meta name"fullscreen" content"yes"             //全屏显示
Wesley13 Wesley13
3年前
Java服务安装包下载
jdk8u221linuxx64.tar.gz https://www.oracle.com/technetwork/java/javase/downloads/jdk8downloads2133151.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.or
Wesley13 Wesley13
3年前
Java性能调优:利用VisualVM进行性能分析
!(https://oscimg.oschina.net/oscnet/d1a425d3a057414db044e577afe8f787.png)来源:https://www.cnblogs.com/xifengxiaoma/p/9402497.html作者:朝雨忆轻尘❞JVisualVM简介
Stella981 Stella981
3年前
Spark 内存分配
Spark内存分配博客分类:sparkSpark1.5堆内存分配(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fdreamfly2016%2Fp%2F5720180.html)
Wesley13 Wesley13
3年前
Java中六大时间类的使用和区别
Java中六大时间类的使用和区别(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fgreatfish%2Fp%2F6036567.html)
Stella981 Stella981
3年前
JS组件系列——自己动手封装bootstrap
具体使用见转载地址!由于在使用过程中,出现了一点问题,所以在这里记录下来。先看html代码:<scripttype"text/javascript"$(document).ready(function(){$('.tree').treegridData({
Stella981 Stella981
3年前
Attribute
(摘自王逍同学的论文arxiv2019PedestrianAttributeRecognitionASurvey(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fwangxiaocvpr%2Fp%2F10162679.html))1\.
Stella981 Stella981
3年前
GF4 实验九 【Alpha】Scrum Meeting 6
第六天:2020.6.17前言项目内容时间2020.6.17作业要求链接https://www.cnblogs.com/nwnudaizh/p/13089324.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblog
Stella981 Stella981
3年前
C#中string.format用法详解
string.Format对C字符串格式化(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fitjeff%2Fp%2F5775665.html)
Easter79 Easter79
3年前
Tensorflow计算正确率、精确率、召回率
二分类模型的评价指标https://www.cnblogs.com/xiaoniu666/p/10511694.html参考tf的方法predictionstf.argmax(predict,1)actualstf.argmax(real,1)ones_like_actualstf.o