劳伦斯 劳伦斯
4年前
如何用 JS 实现二叉堆
这是第90篇不掺水的原创,想获取更多原创好文,请搜索公众号关注我们吧本文首发于政采云前端博客:如何用JS实现二叉堆(https://zoo.team/ar
不是海碗 不是海碗
2年前
从图片提取文字的终极解决方法 ——【通用文字识别 API】
通用文字识别技术,也称为OCR(OpticalCharacterRecognition,光学字符识别),就是一种将图像或扫描件中的文字识别出来并转化为可编辑、可搜索的数字化文本的技术。
Stella981 Stella981
3年前
Docker 安装 MariaDB
1dockersearchmariadb搜索mariadb镜像(非必须)2dockerpullmariadb下载docker镜像3dockerimages查看本地已有的所有镜像4mkdirp/data/mariadb/data建一个目录作为和容器的映射目录5dockerrunnamemariadb
Stella981 Stella981
3年前
CentOS 7 安装 mysql workbench
centos7.4安装mysqlworkbench最新版,启动失败,报错如下;mysqlworkbenchbinkilledbySIGSEGV。网络搜索后无解,后在mysql论坛找到解决方案。链接如下:https://forums.mysql.com/read.php?152,661138,663325(https://www.os
Stella981 Stella981
3年前
ELK部署检测nginx日志demo
ELKE:ElasticSearch搜索引擎存储https://www.elastic.co/cn/downloads/elasticsearch(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.elastic.co%2Fcn%2Fdownloads%2F
Stella981 Stella981
3年前
CodeBlocks下载与安装教程
<divclass"htmledit\_views"id"content\_views"<p一、下载教程</p<p1.在浏览器上搜索CodeBlocks官网或者直接输入网址<ahref"http://www.codeblocks.org/"rel"nofollow"http://www.codeblocks.org/进入Co
Stella981 Stella981
3年前
Not recognizing known sRGB profile that has
eclipse转androidstudio一直卡在报libpngwarning:iCCP:NotrecognizingknownsRGBprofilethathasbeenedited错误上,网上搜索的教程都是简单的说用工具转换,操作步骤不太仔细,经过多次实践终于把这个问题解决。详细步骤:1、下载ImageMag
Wesley13 Wesley13
3年前
C# 软件开机启动
如果需要查看更多文章,请微信搜索公众号csharp编程大全,需要进C交流群群请加微信z438679770,备注进群,我邀请你进群!!!usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentMod
风花雪月 风花雪月
2年前
django登录状态保持(自学记录)
1、网上搜索,可以用django自带的login()。但是,自己使用都活报错“'xxx'objecthasnoattribute'meta'”。2、使用session来保存用户登录状态。能使用,但是没有找到设置保持时长的方法。编写views中login的函
小万哥 小万哥
1年前
Python 安装与快速入门
Python安装许多PC和Mac已经预装了Python。要检查在WindowsPC上是否安装了Python,请在开始菜单中搜索Python,或在命令行(cmd.exe)上运行以下命令:BashC:\Users\YourNamepythonversion要检