上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: 字符串加密|文档中心 |总部基地。断续器 (abp.io) 连接字符串 |文档中心 |总部基地。IO (abp.io) 看官网,两个组合,把配置文件里的连接语句、密钥进行加密,不明文保存 阅读全文
posted @ 2022-05-19 11:56 小杨观世界 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 记录。 滚动的时候去找dom,然后看top是否小于某一个高度(屏幕可用高度)为已读,进行标记。 <scroll-view scroll-y scroll-into-view="{{toItemView}}" bindscroll="scrolltoupper"> <view wx:for="{{10 阅读全文
posted @ 2022-05-16 14:17 小杨观世界 阅读(315) 评论(0) 推荐(0) 编辑
摘要: ABP 异常报错 An exception was thrown while activating Castle.Proxies.MaxNumberServiceProxy.Autofac.Core.DependencyResolutionException: An exception was th 阅读全文
posted @ 2022-05-12 09:49 小杨观世界 阅读(418) 评论(0) 推荐(0) 编辑
摘要: public class SYSDEA : Entity<string> { /// <summary> /// 无效Id /// </summary> [NotMapped] public override string Id => $"{DEA001}-{DEA002}"; /// <summa 阅读全文
posted @ 2022-05-12 00:19 小杨观世界 阅读(279) 评论(0) 推荐(0) 编辑
摘要: public class WKReport : Entity<string> [Required][DatabaseGenerated(DatabaseGeneratedOption.Identity)] //自增 public int ReportID { get; set; } } 阅读全文
posted @ 2022-05-11 23:23 小杨观世界 阅读(443) 评论(0) 推荐(0) 编辑
摘要: itemMonthMyClick(e) { //检查是否为双击事件 // let curTime = e.timeStamp; // let lastTime = this.lastTapDiffTime; // this.lastTapDiffTime = curTime; // //两次点击间隔 阅读全文
posted @ 2022-05-11 13:36 小杨观世界 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 1、下载新建项目 开始 | ABP.IO 2、按照文档设置数据库 Entity Framework Core Migrations | Documentation Center | ABP.IO 注:为这个数据库DbContext中的所有实体注册默认存储库。 3、实现方法直接调用 阅读全文
posted @ 2022-04-26 14:09 小杨观世界 阅读(760) 评论(1) 推荐(0) 编辑
摘要: 1. 找到XXX.Application项目,右键–》属性–》生成,如下图: 勾选上XML文档文件,并记住XML文件名称。 2. 修改XXX.web项目里面的StartUp.cs脚本在StartUp.cs中,找到方法ConfigureSwaggerServices(),在services.AddSw 阅读全文
posted @ 2022-04-26 13:58 小杨观世界 阅读(823) 评论(0) 推荐(0) 编辑
摘要: select b.name,a.row_count from sys.dm_db_partition_stats a, sys.objects b where a.object_id=b.object_id and a.index_id<=1 and b.type='U' ORDER BY row_ 阅读全文
posted @ 2022-01-12 15:24 小杨观世界 阅读(138) 评论(0) 推荐(0) 编辑
摘要: select 2.0983 [值],convert(numeric(8,2),round(2.0983,2)) [取小数点后两位] select 2.0983 [值],cast(2.0983 as decimal(20,2)) [取小数点后两位] select 2.0983 [值],round(2. 阅读全文
posted @ 2022-01-07 10:21 小杨观世界 阅读(2988) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页