posts - 609,  comments - 13,  views - 64万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
09 2023 档案
Android使用webview缓存
摘要:// String cacheDirPath = context.getFilesDir().getAbsolutePath()+"cache/";// getSettings().setAppCachePath(cacheDirPath);// 1. 设置缓存路径// getSettings(). 阅读全文
posted @ 2023-09-25 17:48 邢帅杰 阅读(117) 评论(0) 推荐(0) 编辑
.net core创建数据库、seed数据、部分修改字段、Migration
摘要:#region 创建数据库//如果数据库有表,则 EnsureCreated 方法不执行任何操作。//如果没有数据库,或者没有任何表,则它将创建数据库和架构。//EnsureCreated 启用以下工作流来处理数据模型更改://删除数据库。更改数据模型。重新运行应用。//EnsureCreated 阅读全文
posted @ 2023-09-20 14:09 邢帅杰 阅读(108) 评论(0) 推荐(0) 编辑
.NET Core创建API项目
摘要:新建项目 类型:ASP.NET Core Web APIWeb API 控制器通常应派生自 ControllerBase 而不是 Controller。 Controller 派生自 ControllerBase,并添加对视图的支持,因此它用于处理 Web 页面,而不是 Web API 请求。 如果 阅读全文
posted @ 2023-09-14 15:10 邢帅杰 阅读(74) 评论(0) 推荐(0) 编辑
CSS 自定义checkbox样式
摘要:小星星 /**checkbox 样式 begin*/ .chkAuto { width: 10px; height: 10px; } .auto_check input[type="checkbox"] + label::before { content: " "; display: inline- 阅读全文
posted @ 2023-09-07 10:24 邢帅杰 阅读(163) 评论(0) 推荐(0) 编辑
CSS radio自定样式
摘要:出来是彩色的 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 邢帅杰 阅读(290) 评论(0) 推荐(0) 编辑
CSS flex布局
摘要:来源:https://developers.weixin.qq.com/ebook?action=get_post_info&docid=00080e799303986b0086e605f5680a容器属性,设置容器,用于统一管理容器内项目布局,也就是管理项目的排列方式和对齐方式。flex-dire 阅读全文
posted @ 2023-09-06 16:58 邢帅杰 阅读(25) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示