Loading

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页
摘要: 参考:https://github.com/mgbq/nx-admin 复制以下html内容到项目的index.html中即可: <style> html, body, #app { height: 100%; margin: 0px; padding: 0px; } .chromeframe { 阅读全文
posted @ 2020-02-15 10:30 小飞猪咯咯 阅读(1251) 评论(0) 推荐(1) 编辑
摘要: 参考:https://segmentfault.com/a/1190000012728854 1、index.html中引入semantic-ui的js <script src="https://cdn.jsdelivr.net/npm/semantic-ui-vue@0.10.1/dist/com 阅读全文
posted @ 2020-02-15 10:17 小飞猪咯咯 阅读(985) 评论(0) 推荐(0) 编辑
摘要: vue代码(使用element-ui): 思路:依次遍历fileList数组,将其中的每个图片文件提取出,再加入到formdata中,因为是多文件上传,后端以文件数组的形式接受, 因此每次合并到formdata的key值都为同一值。 uploadImg() { let imgfile = new F 阅读全文
posted @ 2020-02-06 10:04 小飞猪咯咯 阅读(6752) 评论(0) 推荐(2) 编辑
摘要: vuepress的官方文档:https://vuepress.vuejs.org/zh/guide/ 参考:https://segmentfault.com/a/1190000016333850 https://juejin.im/post/5d1f1136f265da1ba77cc3d3 http 阅读全文
posted @ 2019-12-18 17:20 小飞猪咯咯 阅读(4088) 评论(1) 推荐(0) 编辑
摘要: 决策树(红酒数据集) In [ ]: from sklearn import tree # 导入树模块 from sklearn.datasets import load_wine # 导入红酒数据集 from sklearn.model_selection import train_test_sp 阅读全文
posted @ 2019-12-05 19:44 小飞猪咯咯 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/lyxuefeng/article/details/79469189 步骤 打开 cmd 输入命令 jupyter notebook --generate-config 可以看到生成文件的路径,这个就是生成的配置文件jupyter_notebook 阅读全文
posted @ 2019-12-05 12:32 小飞猪咯咯 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/zhanjiahui/p/11335038.html https://blog.csdn.net/linxid/article/details/79386223 Anaconda安装Graphviz 1、打开Anaconda终端,openter 阅读全文
posted @ 2019-12-05 03:50 小飞猪咯咯 阅读(1544) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/xiaochongchong/p/8127282.html <template> <el-table :data="tableData5" style="width: 100%" row-key="id" :expand-row-keys="ex 阅读全文
posted @ 2019-12-03 19:32 小飞猪咯咯 阅读(1687) 评论(0) 推荐(0) 编辑
摘要: 绑定的事件: :before-close="handleDialogClose" html: <!-- 新增、编辑弹窗 --> <el-dialog :close-on-click-modal="false" :before-close="handleDialogClose" // 绑定回调的方法 阅读全文
posted @ 2019-12-03 14:38 小飞猪咯咯 阅读(5905) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.zhangshengrong.com/p/O3aA7x5X4E/ 一、在public/index.html中引入cdn <script src="https://unpkg.com/vue-baidu-map"></script> 二、插件的引入 ak 是在百度地图开 阅读全文
posted @ 2019-12-01 14:42 小飞猪咯咯 阅读(1787) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页