上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 46 下一页
摘要: 1.创建--在終端輸入命令 flutter create 项目名 2.普通运行--在终端输入命令 flutter run 3.打开你的虚拟机或者是连上手机等待页面加载 4.普通運行情況下修改代碼后想要更新頁面--在終端輸入命令 不终止项目的情况下输入r r 5.如果你不想频繁输入r,更新页面,可以采 阅读全文
posted @ 2021-09-12 00:22 糖~豆豆 阅读(877) 评论(0) 推荐(0)
摘要: flutter2.x报错解决type (RouteSettings) ⇒ Route <dynamic>? is not a subtype of type (RouteSettings) ⇒ Route <dynemic> of function result 原有代码--main.dart im 阅读全文
posted @ 2021-09-12 00:22 糖~豆豆 阅读(540) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-09-11 09:31 糖~豆豆 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-08-30 00:35 糖~豆豆 阅读(5) 评论(0) 推荐(0)
摘要: VS Code離線安裝插件報錯Unable to install extension 'dart-code.flutter' as it is not compatible with VS Code '1.51.1'. 遇到這種問題不要慌~~ 1.把插件後綴名改成.zip 2.打開插件,然後找到pa 阅读全文
posted @ 2021-08-24 01:07 糖~豆豆 阅读(2661) 评论(0) 推荐(1)
摘要: 首先,检查项目中根目录.eslintrc.js文件,该文件中定义了ESLint的基础配置,找到其中的rules 例如: const prettierConfig = require('./.prettierrc.js') module.exports = { root: true, parserOp 阅读全文
posted @ 2021-08-17 00:24 糖~豆豆 阅读(729) 评论(0) 推荐(0)
摘要: error NG8001: 'qr-code' is not a known element: 解决方案 假如你的组件模块叫做a-demo.module,你的组件叫做print.component.ts 检查使用方法,在当前组件的模块里引入 src\app\routes\a-demo\a-demo. 阅读全文
posted @ 2021-08-14 00:27 糖~豆豆 阅读(410) 评论(0) 推荐(0)
摘要: 某些情况下 我们需要自己修改一下滚动条的样式~~ 以谷歌浏览器为例 先上前后对比图 上代码 /* 滚动条那個底 */ ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-track { border-radius: 阅读全文
posted @ 2021-07-28 22:01 糖~豆豆 阅读(58) 评论(0) 推荐(0)
摘要: 常用操作 注:也可以运行 mysql -u 用户名(root) -p 密码(root) 数据库名(bank) ,然后回车 导入文件:source e:bank.sql (你的sql文件) 回车 PS D:\cake_server\routers> mysql -u root -p Enter pas 阅读全文
posted @ 2021-07-17 23:04 糖~豆豆 阅读(134) 评论(0) 推荐(0)
摘要: 效果如下 代码如下 <!DOCTYPE html><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>炫酷科技感黑客感瀑布流html代码</title> <style> 阅读全文
posted @ 2021-07-17 23:03 糖~豆豆 阅读(3391) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 46 下一页
Live2D