當我使用jQuery.load時,我試圖獲取JQueryValidate自定義驗證屬性似乎沒有工作。這是我的代碼: CreateViewModel.cs public class CreateViewModel
{
[DisplayName("Artwork")]
public int ArtworkId { get; set; }
[AtLeastOne("se
嗨,我試圖玩弄我的代碼,並不能真正弄清楚如何將我的代碼的一部分變成灰度。這是我的代碼: def grayScale(picture):
xstop=getWidth(picture)/2
ystop=getHeight(picture)/2
for x in range(0,xstop):
for y in range(0,ystop):