上一页 1 2 3 4 5 6 7 8 ··· 13 下一页

2020年10月21日

abp vnext 去IdentityServer 精简单体项目基于abp vnext 3.2版本

摘要: 1.使用cli创建模块项目 2.修改XXX.HttpApi.Host项目的配置文件,将多余的那个删除 3.修改XXX.HttpApi.Host项目中的XXXXHttpApiHostModule,修改ConfigureServices,添加一下红色字体内容。 public override void 阅读全文

posted @ 2020-10-21 16:07 落叶子 阅读(1299) 评论(0) 推荐(0) 编辑

2020年8月25日

c# 图片加文字,横线,圆

摘要: var imgPath = Path.Combine(AppContext.BaseDirectory, "Pic/style_02.png"); FileStream fs = new FileStream(imgPath, FileMode.Open); System.Drawing.Image 阅读全文

posted @ 2020-08-25 15:59 落叶子 阅读(261) 评论(0) 推荐(0) 编辑

2020年8月14日

淘宝客根据优惠券url更新优惠券信息

摘要: string m_h5_tk = "6ad772f2d0833a8e302c5ae68d65eaa0"; string time = ToUnixTimestampBySeconds().ToString(); string appKey = "12574478"; string data = Js 阅读全文

posted @ 2020-08-14 14:16 落叶子 阅读(441) 评论(0) 推荐(0) 编辑

2020年7月7日

软件产品ui模型制作工具

摘要: 墨刀和axure 阅读全文

posted @ 2020-07-07 18:01 落叶子 阅读(187) 评论(0) 推荐(0) 编辑

2020年6月29日

在类库中获取配置信息 asp.net core 3.1

摘要: var configuration = new ConfigurationBuilder() .AddJsonFile(Path.Combine(AppContext.BaseDirectory, "appsettings.json")) .Build(); 需要添加 nuget 包 Microso 阅读全文

posted @ 2020-06-29 14:12 落叶子 阅读(211) 评论(0) 推荐(0) 编辑

2020年5月18日

vs 或 Android Studio 使用Visual Studio Emulator for Android调试安卓程序

摘要: 1.打开Studio Emulator for Android开启一个安卓仿真程序,查看网络地址如下图的192.168.1.111. 2.然后使用adb 连接此ip,找到Android SDK安装目录D:\Android\android-sdk\platform-tools 在此处运行命令行执行 a 阅读全文

posted @ 2020-05-18 20:41 落叶子 阅读(1400) 评论(0) 推荐(0) 编辑

2020年4月27日

ABP 替换异常过滤器

摘要: public class ExceptionFilter: AbpExceptionFilter { public ExceptionFilter(IErrorInfoBuilder errorInfoBuilder, IAbpAspNetCoreConfiguration configuratio 阅读全文

posted @ 2020-04-27 14:08 落叶子 阅读(849) 评论(0) 推荐(0) 编辑

ABP框架 替换默认审计实现

摘要: public class AuditingStore : IAuditingStore { private readonly IRepository<Auditlogs, long> _auditLogRepository; public AuditingStore(IRepository<Audi 阅读全文

posted @ 2020-04-27 14:06 落叶子 阅读(393) 评论(0) 推荐(0) 编辑

2020年4月10日

System.DllNotFoundException: Unable to load shared library 'libdl' or one of its dependencies .NET Core 图片操作在 Linux/Docker 下的坑

摘要: #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. FROM mcr.microso 阅读全文

posted @ 2020-04-10 11:41 落叶子 阅读(1468) 评论(0) 推荐(0) 编辑

2020年4月1日

docker 学习资料

摘要: https://yeasy.gitbooks.io/docker_practice/content/ 阅读全文

posted @ 2020-04-01 11:28 落叶子 阅读(118) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 13 下一页

导航