neo.zhu

Results 76 issues of neo.zhu

比如上海-重庆,开车路线。

**Bug描述** Bug的详细描述内容 **重现步骤** 1. xxx 2. yyy 3. zzz **软件信息** - 操作系统: [e.g. win10-x64] - FastGithub: [e.g. v2.0.0]

my code. ```` // create report instance Report report = new Report(); // load the existing report report.Load($@"{inFolder}\report.frx"); // register the data list report.RegisterData(data,"JSON"); // prepare the report report.Prepare(); ````...

![image](https://user-images.githubusercontent.com/1549611/131250348-c788a2b2-8ff7-4aca-9bad-3e4f1ad3ae12.png) 2021-08-29 11:53:58.077 +00:00 [INF] Polling for runnable workflows s:WorkflowCore.Services.BackgroundTasks.RunnablePoller> [11:53:58 INF] Polling for runnable workflows 2021-08-29 11:53:58.080 +00:00 [INF] Polling for unprocessed events [11:53:58 INF] Polling for unprocessed events

![image](https://user-images.githubusercontent.com/1549611/131235967-d28b2d6b-7be6-4cd2-ac70-aea99171f4f9.png) now, I need to pass comments information into approval options how to implement it

[![cool!](https://i9.ytimg.com/vi/Hp6cjdfgMT8/mq2.jpg?sqp=CNSu8ogG&rs=AOn4CLDcYRu3HEChyr5fZu3wAL2_n_50Ag)](https://www.youtube.com/watch?v=Hp6cjdfgMT8) https://github.com/neozhu/CleanArchitectureCodeGenerator Easily create following application features code {nameofPlural}/Commands/AddEdit/AddEdit{name}Command.cs {nameofPlural}/Commands/AddEdit/AddEdit{name}CommandValidator.cs {nameofPlural}/Commands/Create/Create{name}Command.cs {nameofPlural}/Commands/Create/Create{name}CommandValidator.cs {nameofPlural}/Commands/Delete/Delete{name}Command.cs {nameofPlural}/Commands/Delete/Delete{name}CommandValidator.cs {nameofPlural}/Commands/Update/Update{name}Command.cs {nameofPlural}/Commands/Update/Update{name}CommandValidator.cs {nameofPlural}/Commands/Import/Import{name}Command.cs {nameofPlural}/Commands/Import/Import{name}CommandValidator.cs {nameofPlural}/DTOs/{name}Dto.cs {nameofPlural}/EventHandlers/{name}CreatedEventHandler.cs {nameofPlural}/EventHandlers/{name}UpdatedEventHandler.cs {nameofPlural}/EventHandlers/{name}DeletedEventHandler.cs {nameofPlural}/Queries/Export/Export{nameofPlural}Query.cs {nameofPlural}/Queries/GetAll/GetAll{nameofPlural}Query.cs {nameofPlural}/Queries/Pagination/{nameofPlural}PaginationQuery.cs ## It is still in...

services.AddFluentEmail(mailSettings.From) .AddRazorRenderer() // this configuration is working .AddSmtpSender(new System.Net.Mail.SmtpClient() { Host = mailSettings.Host, Port = mailSettings.Port, EnableSsl = mailSettings.UseSsl, Credentials = new System.Net.NetworkCredential(mailSettings.UserName, mailSettings.Password) }); // this configuration with Mailkit...

https://github.com/neozhu/RazorPageCleanArchitecture 感兴趣可以朋友可以看一下 一款轻量级的业务系统开发架构

虽然升级到了.net core.但框架结构没有做大的重构,应该是从老版本升级过来的

我也做了一个类似基础开发框架 https://github.com/neozhu/smartadmin.core.urf 功能没那么多,但很简单,小项目做做还是很快的