我们知道,系统盘空间的大小对于系统的运行速度有很大的影响,所以我们应该尽量减少系统盘的压力,而由于IE浏览器的收藏夹默认在系统盘,下面小编就教你如何更改收藏夹的位置。 使用win+R组合键,打开运行程序(或者使用开始菜单—运行),输入regedit,如图: 再打开的注册表编辑器里面选择HKEY_CU ...
分类:
其他好文 时间:
2017-07-11 11:16:24
阅读次数:
193
Sub 筛选OutLook主题并转发() On Error Resume Next Dim OutApp As Application Set OutApp = Application Dim OutMail As MailItem Dim OneAccount As Account Dim Usi... ...
分类:
其他好文 时间:
2017-07-11 09:40:21
阅读次数:
235
1、Import-General-Project from Folder or Archive 2、选择需要导入的项目(这里是一个多项目,选择主项目导入就行) 3、选中后finish就行了。 ...
分类:
编程语言 时间:
2017-07-10 16:34:03
阅读次数:
617
用 $.fn.tree.defaults 重写了 defaults。 依赖 draggable droppable 用法 Tree 能在 <ul> 元素里定义,此标记可以定义为叶节点和子节点。下面是一个示例: 复制代码代码如下: <ul id="tt"> <li> <span>Folder</spa ...
1. 安装VirtualBox 2. 安装Vagrant 3. 下载 centos-7.0-x86_64.box 【安装命令】 $ mkdir vagrant $ cd vagrant $ vagrant box add centos7 centos-7.0-x86_64.box $ vagrant ...
分类:
其他好文 时间:
2017-07-08 18:51:07
阅读次数:
161
1遍历当前所有androidapplicationproject文件夹,查找带有Test字符的文件夹,编译之后移动到同一个folder。pattern="Test"
for_dirin*"${pattern}"*;do
[-d"${_dir}"]&&dir="${_dir}"
echo"${dir}"
cd${dir}
./gradlewcleanassemble
targetPath=output
mvapp/build..
分类:
系统相关 时间:
2017-07-07 20:11:39
阅读次数:
225
I was running Eclipse Neon.2 and the Android SDK Build-tools + platform-tools version 26 on Mac OS 10.12.4 and none of the above answers (including th ...
分类:
移动开发 时间:
2017-07-07 19:53:53
阅读次数:
284
1、函数命令高于内置命令:fucnction cd () { echo 123; }cd123取消CD命令:unset cd 2、read命令:read -p 'pls input your hostname:' name#echo $name取name值:echo $name 3、函数使用: # ...
分类:
系统相关 时间:
2017-07-05 11:43:06
阅读次数:
212
For this error, there can be different solutions. I have noted down the ones that had worked for me. Solution 1. This is always happened in deployment... ...
分类:
系统相关 时间:
2017-07-05 09:59:57
阅读次数:
1078
<!--done--> Django之Form组件 Django的Form主要具有一下几大功能: 生成HTML标签 验证用户数据(显示错误信息) HTML Form提交保留上次提交数据 初始化页面显示内容 小试牛刀 1、创建Form类 from django.forms import Form fr ...
分类:
其他好文 时间:
2017-07-04 20:01:56
阅读次数:
237