码迷,mamicode.com
首页 >  
搜索关键字:shortcut startmenu m    ( 457个结果
学习JavaScript应该尽早知道的几个技巧
Shortcut Notations 简洁写法 One of the things I love most about JavaScript now is shortcut notations to generate objects and arrays. So, in the past when we wanted to create an object, we wrote: 在过去...
分类:编程语言   时间:2016-05-17 16:11:08    阅读次数:286
favicon.ico应用与正则表达式验证邮箱(可自动删除前后的空格)
1.favicon.ico制作:favicon.ico可以ps制作;“shortcut icon”中间有一个空格 <head> <link rel="shortcut icon" href="favicon.ico"> </head> 2.正则表达式验证邮箱(可自动删除前后的空格) [\s*\w+( ...
分类:其他好文   时间:2016-05-13 09:49:16    阅读次数:127
Action属性值
String ADD_SHORTCUT_ACTION 动作: 在系统中添加一个快捷方式。 "android.intent.action.ADD_SHORTCUT"   String ALL_APPS_ACTION 动作: 列举所有可用的应用。 "android.intent.action.ALL_APPS"   String ALTERNATIVE_CATEGORY 类别: 说...
分类:其他好文   时间:2016-05-13 04:26:55    阅读次数:194
[HTML5] Shortcut for generate the code
For example we want to generate the code like this: So it is three div, has a id called tab1,2,3 and a class tab. inside the div, has h1 with the cont ...
分类:Web程序   时间:2016-05-07 18:15:25    阅读次数:162
CSS:<link>标签rel和media的解释
代码: media = "screen" rel = "stylesheet" rel:relations的缩写,是指的关联到的文件是什么。此处是指关联到一个stylesheet rel = "shortcut icon"和"icon"的区别: shortcut icon特指浏览器地址栏左侧显示的图 ...
分类:Web程序   时间:2016-04-28 14:20:20    阅读次数:167
手机APP创建桌面快捷方式
预览: 需要权限: 1 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" /> 配置文件:AndroidManifest.xml 在应用的闪屏页面Activity的 oncreate方法调 ...
分类:移动开发   时间:2016-04-18 00:49:19    阅读次数:358
静态页面常用到
<!DOCTYPE html> <html manifest="/m.appcache">页面ICON image/x-icon|image/gif<link rel="shortcut icon" href="http://example.com/favicon.ico" type="image/ ...
分类:其他好文   时间:2016-03-26 10:39:35    阅读次数:109
网页制作知多少
网页制作知多少 一、通用模板: <!DOCTYPE html> <html lang=”en”>    <head>        <meta  charset=”UTF-8”/>        <title>文档标题</title>        <link  rel="shortcut
分类:Web程序   时间:2016-03-13 00:33:56    阅读次数:173
浏览器窗口 标签 图标 ,添加方法
在浏览器标签窗口添加 图片,要实现下图 箭头 所标的效果: 实现方法: 在页面的头部加上这句代码 <link rel="shortcut icon" href="Images/titleLog.ico" /> 其中 href是图片的路径 完整代码: 1 <!DOCTYPE html> 2 <html
分类:其他好文   时间:2016-03-11 12:01:08    阅读次数:169
Android -- 创建桌面快捷方式
/** * * 返回添加到桌面快捷方式的Intent: * * 1.给Intent指定action="com.android.launcher.INSTALL_SHORTCUT" * * 2.给定义为Intent.EXTRA_SHORTCUT_INENT的Intent设置与安装时一致的action(
分类:移动开发   时间:2016-03-11 08:51:35    阅读次数:145
457条   上一页 1 ... 33 34 35 36 37 ... 46 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!