摘要: How to use git commands after enable gitlab's second-factor authentication As explained in using gitlab token to clone without authentication, you can 阅读全文
posted @ 2021-06-09 16:52 ChuckLu 阅读(79) 评论(0) 推荐(0)
摘要: 遇到的问题,property的get有逻辑,然后DataMember给了field 这种情况,应该把DataMember给property,可以确保触发get的逻辑 WCF: DataMember attribute on property vs. member In general, you sh 阅读全文
posted @ 2021-06-09 11:43 ChuckLu 阅读(50) 评论(0) 推荐(0)
摘要: Why does the C# DataMember attribute allow serialization of private fields and properties? Isn't the principle of self-encapsulation much more fundame 阅读全文
posted @ 2021-06-09 10:29 ChuckLu 阅读(54) 评论(0) 推荐(0)