凯特林 凯特林
4年前
移动端H5开发常用技巧总结
html篇常用的meta属性设置meta对于移动端的一些特殊属性,可根据需要自行设置<meta name"screenorientation" content"portrait" //Android 禁止屏幕旋转<meta name"fullscreen" content"yes"             //全屏显示
Wesley13 Wesley13
4年前
DLX 求解数独
原文链接: DLX求解数独(https://my.oschina.net/ahaoboy/blog/4693206)https://www.cnblogs.com/grenet/p/3145800.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs
Stella981 Stella981
4年前
Spark 内存分配
Spark内存分配博客分类:sparkSpark1.5堆内存分配(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fdreamfly2016%2Fp%2F5720180.html)
Wesley13 Wesley13
4年前
Java中六大时间类的使用和区别
Java中六大时间类的使用和区别(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fgreatfish%2Fp%2F6036567.html)
Stella981 Stella981
4年前
JS组件系列——自己动手封装bootstrap
具体使用见转载地址!由于在使用过程中,出现了一点问题,所以在这里记录下来。先看html代码:<scripttype"text/javascript"$(document).ready(function(){$('.tree').treegridData({
Stella981 Stella981
4年前
Attribute
(摘自王逍同学的论文arxiv2019PedestrianAttributeRecognitionASurvey(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fwangxiaocvpr%2Fp%2F10162679.html))1\.
Wesley13 Wesley13
4年前
CSS定位问题(3):相对定位,绝对定位
引子:开始的时候我想先要解决一个问题,怎么设置一个div盒子撑满整个屏幕?看下面的html代码:XHTML12345<body<divid\"fatherbody"\<divclass\"item1"\</div</div</body
Stella981 Stella981
4年前
Elasticsearch笔记——了解Elasticsearch
什么是Elasticsearch(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.elastic.co%2Fguide%2Fcn%2Felasticsearch%2Fguide%2Fcurrent%2Frunningelasticsearch.html)?    E
Stella981 Stella981
4年前
MongoDB服务无法启动,windows提示发生服务特定错误:100
MongoDB服务无法启动,windows提示发生服务特定错误:100(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2FBGOnline%2Fp%2F6813804.html)
Easter79 Easter79
4年前
Tensorflow计算正确率、精确率、召回率
二分类模型的评价指标https://www.cnblogs.com/xiaoniu666/p/10511694.html参考tf的方法predictionstf.argmax(predict,1)actualstf.argmax(real,1)ones_like_actualstf.o