【转】02-HTML5新的input属性 本节重点 HTML5 拥有多个新的表单输入类型。这些新特性提供了更好的输入控制和验证 本节介绍新的输入类型: date datetime datetime-local email month number range search tel time url ...
分类:
Web程序 时间:
2019-02-06 22:43:31
阅读次数:
225
SQL中用于统计的函数时:COUNT()。 针对count函数的使用做一个记录,很简单。 首先我数据库中建个表TEST,数据如下: 表中ID和NAME都是不重复的数据,HOME、TEL、PATH中存在重复数据,其中PATH中存在空数据。 现查询语句如下: ...
分类:
数据库 时间:
2019-01-30 13:09:38
阅读次数:
597
//1.拨打电话 // 给移动客服10086拨打电话 Uri uri = Uri.parse("tel:10086"); Intent intent = new Intent(Intent.ACTION_DIAL, uri); startActivity(intent); //2.发送短信 // 给 ...
分类:
移动开发 时间:
2019-01-28 17:42:20
阅读次数:
178
项目是vue写的(移动端) <div class="mui-scroll"> <a :href="bannerinfo.activity_url" class="icon play"> 链接点击没反应(点元素的最左边才会跳转) </a> <a :href="'tel:'+item.ac_mobile ...
分类:
其他好文 时间:
2019-01-09 15:06:45
阅读次数:
301
App Technical Support Email:799982464@qq.com TEl: +86-13723236417 ...
分类:
移动开发 时间:
2019-01-08 12:18:22
阅读次数:
169
$(document).on('click','#getcode',function(){ var tel = $('#tel').val(); var _this = $('#getcode'); var _this_html = _this.html(); const numreg = /^\d... ...
分类:
移动开发 时间:
2019-01-05 17:13:36
阅读次数:
202
为了在移动端实现密码输入框且调起的键盘为数字键盘,可以用-webkit-text-security:disc;text-security:disc;属性来实现。 语法: text-security: circle | disc | none | square; -webkit-text-securi ...
分类:
其他好文 时间:
2019-01-02 16:19:03
阅读次数:
550
主键在进行模糊查询时 如果查询全部字段,或查询的字段没有索引,那么主键索引无效。例如:select * 或者select tel没有tel的相关索引 如果查询的字段存在索引,这会使用查询字段的索引,例如select name 有索引money,name 普通索引这不存在该问题。 原因暂时没弄明白,用 ...
分类:
其他好文 时间:
2018-12-23 15:19:22
阅读次数:
180
本节重点 HTML5 拥有多个新的表单输入类型。这些新特性提供了更好的输入控制和验证 本节介绍新的输入类型: date datetime datetime local email month number range search tel time url week color color 类型用在 ...
分类:
Web程序 时间:
2018-12-20 14:35:03
阅读次数:
188
手机访问网站,点击手机号码直接拨打电话: < a href=”tel://158xxxxxxxx”>号码< /a> 这种方式塞班、安卓与iphone都支持。 经过测试这段拨号代码< a href=”wtai://wp/mc;158xxxxxxxx ”>拨打电话只在塞班与安卓上支持,而iphone是不 ...
分类:
移动开发 时间:
2018-12-14 12:54:23
阅读次数:
2190