摘要:
使用nvm管理nodejs版本:https://www.cnblogs.com/worldforest/p/18281008cmd运行起来(以管理员身份运行),或者在VSCode的控制台//使用阿里云定制的cnpm命令行工具代替默认的npm,全局安装,并设置镜像地址。npm install -g c 阅读全文
摘要:
很多都说是端口被占用,的确有可能,但大部分不是这样管理员运行cmd(命令提示符),执行命令: net stop winnatnet start winnat 阅读全文
摘要:
来源:https://blog.csdn.net/Zhangchen9091/article/details/46278463https://blog.51cto.com/cbcw/6289416 using System; using System.IO; using System.Securit 阅读全文
摘要:
// 参考网址:https://cn.vuejs.org/guide/essentials/template-refs.html#ref-on-component// https://cn.vuejs.org/guide/essentials/template-refs.html// 模板引用也可以 阅读全文
摘要:
// String cacheDirPath = context.getFilesDir().getAbsolutePath()+"cache/";// getSettings().setAppCachePath(cacheDirPath);// 1. 设置缓存路径// getSettings(). 阅读全文
摘要:
#region 创建数据库//如果数据库有表,则 EnsureCreated 方法不执行任何操作。//如果没有数据库,或者没有任何表,则它将创建数据库和架构。//EnsureCreated 启用以下工作流来处理数据模型更改://删除数据库。更改数据模型。重新运行应用。//EnsureCreated 阅读全文
摘要:
新建项目 类型:ASP.NET Core Web APIWeb API 控制器通常应派生自 ControllerBase 而不是 Controller。 Controller 派生自 ControllerBase,并添加对视图的支持,因此它用于处理 Web 页面,而不是 Web API 请求。 如果 阅读全文
摘要:
小星星 /**checkbox 样式 begin*/ .chkAuto { width: 10px; height: 10px; } .auto_check input[type="checkbox"] + label::before { content: " "; display: inline- 阅读全文
摘要:
出来是彩色的 radio button .rdo_enabled { vertical-align: middle; margin-top: 5px; font-size: 25px; transform: scale(2); line-height: 60px; background-color: 阅读全文
摘要:
来源:https://developers.weixin.qq.com/ebook?action=get_post_info&docid=00080e799303986b0086e605f5680a容器属性,设置容器,用于统一管理容器内项目布局,也就是管理项目的排列方式和对齐方式。flex-dire 阅读全文