码迷,mamicode.com
首页 >  
搜索关键字:shortcut    ( 449个结果
Android-Shortcut
Android-Shortcut 一 shortcut 应用程序快捷方式二 创建shortcut的两种方式 通过配置manifest文件,让程序可以从Launcher中添加 1 在manifest文件中注册一个Activity_1,目的是添加到快捷方式列表上...
分类:移动开发   时间:2015-07-03 09:17:33    阅读次数:245
[ShortCut] Visual Studio快捷键
msdn官方快捷键说明:https://msdn.microsoft.com/zh-cn/library/da5kh0wa.aspx测试工具: visual studio 2013操作步骤: 1.功能键 F1:帮助,F2:文件重命名,F3:搜索下一个,F4:属性窗口,F5:运行, F...
分类:其他好文   时间:2015-06-25 21:01:48    阅读次数:89
[ShortCut] IE10快捷键
适用范围: Windows 8操作步骤: 1、快速输入网址: “Ctrl+L”、“F4”:在IE10下按下“Ctrl+L”快捷键,可以直接将光标转到浏览器地址栏(注:地址栏中的网址会被选中),可以直接在地址栏输入网址了。 2、快捷搜索: “Ctrl+E”:在IE10下按下“Ctrl+E”快...
分类:其他好文   时间:2015-06-25 20:55:21    阅读次数:114
js jquery插入元素后事件会被注销
js jquery插入元素后事件会被注销document.body.innerHTML +=test //这个会注销事件$(document.body).append(str);//使用这个也可以绑定事件。例子://快捷键双击 $(".app_shortcut_item").dblcl...
分类:Web程序   时间:2015-06-21 23:38:52    阅读次数:169
springMVC笔记(五)- 使用mvc:view-controller
先来看看官方文档上对mvc:view-controller的说明:This is a shortcut for defining a ParameterizableViewController that immediately forwards to a view when invoked. Use...
分类:编程语言   时间:2015-06-16 16:31:55    阅读次数:160
Android为应用在桌面添加一个快捷方式
Intent addIntent=new Intent("com.android.launcher.action.INSTALL_SHORTCUT");Parcelable icon=Intent.ShortcutIconResource.fromContext(MainActivity.this,...
分类:移动开发   时间:2015-06-11 10:57:40    阅读次数:131
Android 应用添加快捷方式
实现原理:intent的使用,代码如下: 1 //创建快捷方式 2 private void createShortcut() { 3 Intent shortcut = new Intent("com.android.launcher.action.INSTALL_SH...
分类:移动开发   时间:2015-06-09 19:10:06    阅读次数:178
jeecg 3.5.2 新版本4种首页风格 【经典风格,shortcut风格,ACE bootstrap风格,云桌面风格】
jeecg 3.5.2 新版本4种首页风格 【经典风格,shortcut风格,ACE bootstrap风格,云桌面风格】...
分类:其他好文   时间:2015-06-07 23:41:43    阅读次数:1143
PostMan用法(接口调试神器)配置
插件安装:启动方式:postman-rest client shortcut发现还是用Postman这个比单独的RestClient好;
分类:其他好文   时间:2015-06-02 19:48:15    阅读次数:491
Mac OS X(Yosemite) Console Shortcut
常用的快捷键:Ctrl + d 删除一个字符,相当于通常的Delete键(命令行若无所有字符,则相当于exit;处理多行标准输入时也表示eof)Ctrl + h 退格删除一个字符,相当于通常的Backspace键Ctrl + u 删除光标之前到行首的字符Ctrl + k 删除...
分类:系统相关   时间:2015-05-26 18:14:58    阅读次数:189
449条   上一页 1 ... 36 37 38 39 40 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!