上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: # 导入扩展库 import re # 正则表达式库 import jieba # 结巴分词 import jieba.posseg # 词性获取 import collections # 词频统计库 import numpy # numpy数据处理库 from PIL import Image # 阅读全文
posted @ 2021-11-27 16:54 帅超007 阅读(963) 评论(0) 推荐(0) 编辑
摘要: springsecurity+jwt可以实现安全登录和验证,代码待更新。 阅读全文
posted @ 2021-11-13 16:28 帅超007 阅读(38) 评论(0) 推荐(0) 编辑
摘要: ctrl+alt+t就可以选择 阅读全文
posted @ 2021-11-13 16:04 帅超007 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 打包某一个文件时应该使用npx命令 但是使用比较复杂 这时候在 这里里面的scriprs里面加上 这里面的build一行 阅读全文
posted @ 2021-11-11 22:07 帅超007 阅读(208) 评论(0) 推荐(0) 编辑
摘要: ctrl+= (是退格旁的那个)ctrl+- (亦是退格旁那个)或者你看菜单里 view-zoom in/out 就好了 阅读全文
posted @ 2021-11-11 21:40 帅超007 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 因为.vue的引入没有后缀名,自己加上 module.exports = { entry: './src/main.js', output: { filename: "./js/bundle.js" }, resolve: { alias: { 'vue$': 'vue/dist/vue.js' / 阅读全文
posted @ 2021-11-10 14:22 帅超007 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 找到 package-json 修改sass-loader为最低版本4.0.0 然后npm insatall 阅读全文
posted @ 2021-11-10 11:16 帅超007 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 在vue中最好在template下面先写一个div 其余内容都在div下面写 阅读全文
posted @ 2021-11-10 11:14 帅超007 阅读(53) 评论(0) 推荐(0) 编辑
摘要: #进入工程目录cd hello-vue#安装vue-routern npm install vue-router --save-dev#安装element-uinpm i element-ui -S#安装依赖npm install# 安装SASS加载器cnpm install sass-loader 阅读全文
posted @ 2021-11-10 11:13 帅超007 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2021-10-23 22:47 帅超007 阅读(1072) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页