码迷,mamicode.com
首页 >  
搜索关键字:copy file    ( 62933个结果
android使用apktool反编译出现Input file (d:\t) was not found or was not readable
Input file (d:\t) was not found or was not readable 出现这个错误是因为apktool压缩包下载错误,我是下成首页的那个压缩包了 正确下载地址:https://code.google.com/p/android-apktool/downloads/l...
分类:移动开发   时间:2014-05-26 12:35:23    阅读次数:1117
MyEclipse10下创建web项目并发布到Tomcat
MyEclipse10下创建web项目并发布到Tomcat1、软件安装(不作详细描述)2、启动MyEclipse103、File-New-Project,选中Web Project,点击Next(或者直接File-New-Web Project)4、在Web Project Details的Proj...
分类:Web程序   时间:2014-05-26 12:16:15    阅读次数:298
Eclipse “Invalid Project Description” when creating new project from existing source
1) File>Import>General>Existing Project into Workspace2) File>Import>Android>Existing Code into Workspace
分类:系统相关   时间:2014-05-26 10:51:33    阅读次数:280
PPT里面添加3Dvia Composer Player 控件
本实例是Office 2013 版本1打开文件-选项---自定义功能区--主选项卡---开发工具 :如图4然后将在菜单栏里面看到 开发工具5然后将出出一个十字 绘制你想要的区域6 鼠标右击 控件7设置 Composer File Name
分类:其他好文   时间:2014-05-26 10:27:47    阅读次数:595
sed & awk
看到过的最好的一个讲解sed & awk的PPT http://www.cs.nyu.edu/~mohri/unix08/lect5.pdf 现在制作一个自己的版本的ls sed_ls_fmt s/^d/dir /1s/^-/file /1s/\([rwxs-]\{3\}\)\([rwxs-]\{3...
分类:其他好文   时间:2014-05-26 09:59:23    阅读次数:298
六分钟学会创建Oracle表空间的步骤
经过长时间学习创建Oracle表空间,于是和大家分享一下,看完本文你肯定有不少收获,希望本文能教会你更多东西。1、先查询空闲空间selecttablespace_name,file_id,block_id,bytes,blocksfromdba_free_space;2、增加Oracle表空间先查询...
分类:数据库   时间:2014-05-26 09:30:23    阅读次数:368
const 和 readonly(5)
const 和 readonly 的异同Constreadonly字面意不变常量,不可修改只读操作,不可写初始化必须在声明的同时赋值可在声明和构造方法中进行赋值所属关系类、即static对象、即实例成员常量产生时机编译常量 必须保证其要初始化的值必须在编译时可以被确定。在编译的时候,用计算出来...
分类:其他好文   时间:2014-05-26 09:11:14    阅读次数:150
MVC 返回ActionResult 类型
1. Content() 返回文本类型,比如"Hello World!".2.File() 返回文件类型,如PDF,JPG.3.HttpNotFound() 返回404 HTTP 状态码.4.JavaScript() 返回Javascipt 内容. 如 function test(){al...
分类:Web程序   时间:2014-05-26 08:27:06    阅读次数:400
IIS mp4
1) Select the site to configure in IIS, right click and select "Properties"2) Under HTTP Headers Tab, select "File Types" under the MIME Map section a...
分类:其他好文   时间:2014-05-24 09:08:53    阅读次数:299
文件夹
import java.io.*; import java.io.*;class Main{ public static void main(String[] args) throws IOException{ // File path=new File("e:\\liudan...
分类:其他好文   时间:2014-05-24 08:07:58    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!