摘要: 1.左侧盒子200px,中间盒子大于等于500px,右侧盒子300px: <div class="main"> <div class="left"></div> <div class="con"></div> <div class="right"></div> </div> <style> .mai 阅读全文
posted @ 2024-05-22 14:17 salad633 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1.创建node项目: express node npm i package.json修改如下代码,便于每次修改代码都可以刷新页面: "scripts": { "start": "node-dev ./bin/www" } 2.如果配合node设置反向代理; 3.添加mongoose模块提供数据库信 阅读全文
posted @ 2024-04-12 18:10 salad633 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 1.官网下载Typora([https://typora.ymzhxing.cn/index.html]) 2.打开typora包,进入Contents/Resources/TypeMark/page-dist/static/js/Licen....js搜索hasActivated="true"== 阅读全文
posted @ 2024-03-26 12:07 salad633 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 1.安装Taro 1.使用 npm 或者 yarn 全局安装 @tarojs/cli $ npm install -g @tarojs/cli $ yarn global add @tarojs/cli 2.项目初始化: taro init myApp 编译运行 使用 Taro 的 build 命令 阅读全文
posted @ 2024-03-15 09:29 salad633 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 本文是简单的安装步骤 1.下载[MongoDB]社区版本5(https://www.mongodb.com/zh-cn) 2.解压,重命名为mongodb,访达中使用command+shift+G 搜索进入/user/local/,文件夹放在这里 3.环境变量配置 终端运行:open .bash_p 阅读全文
posted @ 2024-03-11 23:20 salad633 阅读(11) 评论(0) 推荐(0) 编辑