码迷,mamicode.com
首页 >  
搜索关键字:mobile opencart 自适应主题模板 abc-0074    ( 3612个结果
简述移动通信的网络制式
网络制式就是网络的类型。 GSM/CDMA GSM 和 CDMA 是两种不同的 2G 网络制式。 中国移动 和 中国联通 采用的2G网络制式为GSM,而中国电信的2G网络制式采用了CDMA。 GSM是全球移动通信系统的英文缩写(Global System For Mobile Communicati ...
分类:移动开发   时间:2019-01-07 00:20:05    阅读次数:270
Playing with Content-Type – XXE on JSON Endpoints
Many web and mobile applications rely on web services communication for client-server interaction. Most common data formats for web services are XML, ...
分类:Web程序   时间:2019-01-06 18:52:30    阅读次数:185
Privacy Policy - dog app
What information do we collect? We collect certain information from your mobile device, including but not limited to the following: · Device and Usage ...
分类:移动开发   时间:2019-01-06 13:33:29    阅读次数:221
前端小知识
1.前端开发工程师,不关心手机分辨率,我们只关心手机视口 2.手机浏览器内核:微软的Trident 火狐的Gecko 开源的内核Webkit Opera的Presto 目前微软的Trident在移动终端上主要为WP7、8系统内置浏览器。Opera的Presto内核主要为 Opera Mobile、O ...
分类:其他好文   时间:2019-01-04 12:16:30    阅读次数:191
媒体查询
> [responsive design - On desktop PC, mobile css loads first, then it switches to the desktop version - Stack Overflow](https://stackoverflow.com/ques... ...
分类:其他好文   时间:2019-01-03 00:39:52    阅读次数:221
判断在移动端还是PC打开
var browser = { versions: function() { var u = navigator.userAgent, app = navigator.appVersion; return { //移动终端浏览器版本信息 trident: u.indexOf('Trident') > ...
分类:移动开发   时间:2019-01-02 15:10:53    阅读次数:244
mysql 创建表单
1 ...
分类:数据库   时间:2019-01-01 21:03:33    阅读次数:197
JQuery Mobile - input 属性为 number,maxlength不起作用如何解决?
<input type="text" maxlength="5" /> 效果ok,当 <input type="number" maxlength="5" />时maxlength失效,长度可以无限输入。 解放方案: 原文:https://blog.csdn.net/malan_wpf/articl ...
分类:Web程序   时间:2019-01-01 11:11:17    阅读次数:184
短信验证码js
``` var isSmsSend = false; function clickButtona(obj){ var obj = $(obj); var mobile=$("input[name=mobile]").val(); var URL1 = "{:url('member/index/get... ...
分类:Web程序   时间:2018-12-31 20:28:06    阅读次数:137
is_mobile()判断手机移动设备
is_mobile()判断手机移动设备.md is_mobile()判断手机移动设备 制作响应式主题时会根据不同的设备推送不同的内容,是基于移动设备网络带宽压力,避免全局接收pc端内容。 ...
分类:移动开发   时间:2018-12-31 19:43:39    阅读次数:245
3612条   上一页 1 ... 42 43 44 45 46 ... 362 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!