码迷,mamicode.com
首页 >  
搜索关键字:folder    ( 1374个结果
ECShop 环境搭建报错处理集锦
1、ECSHOP错误Redefining already defined constructor for class如何解决打开includes/cls_capcha.php,将函数 function captcha($folder = '', $width = 145, $height = ...
分类:其他好文   时间:2015-03-13 12:21:43    阅读次数:134
《virtualbox完全学习手册》
《virtualbox完全学习手册》之VirtualBox开源版和闭源版的区别《virtualbox完全学习手册》之 玩转virtualbox的虚拟BIOS《virtualbox完全学习手册》之 虚拟机也玩多屏显示《virtualbox完全学习手册》之shared folder功能详解01《virt...
分类:其他好文   时间:2015-03-09 14:19:33    阅读次数:528
【转】【教程】实现Virtualbox中的XP虚拟机和主机Win7之间的共享文件夹
原文网址:http://www.crifan.com/add_share_folder_for_virtualbox_guest_xp_and_host_win7/已经实现了在主机Win7下,在Virtualbox中安装了XP虚拟机。现在需要将Win7中一个文件共享到XP虚拟机中。所以需要去折腾Vi...
分类:Windows程序   时间:2015-03-08 00:01:05    阅读次数:456
EGit系列第一篇——创建本地仓库
首先,用Eclipse创建一个项目,然后右键项目Team\Share Preject...然后出来Share Preject对话框,选择git点击下一步配置Git仓库,通常在项目本地目录创建仓库,所以勾选上面的Use or create rep... in parent folder of prej...
分类:其他好文   时间:2015-03-06 18:55:40    阅读次数:161
Python写自动化之图标锁定到任务栏或删除图标
这个功能在windows上测试安装卸载时,有时会用到,网上查到的两种语言的版本如下: C#版: Shell shell = new Shell(); Folder folder = shell.NameSpace(Path.GetDirectoryName(appPath)); FolderItem app = folder.ParseName(Path.GetFileName(appPath...
分类:编程语言   时间:2015-03-05 17:12:32    阅读次数:434
清除SVN获取文件的所有.svn文件夹
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\清除SVN信息] @="清除 .SVN文件夹"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Fold...
分类:其他好文   时间:2015-03-05 14:27:13    阅读次数:111
该文档是收录的openfire群中一个朋友收录的类说明
1. build path: a) source folder:包括openfire和各插件的代码。 b) libraries:build/lib下jar包和插件下jar包,jdk/lib/tools.jar(编译jsp需要)。 2. ant build:build/build.xml a) openfire(default):构...
分类:其他好文   时间:2015-03-04 13:12:04    阅读次数:221
The URL "filename" is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web
Sharepoint Error : The URL "filename" is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the ...
分类:Web程序   时间:2015-03-04 12:47:06    阅读次数:146
ibatis.net demo
1. download ibatis.nethttps://code.google.com/p/mybatisnet/2. add all dll as reference to your project (or add dlls in folder a as reference to your p...
分类:Web程序   时间:2015-03-03 18:07:53    阅读次数:291
Android getResources的作用和须要注意点
今天做一个Android的文件管理器,里面用到非常多的地方用到了getResources。Drawable currentIcon = null;currentIcon = getResources().getDrawable(R.drawable.folder);currentIcon = ge....
分类:移动开发   时间:2015-03-01 19:45:36    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!