- 博客(15)
- 资源 (1)
- 收藏
- 关注
原创 【无标题】 django:TypeError: ForeignKey.__init__() missing 1 required positional argument: ‘on_delete‘
TypeError: ForeignKey.__init__() missing 1 required positional argument: 'on_delete'
2024-02-19 09:52:49 253 1
原创 vuejs的入门<6>插件Vuetify 随机数生成颜色
Math.round(Math.random()*10) //round四舍五入,即生成0-10的随机整数数,取0和10的概率是其他数的一半。Math.ceil(Math.random()*10) //ceil向上取整,即生成1-10的随机整数,取0的概率极小。Math.floor(Math.random()*10) //floor向下取整,即生成0-9的随机整数。Math.random()*10 //生成0-10的随机数,包含0,不包含10。
2023-11-04 20:51:20 134 1
原创 vuejs的入门<5>插件Vuetify富文本CKEditor 5
网址:https://ckeditor.com/ckeditor-5/online-builder/在项目目录下,运行命令 yarn add @ckeditor/ckeditor5-vue 安装。压缩包解压后重命名复制到项目vue3根目录下 ,要先解压后重命名后再复制,这里的有些可以不要,
2023-10-27 10:00:43 260 1
原创 vuejs的入门<4>插件Vuetify注册表单
把代码copy到HelloWorld.vue里,HelloWorld.vue原来的全不要!Vuetify是好东西,但是官方开源的部分只是引子,还要自己修修改改。国内很少完整教程,都不分享!type="password" 不可见。return ‘不少于2个字’return ‘最多8个数字’
2023-10-19 14:58:29 215
原创 vue Error: Cannot find module node:internal/modules/cjs/loader:1080 throw err;
重新安装:npm install -g yarn。 node:internal/modules/cjs/loader:1080 throw err
2023-10-17 17:58:05 2564 3
原创 vuejs的入门<3>插件Vuetify
Project name: » vuetify-project 是项目名vuetify-project 可自己改改。Essentials (Vuetify, VueRouter, Pinia) 我选的是这个 必备。» No / Yes 我选No。npm 我选的是npn。出现这个项目创建成功了。
2023-10-02 15:36:18 241 1
原创 DONE Build complete. The dist directory is ready to be deployed. INFO Check out deployment
1>npm install http-server -g2>PS D:\Bootstrap\3\my-app> cd D:\Bootstrap\3\my-app\distPS D:\Bootstrap\3\my-app\dist> http-server
2023-10-02 15:32:57 532 1
原创 vuejs的入门<2>打造项目组件测试环境
1>更新\src\components\HelloWorld.vue里我代码,里面的全部不要,把下面的复制进去就行了。
2023-09-24 13:17:51 58 1
原创 vuejs的入门<1>创建项目
➜ Local: http://localhost:5173/ 把http://localhost:5173/ 复制的浏览器。cd aaa 进入刚创建的项目aaa 复制到ccmd ctrl +c是cmd的复制键 ctrl +v粘贴。Scaffolding project in D:\Bootstrap\2\aaa…D:>cd D:\Bootstrap\2 进入已创建的目标文件夹创建项目。(y) y 可以选no。
2023-09-24 09:32:38 292 1
原创 mysql-8.1.0-winx64.msi 安装时启动MySQL报错:ERROR 2003 (HY000): Can‘t connect to MySQL server on ‘localhost:
mysql-8.1.0-winx64.msi 安装时启动MySQL报错:ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost:3306' (10061)
2023-08-26 17:01:42 220
原创 Visual Studio Code搭建 ESP-IDF ESP32开发环境配置第一程序hello_world
Visual Studio Code搭建 ESP-IDF ESP32开发环境配置第一程序hello_world
2023-06-14 09:56:37 566
原创 GUIslice用户图形库用arduino 3.2寸ILI9341显示屏+XPT2046触摸小记
GUIslice用户图形库用arduino 3.2寸ILI9341显示屏+XPT2046触摸小记
2023-05-14 11:02:22 674 1
原创 vs arduino esp32 esp 8266 xtensa-esp32-elf-g++: error: CreateProcess: No such file or directory 不存在的
找到hardware/espressif/esp32/下的plafrom.txt,将compiler.path={runtime.tools.xtensa-esp32-elf-gcc.path}/bin/)修改为。原文链接:https://blog.csdn.net/qq_34659115/article/details/120018332ticle/details/120018332。(2)相对路径{runtime.platform.path}/tools/xtensa-esp32-elf/bin。
2023-05-08 13:49:29 1461 1
原创 nvm的安装
安装在d: 先在d:中新建一个NVM的文件.到这个链接下载nvm的安装包:https://github.com/coreybutler/nvm-windows/releaseshttps://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.5c311debpUzG69&ft=t&id=615835984373用...
2020-04-17 13:41:29 480
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人