摘要:
sudo -i bash <(curl -sSL "https://raw.githubusercontent.com/veip007/scripts/master/xray.sh") v2cross – the way to cross. Telegram - 汇总分享 - Blog (congc 阅读全文
摘要:
我有一个EF类需要映射到数据库,然后有一个其他的类继承了这个类,使用code first便会出现该问题 解决方法:加上NotMapped public class A { [Key] public int Id { get; set; } } [NotMapped] public class B : 阅读全文
摘要:
function verPCBValue(dom) { let value = dom.val(); let num = isNaN(parseInt(value)) ? 0 : parseInt(value); if (num > 255) num = 255; if (num < 0) num 阅读全文