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