会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
兴杰(stooges.com.my)
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
46
47
48
49
50
51
52
53
54
···
69
下一页
2019年4月25日
Asp.net core 学习笔记 Razor Page
摘要: 更新 : 2021-06-24 binding property 是不区分大小写的 比如这样 [BindProperty] public LoginDto LoginDto { get; set; } = null!; [BindProperty] public LoginDto LoginDTO
阅读全文
posted @ 2019-04-25 18:03 兴杰
阅读(3628)
评论(0)
推荐(1)
2019年4月21日
Asp.net core 学习笔记 Fluent Validation
摘要: 2021-11-03 Fluent Validation 当有 Children 的时候, 它的返回是这样的 property name 会是一个 path 的形式. array 就配上 [n]. 如果我们有需求动态添加 error 的话, 就必须符合它的格式哦. 比如: var validator
阅读全文
posted @ 2019-04-21 20:45 兴杰
阅读(1496)
评论(0)
推荐(0)
2019年4月14日
sql server 学习笔记 ( row_number, rank, dense_rank over partition by order by )
摘要: 更新: 2021-09-15 customer 1-n orders 想获取最新的 orders 可以使用 cross/outer apply 之前使用 with cte row number 来实现, 其实还有一个方式是用 cross apply cross apply 类似 inner join
阅读全文
posted @ 2019-04-14 11:00 兴杰
阅读(1238)
评论(0)
推荐(0)
2019年2月16日
crop image 需要的基础知识
摘要: refer : https://www.youtube.com/watch?v=R7dObDtw1aA https://www.shuxuele.com/algebra/trig-finding-angle-right-triangle.html https://developer.mozilla.
阅读全文
posted @ 2019-02-16 23:05 兴杰
阅读(548)
评论(0)
推荐(0)
2019年1月8日
Asp.net core 学习笔记 SignalR
摘要: refer : https://kimsereyblog.blogspot.com/2018/07/signalr-with-asp-net-core.html https://github.com/aspnet/AspNetCore/issues/5155 跟着官网 step by step 就可
阅读全文
posted @ 2019-01-08 09:42 兴杰
阅读(302)
评论(0)
推荐(0)
2019年1月6日
Asp.net core 学习笔记 2.1 升级到 2.2
摘要: 首先跟着官网 step by step https://docs.microsoft.com/en-us/aspnet/core/migration/21-to-22?view=aspnetcore-2.2&tabs=visual-studio Bug 1 发现一个 odata routing is
阅读全文
posted @ 2019-01-06 19:12 兴杰
阅读(2266)
评论(0)
推荐(0)
2018年12月31日
box-sizing 和 dom width
摘要: 重要的图 refer : https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model/Determining_the_dimensions_of_elements 先说说 box sizing 分 2 个 一个叫 content
阅读全文
posted @ 2018-12-31 22:59 兴杰
阅读(263)
评论(0)
推荐(0)
2018年12月26日
Angular 学习笔记 (组件沟通的思考)
摘要: 组件指令间经常需要沟通 我们知道的方式有 input output service inject viewchild contentchild templateRef template variable 但是哪种情况下用哪种呢 ? 思考 1, input -> input -> input 这种一层
阅读全文
posted @ 2018-12-26 20:15 兴杰
阅读(496)
评论(0)
推荐(0)
2018年12月19日
Angular 学习笔记 (久久没有写 angular 常会忘记的小细节)
摘要: 由于经常跑去写后端, 而且一些就几个月...很多 ng 的东西就忘掉了. 写在这里方便复习呗. 1. async pipe 没有 resolve 前返回的值是 null 2 view component 没有写 [input] 的话, ng 是不会给 input 属性赋值的所以属性根本不会被创建 (
阅读全文
posted @ 2018-12-19 21:52 兴杰
阅读(339)
评论(0)
推荐(0)
2018年11月29日
Asp.net core 学习笔记 (AutoMapper)
摘要: 参考 : http://www.cnblogs.com/xishuai/p/3700052.html http://www.cnblogs.com/xishuai/p/3704435.html http://www.cnblogs.com/xishuai/p/3708483.html automap
阅读全文
posted @ 2018-11-29 23:00 兴杰
阅读(1168)
评论(0)
推荐(0)
上一页
1
···
46
47
48
49
50
51
52
53
54
···
69
下一页
公告