####什么是npm Node的模块管理工具,根据npm我们可以快速安装,卸载所需要的资源文件 ####基于npm进行模块管理 $npm install xxx 把模块安装到当前项目中(node_modules) $npm install xxx -g 把模块安装在全局环境中 $npm i xxx@ ...
分类:
其他好文 时间:
2021-06-19 19:27:27
阅读次数:
0
URL: https://www.sheffield.ac.uk/FRAX/tool.aspx?country=2 country=2代表中国 F12打开开发者模式 Network——XHR Headers是浏览器向服务器发送的消息 python第一行加上 # -*- coding: utf-8 - ...
分类:
Web程序 时间:
2021-06-08 23:04:07
阅读次数:
0
推荐博客:https://my.oschina.net/attacker/blog/3038174 bypy模块安装 pip install bypy # python pip包管理 登录 bypy info 通过浏览器visit地址,填入Python客户端授权码 上传 下载 先将大文件 移动到 我 ...
分类:
系统相关 时间:
2021-06-06 19:13:08
阅读次数:
0
1.模块安装 pip install django-pyodbc-azure-2019 Django 2.1.15 django-pyodbc-azure 2.1.0.0 django-pyodbc-azure-2019 2.1.0.0 pip 21.0.1 pyodbc 4.0.30 pytz 2 ...
分类:
数据库 时间:
2021-05-03 11:56:50
阅读次数:
0
目录 Vue 简介 第一个Vue程序 Vue基本语法 双向绑定 组件 Axios异步通信 计算属性 Slot 自定义事件 第一个Vue-cli程序 webpack学习使用 Vue-Router路由 vue+elementUI 嵌套路由 参数传递及重定向 404和路由钩子 路由钩子与异步请求 Vue ...
分类:
其他好文 时间:
2021-04-28 12:16:19
阅读次数:
0
var fs = require('fs'); //获取当前目录下的全部文件 fs.readdir('./',function(err,files){ if(!err){ console.log(files); } }) //获取某个文件的属性信息 //引入第三方的时间格式化模块,安装方式命令行执行 ...
分类:
Web程序 时间:
2021-03-08 13:08:51
阅读次数:
0
配置站点使用 https,并且将 http 重定向至 https。 1. nginx 的 ssl 模块安装 查看 nginx 是否安装 http_ssl_module 模块。 $ /usr/local/nginx/sbin/nginx -V 1 如果出现 configure arguments: - ...
分类:
Web程序 时间:
2021-02-08 11:41:11
阅读次数:
0
pip(1),用于安装和管理 Python 模块。 安装 pip 命令 How to Install Python Pip on Ubuntu 20.04 | Linuxize ############################################################# ...
分类:
其他好文 时间:
2021-01-15 11:57:03
阅读次数:
0
安装PHP程序的时候,提示The fileinfo extension is required.,缺少fileinfo 扩展,因为LNmpA没有自行开启,所以需要我们手工去开启fileinfo 扩展。 方法如下:第一步:找到llnmp安装源位置: cd /lnmp1.5/src/php-5.6.9/ ...
分类:
Web程序 时间:
2021-01-15 11:41:32
阅读次数:
0
###1. npm i xx -g:npm install xx --global的简写,对模块进行全局安装。 所谓全局安装,是指把模块安装到操作系统上,全局是指操作系统,全局安装完成后,一般会安装到AppDataAppData\Roaming\npm目录下。如:npm install webpac ...
分类:
其他好文 时间:
2021-01-07 12:24:36
阅读次数:
0