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
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
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
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
代码: media = "screen" rel = "stylesheet" rel:relations的缩写,是指的关联到的文件是什么。此处是指关联到一个stylesheet rel = "shortcut icon"和"icon"的区别: shortcut icon特指浏览器地址栏左侧显示的图 ...
分类:
Web程序 时间:
2016-04-28 14:20:20
阅读次数:
167
预览: 需要权限: 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
/** * * 返回添加到桌面快捷方式的Intent: * * 1.给Intent指定action="com.android.launcher.INSTALL_SHORTCUT" * * 2.给定义为Intent.EXTRA_SHORTCUT_INENT的Intent设置与安装时一致的action(
分类:
移动开发 时间:
2016-03-11 08:51:35
阅读次数:
145