摘要:
如果不配置会报错: VSCode中调试flutter出现Downloading canvaskit错误 首先打开flutter SDK 的安装目录,找到flutter.gradle文件 搜索 buildscript 找到代码位置,大概是50行左右 把原有的google()和mavenCentral( 阅读全文
摘要:
1.先升级Angular版本到指定版本,不能跨级升级。 ng update @angular/cli@7.2.0 cnpm install npm install ng-zorro-antd@0.7.0 阅读全文
摘要:
主要流程: 安装node.js --> 安装java的jdk --> 安装AndroidSDK --> 安装cordova --> 安装ionic --> 创建项目 --> 编译项目apk 一、安装nodejs 查看nodejs版本: node -v 查看npm版本: npm -v 安装淘宝镜像 : 阅读全文
摘要:
Java 的IDEA方法: psvm :快速生成一下代码 public static void main(String[] args) { } sout:快速生成: System.out.println(); Ctrl+y 删除一行 Alt+Insert 新建项目文件 Ctrl+Shift+F12 阅读全文
摘要:
IDEA下载指定版本 https://download.jetbrains.com/idea/ideaIU-2019.3.3.exe?_ga=2.122868674.851158465.1619079839-1637919950.1614921170 阅读全文
摘要:
MySql学习视频地址: https://www.bilibili.com/video/BV1fx411X7BD?p=55&spm_id_from=pageDriver P55:外键约束 drop table if exists t_student; drop table if exists t_c 阅读全文
摘要:
1.在index.html中加入: <base href="/"> 2.在 app.module.ts 中替换: import {APP_BASE_HREF} from "@angular/common"; // { provide: LocationStrategy, useClass: Hash 阅读全文
摘要:
PS E:\MyProject\AllManger\publicMobile> ng build✔ Browser application bundle generation complete.✔ Copying assets complete.✖ Index html generation fai 阅读全文
摘要:
1.使用命令行创建新项目的时候遇到的错误:Your global Angular CLI version (6.0.8) is greater than your localversion (1.7.4). The local Angular CLI version is used.翻译过来就是:使 阅读全文
摘要:
res['contents'] = res['contents'].replaceAll('<img ', '<img style="max-width:100%;height:auto;display:block;margin:10px 0;"'); 阅读全文