摘要:
# 导入扩展库 import re # 正则表达式库 import jieba # 结巴分词 import jieba.posseg # 词性获取 import collections # 词频统计库 import numpy # numpy数据处理库 from PIL import Image # 阅读全文
摘要:
打包某一个文件时应该使用npx命令 但是使用比较复杂 这时候在 这里里面的scriprs里面加上 这里面的build一行 阅读全文
摘要:
ctrl+= (是退格旁的那个)ctrl+- (亦是退格旁那个)或者你看菜单里 view-zoom in/out 就好了 阅读全文
摘要:
因为.vue的引入没有后缀名,自己加上 module.exports = { entry: './src/main.js', output: { filename: "./js/bundle.js" }, resolve: { alias: { 'vue$': 'vue/dist/vue.js' / 阅读全文
摘要:
找到 package-json 修改sass-loader为最低版本4.0.0 然后npm insatall 阅读全文
摘要:
在vue中最好在template下面先写一个div 其余内容都在div下面写 阅读全文
摘要:
#进入工程目录cd hello-vue#安装vue-routern npm install vue-router --save-dev#安装element-uinpm i element-ui -S#安装依赖npm install# 安装SASS加载器cnpm install sass-loader 阅读全文
摘要:
insert overwrite table table2select d.nsrfrom (select a.nsr_id as nsr from nsrxx a inner join zzsfp b on b.gf_id = a.nsr_id group by a.nsr_id) as dwhe 阅读全文