- 博客(12)
- 收藏
- 关注
原创 node-图片爬虫
请求接口路径:https://www.jianshu.com/p/fb1d1ad58a0b实现效果:搭建过程 是 npm 大神 sindresorhus 写的,非常好用下面是从网站下载图片的代码。下载函数接收文件和文件路径。完整代码请查看 github 仓库:downloadpic欢迎访问我的其他项目:md 文件转换为 pdfGitBook Introduction 教程使用 mdx 开发一个酷炫的 ppt学习用 ts+gulp+rollup 写一个工具库...
2022-07-03 15:37:14 289 1
原创 GitBook Introduction 教程
如果你现在正需要一个简洁明了的文档进行md文件的处理,那么gitbook 绝对可以满足你的所需~~~
2022-07-01 00:44:58 880
原创 npm publish遇到 code E426
npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher. You are currently using plaintext http to connect. Please visit the GitHub blog for more information: https://gith.
2022-04-08 01:52:19 1485 1
原创 学习用ts+gulp+rollup写一个工具库
util-template 模板公共库 模板提供给的命令行地址: winkcli-main实现需求: ts+gulp+rollup写一个工具库
2022-04-08 01:21:06 2078
原创 TypeError: res.send is not a function
按网上的说法是change first param res to req:就是(req,res)写反了,写成(res,req),改回来就好了但是呢,我是这个出问题了请求返回的res 和res.send中的res重名了,系统分辨不出来,出错代码为 let res= await setUserInfo(user_id, age, sex, job, path, birthday); if (res.length) { res.send({ code: .
2021-10-29 17:22:37 157
原创 我在做练习requests爬豆瓣时出现报错。
Traceback (most recent call last): File "C:\Users\10177\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\connectionpool.py", line 696, in urlopen self._prepare_proxy(conn) File "C:\Users\10177\AppData\Local\Programs\Python\Python38.
2021-10-14 20:25:40 1451 2
原创 安装requests库报错
文章上说,直接在终端窗口执行如下命令就行。pip install requests输入后报错如图什么设置环境变量啊,都弄过了,都不行最后还是这条命令救了我pip install requests -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com...
2021-10-13 21:48:18 582 2
原创 在连接MYSQL服务器出现“ERROR 2003 (HY000):
ERROR 2003 (HY000):Can't connect to MySQL server on 'localhost' (10061)”试过多种方式,如1.重启sql服务(失败)net start MySQL2.先查找机器端口占用情况: 键入 netstat -ano如果没有找到3306,说明端口没有被占用再键入完整命令:mysql -h localhost -P3306 -u root -p【mysql -h主机名 -P端口号 -u用户名 -...
2021-10-13 19:13:56 308
原创 uniapp,video视频播放不了,页面显示不完整
video播放不了,为界面全黑,此时切换为浏览器运行即可播放视频播放时显示不完整,在App.vue中添加以下代码可解决html,body{ height: 100%; width: 100%; }page { height: 100%; }是uni-page-body没有设置height:100%...
2021-10-12 22:58:25 5332
原创 react-virtualized安装出错--解决npm ERR! ERESOLVE unable to resolve dependency tree
npm installreact-virtualized--save 出错报错代码段npm ERR! code ERESOLVEnpm ERR! ERESOLVE unable to resolve dependency treenpm ERR!npm ERR! While resolving: hkzf-mobile@0.1.0npm ERR! Found: react@17.0.2npm ERR! node_modules/reactnpm ERR! react@"^17...
2021-10-11 15:35:17 2697
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人