摘要:参考:http://www.cnblogs.com/rohelm/p/4033513.html 1. 必填项验证 <input type="text" required /> 2. 最小/大长度 <input type="text" ng-minlength="5" ng-maxlength="10
阅读全文
02 2017 档案
摘要:参考: http://www.cnblogs.com/guanglin/p/5200097.html http://www.runoob.com/angularjs/ng-ng-cloak.html ng-model、ng-bind、{{}} ==》 ng-model,一般用于输入标签,实现数据的双
阅读全文
摘要:1.Input只能输入正整数 <html> <head> <title>只能输入正整数</title> </head> <body> 兑换数量:<input type="text" ID="txtNumber" Width="50px" onkeyup="if(this.value.length==
阅读全文
摘要:汉字转语音:https://ttsmaker.cn/ 各种资源:(夸克、阿里....)https://tuostudy.upnb.top/ —— 内含 各种学习资源、学生、成人等等..... Chloe.ORM https://github.com/shuxinqin/Chloe/wiki/MySq
阅读全文
摘要:参考: http://blog.csdn.net/zwk626542417/article/details/9796259 IIS全称为互联网信息服务,是由微软公司提供的基于运行MicrosoftWindows的互联网基本服务。 操作步骤: 1.开启IIS服务 2.将IIS注册到VS 3.网站发布
阅读全文