上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: AutoMapper.Extensions.Microsoft.DependencyInjection Microsoft.AspNetCore.Authentication.JwtBearer System.Composition FluentValidation.AspNetCore Micro 阅读全文
posted @ 2022-09-09 12:25 飞雪飘鸿 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 使用 VS Studio 2022 创建自己的 NuGet包,图片教程包教包会! 阅读全文
posted @ 2022-09-09 11:04 飞雪飘鸿 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 前提 gulp的简单介绍与应用 - 知乎 (zhihu.com) npm init //初始化工程 npm run //run script npm install //安装依赖 npm update //升级依赖 npm bin //查看bin文件目录 npm link //将工程软链接到全局 n 阅读全文
posted @ 2022-09-06 10:51 飞雪飘鸿 阅读(926) 评论(0) 推荐(0) 编辑
摘要: .net core独立模块源码:https://github.com/aspnet .net core全家桶源码:https://github.com/dotnet/aspnetcore .net core拓展库源码:https://github.com/dotnet/extensions .net 阅读全文
posted @ 2022-09-02 18:09 飞雪飘鸿 阅读(376) 评论(3) 推荐(0) 编辑
摘要: http://t.zoukankan.com/hzsasheng-p-12795447.html 每一个ASP.NET Core 应用程序,从本质上来说,都是一个独立的控制台应用,并不需要依托IIS来运行,这也是它能实现跨平台的一个基础。 Program.cs -- 创建并运行WebHost实例,调 阅读全文
posted @ 2022-09-02 17:29 飞雪飘鸿 阅读(84) 评论(0) 推荐(0) 编辑
摘要: https://www.pudn.com/news/630c5a8b88df2007aaedd6bb.html 阅读全文
posted @ 2022-09-02 16:52 飞雪飘鸿 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 前端起步:一站式安装开发环境(node.js、vue、git) - 哔哩哔哩 (bilibili.com) 阅读全文
posted @ 2022-09-02 16:22 飞雪飘鸿 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 一、学习背景: “十四五”时期,信息化进入加快数字化发展、建设数字中国的新阶段。 加快数字化发展、建设数字中国, 一是顺应新发展形势变化、抢抓信息革命机遇、构筑国家竞争新优势、加快建成社会主义现代化强国的内在要求。 二是贯彻新发展理念、推动高质量发展的战略举措, 三是推动构建新发展格局、建设现代化经 阅读全文
posted @ 2022-09-02 10:55 飞雪飘鸿 阅读(86) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh-Hans-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="rend 阅读全文
posted @ 2022-09-01 18:40 飞雪飘鸿 阅读(24) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh-Hans-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="rend 阅读全文
posted @ 2022-09-01 17:24 飞雪飘鸿 阅读(22) 评论(0) 推荐(0) 编辑
摘要: /** * Note: sub-menu only appear when route children.length >= 1 * Detail see: https://panjiachen.github.io/vue-element-admin-site/guide/essentials/ro 阅读全文
posted @ 2022-08-29 13:09 飞雪飘鸿 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 清理没有使用的 Unused dependencies * core-js * gulp-concat * gulp-connect * gulp-cssmin * gulp-less * gulp-uglify * open * save-dev Unused devDependencies * 阅读全文
posted @ 2022-08-26 00:20 飞雪飘鸿 阅读(1850) 评论(0) 推荐(0) 编辑
摘要: //声明常量,不可变 const fs = require('fs-extra');//初始化目录插件 const del = require('del');//删除文件的工具 const gulp = require('gulp');//基于流的代码自动化构建工具 const through2 = 阅读全文
posted @ 2022-08-25 23:51 飞雪飘鸿 阅读(130) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/10manongit/p/12669114.html gulp详细基础教程 gulp整理 https://www.cnblogs.com/jiaoshou/p/12032841.html 阅读全文
posted @ 2022-08-25 22:40 飞雪飘鸿 阅读(12) 评论(0) 推荐(0) 编辑
摘要: <template> <el-container> <el-header> <router-link to="/">首页</router-link> | <router-link to="/about">写作台</router-link> </el-header> <el-container> <e 阅读全文
posted @ 2022-08-25 17:19 飞雪飘鸿 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 基于 Gitee Go 的 Golang 持续集成部署体验 - 知乎 (zhihu.com) 阅读全文
posted @ 2022-08-25 14:48 飞雪飘鸿 阅读(6) 评论(0) 推荐(0) 编辑
摘要: (122条消息) 基于 Elasticsearch 的站内搜索引擎实战_公众号:流花鬼的博客-CSDN博客 阅读全文
posted @ 2022-08-25 13:20 飞雪飘鸿 阅读(20) 评论(0) 推荐(0) 编辑
摘要: (122条消息) vscode 配置git_悠然见南山the的博客-CSDN博客_vscode配置git 使用gitee|github在家和公司协作写代码(配合vscode图形化界面) (baidu.com) 阅读全文
posted @ 2022-08-24 17:43 飞雪飘鸿 阅读(20) 评论(0) 推荐(0) 编辑
摘要: #查看版本 node -v npm view vue-cli versions --json #安装 Node.js 淘宝镜像加速器(cnpm)注意源地址已经改变 npm install -g cnpm --registry=https://registry.npmmirror.com cnpm i 阅读全文
posted @ 2022-08-24 16:58 飞雪飘鸿 阅读(14) 评论(0) 推荐(0) 编辑
摘要: (122条消息) VUE基础之项目构建_沈熙杭的博客-CSDN博客 (122条消息) VUE基础构建整个项目的全流程!含git基础操作(本人超细心整理,适合VUE小白)__lllll的博客-CSDN博客 阅读全文
posted @ 2022-08-24 16:56 飞雪飘鸿 阅读(11) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="app"> <HelloWorld msg="Welcome to Your Vue.js App"/> </div> </template> <script> import HelloWorld from './components/HelloWorld.v 阅读全文
posted @ 2022-08-23 15:30 飞雪飘鸿 阅读(92) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="hello"> <h1>{{ msg }}</h1> <p> For a guide and recipes on how to configure / customize this project,<br> check out the <a href= 阅读全文
posted @ 2022-08-23 15:28 飞雪飘鸿 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 开发记录20220823 安装 Vue CLI 4.x 需要 Node.js v8.9 或更高版本 (推荐 v10 以上)。你可以使用 n,nvm 或 nvm-windows 在同一台电脑中管理多个 Node 版本。 npm install -g @vue/cli 查询版本 vue --versio 阅读全文
posted @ 2022-08-23 11:58 飞雪飘鸿 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-08-22 18:43 飞雪飘鸿 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-08-22 18:28 飞雪飘鸿 阅读(18) 评论(0) 推荐(0) 编辑
摘要: #查看版本 node -v #安装 Node.js 淘宝镜像加速器(cnpm)注意源地址已经改变 npm install -g cnpm --registry=https://registry.npmmirror.com cnpm install cnpm -g #全局安装 vue-cli cnpm 阅读全文
posted @ 2022-08-22 18:24 飞雪飘鸿 阅读(17) 评论(0) 推荐(0) 编辑
摘要: #查看版本 node -v #安装 Node.js 淘宝镜像加速器(cnpm) cnpm install cnpm -g #全局安装 vue-cli cnpm install vue-cli -g #查看是否安装成功 webpack -v 或 vue list # 这里的 myvue 是项目名称,可 阅读全文
posted @ 2022-08-22 17:24 飞雪飘鸿 阅读(16) 评论(0) 推荐(0) 编辑
摘要: (122条消息) 三、第一个 Element UI 登录页_PkyShare的博客-CSDN博客 (122条消息) Module build failed: TypeError: this.getOptions is not a function报错解决方案_YOGiii的博客-CSDN博客 阅读全文
posted @ 2022-08-22 17:09 飞雪飘鸿 阅读(128) 评论(0) 推荐(0) 编辑
摘要: #查看版本 node -v #安装 Node.js 淘宝镜像加速器(cnpm) npm install cnpm -g #全局安装 vue-cli cnpm install vue-cli -g #查看是否安装成功 webpack -v 或 vue list # 这里的 myvue 是项目名称,可以 阅读全文
posted @ 2022-08-22 16:30 飞雪飘鸿 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 1、在安装好element-ui@2.x 以后,首先安装sass-loader npm i sass-loader node-sass -D 2、安装element-theme npm i element-theme -D 3、安装theme-chalk npm i element-theme-ch 阅读全文
posted @ 2022-08-22 16:12 飞雪飘鸿 阅读(805) 评论(0) 推荐(0) 编辑
摘要: 1、监控工具:# npm install clinic -g 2、压测工具:# npm i autocannon -g 3、使用监控工具启动前端服务:# clinic doctor -- node server.js 4、使用压测工具压测(并发100持续20秒):# autocannon -c 10 阅读全文
posted @ 2022-08-22 15:21 飞雪飘鸿 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 数据双向绑定 主要涉及以下内容 v-model,number和v-model.lazy <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content= 阅读全文
posted @ 2022-08-21 00:35 飞雪飘鸿 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 数组 <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content= 阅读全文
posted @ 2022-08-20 23:17 飞雪飘鸿 阅读(111) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-08-20 21:17 飞雪飘鸿 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 华北地区 河北省(冀)、山西省(晋)、内蒙古自治区(内蒙古) 东北地区 华东地区 华中地区 华南地区 海南省(琼)、香港特别行政区(港)、澳门特别行政区(澳) 西南地区 云南省(云或滇)、西藏自治区(藏) 西北地区 陕西省(陕或秦)、甘肃省(甘或陇)、青海省(青)、宁夏回族自治区(宁)、新疆维吾尔自 阅读全文
posted @ 2022-08-19 08:48 飞雪飘鸿 阅读(94) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh-Hans-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="rend 阅读全文
posted @ 2022-08-18 18:42 飞雪飘鸿 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 一、项目规划 前端和后端完全分离且后端可以用任意程序编写并接入。 前端:html5、flutter、原生(暂时不考虑) 后端:C#、Python、GO、PHP…… 数据库:首选MYSQL,次选MSSQL,或者云数据库 二、程序入口 asp.net core 3.1 入口:Program.cs中的Ma 阅读全文
posted @ 2022-08-18 11:08 飞雪飘鸿 阅读(842) 评论(0) 推荐(0) 编辑
摘要: 2022年8月16日正式开发本项目,特此记录。 一、项目架构 MVVM(异步通信为主):Model、View、View Model Model:模型层, 在这里表示JavaScript对象View:视图层, 在这里表示DOM(HTML操作的元素)ViewModel:连接视图和数据的中间件, Vue. 阅读全文
posted @ 2022-08-16 17:07 飞雪飘鸿 阅读(688) 评论(0) 推荐(0) 编辑
摘要: 1、npm install --global vue-cli (全局安装vue-cli) 2、建一个空白文件夹 3、通过cmd命令进入文件夹 4、执行vue init webpack 名称(建立项目的名称) 阅读全文
posted @ 2022-08-08 18:04 飞雪飘鸿 阅读(122) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh-Hans-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" con 阅读全文
posted @ 2022-08-08 17:33 飞雪飘鸿 阅读(1152) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 13 下一页
https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL