实现原理: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风格,云桌面风格】...
分类:
其他好文 时间:
2015-06-07 23:41:43
阅读次数:
1143
插件安装:启动方式:postman-rest client shortcut发现还是用Postman这个比单独的RestClient好;
分类:
其他好文 时间:
2015-06-02 19:48:15
阅读次数:
491
常用的快捷键:Ctrl + d 删除一个字符,相当于通常的Delete键(命令行若无所有字符,则相当于exit;处理多行标准输入时也表示eof)Ctrl + h 退格删除一个字符,相当于通常的Backspace键Ctrl + u 删除光标之前到行首的字符Ctrl + k 删除...
分类:
系统相关 时间:
2015-05-26 18:14:58
阅读次数:
189
Task / Shortcut WidgetsThe standard way of running a Tasker task is by attaching it to a profile which performs it when the profile becomes active. Ho...
分类:
其他好文 时间:
2015-05-20 00:07:43
阅读次数:
107
原因:
写这个的原因就是网上大都是告诉你如何用drawable里的资源做快捷方式,那么本地的图片能不能做快捷方式呢?肯定是可以的,所以我找了下安卓的源码,发现有这样的介绍
/**
* Activity Action: Creates a shortcut.
* Input: Nothing.
* Output: An Intent representing...
分类:
移动开发 时间:
2015-05-18 16:50:03
阅读次数:
144
1.布局文件中,目标Activity加入以下filter 2.通过发送广播的方式调用 Intent shortcut = new Intent("com.android.launcher.action.INSTALL_SHORTCUT"); shortcut.putEx...
分类:
移动开发 时间:
2015-05-11 12:42:27
阅读次数:
123
$shell = New-Object -ComObject WScript.Shell$desktop = [System.Environment]::GetFolderPath('Desktop')$shortcut = $shell.CreateShortcut("$desktop\Smart...
分类:
其他好文 时间:
2015-05-11 10:36:13
阅读次数:
114
基本的两种task调用方式: apply_async()和delay(),前者要把参数放在元组或字典中,后者直接使用参数 快速参考: T.delay(arg, kwarg=value) always a shortcut to .apply_async. T.apply_async((arg, ), {‘kwar...
分类:
其他好文 时间:
2015-04-26 15:21:48
阅读次数:
191
BillGates特别推崇的Metro界面是不是让你有点无所适从?既然这样,无非两条路供我们选择,第一个是改变我们自己去适应这个变化,第二个就是改变windows环境。对大多数人来说,江山易改,本性难移,习惯成自然,所以改变自己是一时半会儿行不通的,那就走第二条路吧,我来给大家..