WTM icon indicating copy to clipboard operation
WTM copied to clipboard

Use WTM to write .netcore app fast !!!

Results 136 WTM issues
Sort by recently updated
recently updated
newest added

应该是XMLHttpRequest的问题,使用fetch函数可以下载,可惜也不维护了 ` download: function (url, data, method = "POST") { var xhr = new XMLHttpRequest(); xhr.open(method, url, true); // 也可以使用POST方式,根据接口 xhr.responseType = "blob"; // 返回类型blob xhr.setRequestHeader('content-type', 'application/json'); xhr.setRequestHeader('Authorization', 'Bearer '...

bug

例如 public class SoftwareVersion : BasePoco { public byte? Major { get; set; } public string sMajor => Major == null ? "FF" : Major.ToString(); public byte? Minor { get;...

bug

拉的最新的版本代码。修改用户头像,点击照片,选择文件后报错。进程自动退出

bug

foreach (var item in listItems) { if (selectVal != null && selectVal.Count > 0) { if (selectVal.Contains(item.Value?.ToString())) { item.Selected = true; } else { item.Selected = false; } } }...

bug

![image](https://github.com/user-attachments/assets/b60fde16-d832-4b28-a478-1258d2fad73a)

bug

![QQ图片20241027162136](https://github.com/user-attachments/assets/237c3520-5ba4-4001-b6ad-a3e51f78cb31)

bug