上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 30 下一页
  2019年6月22日
摘要: <!-- 多层for循环 --> <ul> <li v-for="(ite,key) in list2"> {{key}} {{ite.case}} <ul> <ol v-for="(vo,key) in ite.list">{{key}} {{vo.title}}</ol> </ul> </li> 阅读全文
posted @ 2019-06-22 00:09 潇潇六月雨 阅读(128) 评论(0) 推荐(0)
  2019年6月21日
摘要: Vue Create 创建一个新项目 命令行创建和视图创建 开始之前 你可以先>>:cd desktop[将安装目录切换到桌面] >>:vue -V:Vue CLI 3.0.0-rc.11 >>:vue create yanxiatingyu:xxxxx一段英文>>:y >>:cd yanxiati 阅读全文
posted @ 2019-06-21 15:48 潇潇六月雨 阅读(2305) 评论(0) 推荐(0)
摘要: vue init webpack projectname(projectname是你项目的名称) 创建项目卡住不动解决方案: https://cli.vuejs.org/zh/guide/installation.html Vue CLI 的包名称由 vue-cli 改成了 @vue/cli。 如果 阅读全文
posted @ 2019-06-21 15:17 潇潇六月雨 阅读(13656) 评论(0) 推荐(3)
  2019年6月20日
摘要: vue不是内部或外部命令的解决方法 1.在nodejs的安装目录下,找到vue.cmd,将此路径加到环境变量中,我是通过nvm管理node版本的,路径是C:\Users\hy\AppData\Roaming\nvm\v6.10.0,关闭再打开终端输入vue -V,回车。。 2.进入NodeJS文件的 阅读全文
posted @ 2019-06-20 22:37 潇潇六月雨 阅读(216) 评论(0) 推荐(0)
摘要: cnpm 下载包的速度更快一些。 地址:http://npm.taobao.org/ 安装cnpm: npm install -g cnpm --registry=https://registry.npm.taobao.org vue2.0版本创建项目 1、进入目录 2、npm init (使用 n 阅读全文
posted @ 2019-06-20 19:04 潇潇六月雨 阅读(127) 评论(0) 推荐(0)
摘要: 1、windows下的NodeJS安装是比较方便的(v0.6.0版本之后,支持windows native),只需要登陆官网(http://nodejs.org/),便可以看到首页的“INSTALL”按钮,直接点击就会自动下载安装了。 2、安装过程基本直接“NEXT”就可以了。(windows的安装 阅读全文
posted @ 2019-06-20 12:47 潇潇六月雨 阅读(502) 评论(0) 推荐(0)
  2019年6月12日
摘要: 安装命令 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh 管理宝塔 /etc/init.d/bt stop 停止 /etc/init.d/bt st 阅读全文
posted @ 2019-06-12 19:14 潇潇六月雨 阅读(952) 评论(0) 推荐(0)
  2019年6月9日
摘要: # - requests模块如何处理携带参数的get请求# -- 需求:指定一个词条,获取搜狗搜索结果所对应的页面数据 import requestsurl = 'https://www.sogou.com/web?query=周杰伦&ie=utf-8'headers = { 'User-Agent 阅读全文
posted @ 2019-06-09 23:53 潇潇六月雨 阅读(443) 评论(0) 推荐(0)
  2019年6月8日
摘要: 题目】如何将安装Anaconda之前已经安装的python版本(中已安装的库)移动到 Anaconda中 一、概述 之前安装tensorflow的安装了anaconda并用它进行安装,anaconda安装后里面也带有一个python的版本,之后我发现在cmd中运行时使用的的原来的python版本,并 阅读全文
posted @ 2019-06-08 23:11 潇潇六月雨 阅读(2573) 评论(0) 推荐(0)
  2019年6月6日
摘要: 在修改之前,C:\Users\Administrator\ .jupyter 目录下面只有一个“migrated”文件。 打开命令窗口(运行->cmd),进入python的Script目录下输入:jupyter notebook --generate-config,会在.jupyter文件夹下生成一 阅读全文
posted @ 2019-06-06 17:14 潇潇六月雨 阅读(260) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 30 下一页