上一页 1 2 3 4 5 6 ··· 42 下一页
  2023年8月10日
摘要: HttpApi项目,vben28\nswag\refresh.bat 更新前端接口 [HttpPost("export")] [SwaggerOperation(summary: "导出客户列表", Tags = new[] { "Customers" })] [ProducesResponseTy 阅读全文
posted @ 2023-08-10 10:27 Gu 阅读(173) 评论(0) 推荐(0) 编辑
  2023年8月9日
摘要: 在login的时候把所有写入全局store, console.log(' 从数据库获取字典 '); const appStore = useAppStore(); const dataDictionaryServiceProxy = new DataDictionaryServiceProxy(); 阅读全文
posted @ 2023-08-09 23:38 Gu 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 假如下拉的选项是后端指定,而不是用户可以自定义的,可以后端定义dto和接口。 假如要用户自定义,可以使用字典模块,这样用户可以在网页修改。 public async Task<List<PageCustomerTypeOutput>> AllCustomerTypeAsync() { var res 阅读全文
posted @ 2023-08-09 00:00 Gu 阅读(141) 评论(0) 推荐(0) 编辑
  2023年8月5日
摘要: XXXHttpApiHostModule 里面默认启用多租户 public override void OnApplicationInitialization(ApplicationInitializationContext context) { var app = context.GetAppli 阅读全文
posted @ 2023-08-05 11:50 Gu 阅读(155) 评论(0) 推荐(0) 编辑
  2023年7月29日
摘要: 在Domain项目新建一个类,包含用户表要增加的头像,工号,类型字段 public class AbpUserExt : FullAuditedAggregateRoot<Guid> { /// <summary> /// 头像 /// </summary> public string Avatar 阅读全文
posted @ 2023-07-29 23:52 Gu 阅读(280) 评论(1) 推荐(1) 编辑
  2023年7月23日
摘要: abp-vnext-pro 的作者在B站做了一个系列视频,看视频太浪费时间,没给出示例代码,他应该先把最后一节代码生成器的使用放前面。 新建一个项目-》模型 然后在选择项目,选择模板(系统默认的模板有些namespace要修改一点点) 生成代码后放到对应的目标编译就好了。 记得实体要支持多租户的话, 阅读全文
posted @ 2023-07-23 23:45 Gu 阅读(272) 评论(0) 推荐(0) 编辑
  2023年7月21日
摘要: 先分析一下生成的项目的依赖关系: HttpApi 项目和 HttpApi.Client 项目的依赖项 [DependsOn( typeof(ERPApplicationContractsModule), typeof(BasicManagementHttpApiClientModule), type 阅读全文
posted @ 2023-07-21 16:38 Gu 阅读(310) 评论(0) 推荐(0) 编辑
  2023年2月24日
摘要: sql: #查询的时间段 set @protect_from ='2022-12-27 00:00:00'; set @protect_to='2022-12-28 00:00:00'; #日程表todo里的start,end是日程的时间段 select * from info_todo where 阅读全文
posted @ 2023-02-24 17:41 Gu 阅读(62) 评论(0) 推荐(0) 编辑
  2022年12月14日
摘要: 之前刷视频,不是经常有凭一张照片,找到所在的地理位置。这个技术有没有市场呢?还是纯粹好玩而已 比如这张照片,假如有链家,罗森,益丰的连锁店的地址数据库,找到相邻的就能定位到是哪条路了。 阅读全文
posted @ 2022-12-14 11:30 Gu 阅读(297) 评论(0) 推荐(0) 编辑
  2022年12月12日
摘要: 针对某个网址要加token才能访问,不要全部网址都加上,因为其他网站也可能用这Header,这样会冲突。 启用插件前 启用插件后 阅读全文
posted @ 2022-12-12 18:06 Gu 阅读(931) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 42 下一页