码迷,mamicode.com
首页 >  
搜索关键字:folder    ( 1374个结果
MyEclipse上的第一个java web
简单讲解如何MyEclipse上开发一个web project 以及如何部署的问题。 第一步: 创建一个web project          File -> New -> Web Project 将出现以下界面:         输入你的Project Name。Source Folder、Web root folder、Context root URL默认即可。 Sourc...
分类:编程语言   时间:2014-10-29 19:23:23    阅读次数:181
Instructions Set JAVA_HOME System-Wide
InstructionsSet JAVA_HOME System-Wide1Start a root terminal session and then change directories to the /usr/lib/jvm folder. If you prefer, you can als...
分类:编程语言   时间:2014-10-28 23:29:22    阅读次数:315
Assets理解随笔
在PlayFramework中应用在Play框架中提供的都是动态文件响应,前端工作内容大部分是静态文件.Assets大概起的就是这个作用.默认路径看conf/routes里:# Map static resources from the /public folder to the /assets U...
分类:其他好文   时间:2014-10-28 21:30:57    阅读次数:161
Restore Oracle database to another server
1. Copy or remotely mount the backupset folder from the source server to the target server2. On the target server, export ORACLE_SID as same as the so...
分类:数据库   时间:2014-10-28 00:34:09    阅读次数:309
android 原生的DownloadManager
代码:public class MainActivity extends Activity { private DownloadManager downloadManager; public static final String DOWNLOAD_FOLDER_NAME = "Trin...
分类:移动开发   时间:2014-10-27 16:59:08    阅读次数:443
Eclipse.Error.gen already exists but is not a source folder.
在Eclipse ADT来开发Android App时会遇到以下问题:"myproject/gen already exists but is not a source folder. Convert to a source folder or rename it"解决办法是:1.Right cli...
分类:系统相关   时间:2014-10-23 12:00:43    阅读次数:258
mysql自动化安装脚本
学习了两周linuxshell脚本,终于写出一个mysql自动化安装脚本。加上今天一整天的测试,可以正常执行安装mysql5.5.40.其他版本还没有测试。现分享一下。也请高手指点一下。执行该脚本的前提是:环境介绍:1、redhat6.3x64,最小化安装2、RAM:2G,HD:30G3、关闭selinux4、配置好yu..
分类:数据库   时间:2014-10-21 15:36:41    阅读次数:410
Reducing File Size
【Reducing File Size】1、Unity strips out unused assets。 The amount of assets in your project folder doesnotinfluence the size of your built player. Uni....
分类:其他好文   时间:2014-10-20 23:15:51    阅读次数:247
上传图片到文件夹并显示在GridView控件里面
http://aspsnippets.com/Articles/Upload-images-to-folder-and-display-uploaded-images-in-ASPNet-GridView-using-C-and-VBNet.aspx1. Html 页面 ...
分类:Web程序   时间:2014-10-20 19:01:10    阅读次数:188
记录:mac上的一些小技巧
1 如何在finder终打开指定的目录方法一:打开finder按shift+command+g, 打开go to folder输入目录的路径。方法二:打开terminal,cd到指定的目录,然后输入“open .”。2 快捷键command+r: 刷新网页两个手指点击:右键菜单两个手指滑动:滑轮(...
分类:系统相关   时间:2014-10-18 01:49:36    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!