【摘要】在ASP.NET MVC开发中,需要绑定一个值给checkbox标签,如下面写法,它们运行时是没有问题,照样能跑。看看上面的语法,在绑定时,它却出现绿浪线。提不绑定的值is not a valid value of attribute'checked'。但是绑定的值已经是true或是false了。在阅读全文
...继续阅读
(19)
【摘要】把一个数据恢复至另一个服务器上,出现了一个异常: The SQL Server Service Broker for the current database is not enabled, and as a result query notifications are not supported.阅读全文
...继续阅读
(28)
【摘要】Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:9001/api/size/get. (Reason: CORS header阅读全文
...继续阅读
(29)