10 2017 档案
摘要:Run PgSql on Docker as Remote Dbdocker run -d -it \--name pgdb \-p 5432:5432 \-e POSTGRES_USER=postgres \-e POSTGRES_PASSWORD=youpassword --volume=/data/pgsql_data:/var/lib/postgresql/data postgres:la...
阅读全文
摘要:问题表现:Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationFailedException : One or more compilation failures occurred:ewiqttdv.z4g(4,62): error CS0012: The type 'Attribute' is defined in an assembly ...
阅读全文
摘要:I’ve been playing around a lot with docker. It’s awesome, and it creates a whole new world of possibilities, and I’m constantly coming up with new ideas of where it could be useful.After playing with ...
阅读全文
摘要:代码位于: Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.cs private IKey FindDefaultKey(DateTimeOffset now, IEnumerable<IKey> allKey
阅读全文
摘要:
阅读全文