c# 生成 验证码
摘要:/// /// 生成验证码图片 /// public void CreateCheckCodeImage() { string checkCode = VerficationCodeSrc(5); if (checkCode == null || checkCode.Trim() == String.Empty) return; //string checkCode = "asfd2"...
阅读全文
posted @
2019-05-24 09:05
Aaron_Net
阅读(154)
推荐(0) 编辑
vue checkbox ajax
摘要:<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>分页</title> <style> *{margin: 0;padding: 0;}
阅读全文
posted @
2019-05-17 16:26
Aaron_Net
阅读(146)
推荐(0) 编辑
jquery switch
摘要:data-on-text="open" ontext offtext size null, 'mini', 'small', 'normal', 'large' onColor offColor ...
阅读全文
posted @
2019-05-16 16:40
Aaron_Net
阅读(738)
推荐(0) 编辑