logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python图片识别easyocr:Downloading detection model, please wait. This may take several minutes depending

python图片识别easyocr:Downloading detection model, please wait. This may take several minutes depending upon your network connection.初次认识easyocr,初衷是为了解决网站因为有验证码所以需要图片识别功能easyocr安装pip3 install easyocreasyo

#python#开发语言#后端
python替换文件内容

python替换文件内容替换前文件内容hellonicetomeetyouhellonicetomeetyouhellonicetomeetyouhellonicetomeetyouhellonicetomeetyouhellonicetomeetyou代码"""@File:MyReplace.py@Contact :zhangyin@newlink.com@Modify Time@Author@

#python#开发语言#后端
python执行shell命令

python执行shell命令import osimport subprocessdef run_cmd_system(command):try:print(f"通过system运行run command: {command}")os.system(command)except Exception as e:print(f"命令运行失败!{e}")raise e# 第一种,通过os.system执

#python#开发语言#后端
python图片识别easyocr:Downloading detection model, please wait. This may take several minutes depending

python图片识别easyocr:Downloading detection model, please wait. This may take several minutes depending upon your network connection.初次认识easyocr,初衷是为了解决网站因为有验证码所以需要图片识别功能easyocr安装pip3 install easyocreasyo

#python#开发语言#后端
云主机linux个人博客安装hugo并配置到nginx

linux个人博客安装hugo我的云主机是64位的打开hugo的github传送门下载到云主机[root@hecs-82454 local]# wget https://github.com/gohugoio/hugo/releases/download/v0.88.1/hugo_0.88.1_Linux-64bit.tar.gz下载时间可能比较长,等待一下接下来解压下载下来的压缩包[root@h

#nginx#linux#运维
JSON.parseObject与JSONObject.parseObject的区别

JSON.parseObject与JSONObject.parseObject的区别根据源码显示:JSON是一个抽象类,JSON中有一个静态方法parseObject(String text),将text解析为一个JSONObject对象并返回;JSONObject是一个继承自JSON的类,当调用JSONObject.parseObject(result)时,会直接调用父类的parseObject

NGINX部署vue+springboot项目

NGINX部署vue+springboot项目部署Vue首先将vue打包出来的dist文件放到nginx/html下,不是将整个文件夹放进去,而是将文件内的文件放进去[root@hecs-82454 html]# ls50x.htmlcssfavicon.icofontsindex.htmljs然后修改配置文件nginx/conf/nginx.conf...

#nginx#spring boot#java
Vue2项目命令行方式的创建和启动

Vue2项目的创建和启动创建项目这个方式安装的是vue2的cd 项目所在文件夹ZHR:VueProjects zc$ vue init webpack learn? Project name learn? Project description 学习? Author zhangyin? Vue build standalone? Install vue-router? Yes? Use ESLin

Vue入门8、vue脚手架创建项目的打包+Rule can only have one resource source (provided resource and test + include)

Vue入门8、vue脚手架创建项目的打包之前看教程一直以为vue打包需要webpack命令来打包,但是今天经过和前端的沟通后知道,其实脚手架创建的项目是内置了webpack的,我们可以不用下载webpack-cli来打包项目npm run build直接使用上面的这个命令即可打包成功,打包完成后会生成一个dist文件夹...

Vue引入的ElementUi没有样式怎么办

Vue引入的ElementUi没有样式怎么办就像我的项目,明明按照官网的操作,全部引入了import Vue from 'vue';import ElementUI from 'element-ui';import 'element-ui/lib/theme-chalk/index.css';import App from './App.vue';Vue.use(ElementUI);new Vu

    共 25 条
  • 1
  • 2
  • 3
  • 请选择