总是忘记, 备份一下,方便下次用.第一种:File directory = new
File("");//参数为空String courseFile = directory.getCanonicalPath()
;System.out.println(courseFile);结果:C:\Docume...
分类:
编程语言 时间:
2014-05-08 12:43:50
阅读次数:
343
其中flxuser为用户名,flxuser为密码,file值为导入到数据库中的备份文件。oracle10g和oracle11g导入导出数据的命令方式大有不同:oracle10g导入数据:
impflxuser/flxuserfile=test.dmplog=test_20140507.logfull...
分类:
数据库 时间:
2014-05-08 12:13:36
阅读次数:
428
asp.net下载文件几种方式 protected void Button1_Click(object
sender, EventArgs e) { /*
微软为Response对象提供了一个新的方法TransmitFile来解决使用Response.BinaryWrite 下载超过400m...
分类:
Web程序 时间:
2014-05-08 11:54:24
阅读次数:
498
Unity3d导入工程出现错误“Creating unique file:creating file
Temp/tempFile failed.Please ensure there is enough disk space and you have
permissions setup correc...
分类:
其他好文 时间:
2014-05-08 11:50:15
阅读次数:
803
1.表和数据恢复1、从回收站里查询被删除的表 select
object_name,original_name,partition_name,type,ts_name,createtime,droptime from
recyclebin; 2.执行表的恢复语句 flashback table ta...
分类:
数据库 时间:
2014-05-08 11:26:33
阅读次数:
350
Flex读取txt文件中的内容
自动生成的文件
LoadTxt-app.xml:
<!-- Adobe AIR Application Descriptor File Template.
Specifies parameters for identifying, installing, and launching AIR applications.
xmlns - ...
分类:
其他好文 时间:
2014-05-08 03:58:40
阅读次数:
261
package org.mark.file;
import java.io.File;
/**
* File类的基本操作之读出全部文件夹路径
* 如果给定一个目录,要求将此目录中的全部文件都列出来
* 使用递归
*/
public class TestChare {
/**
* @param args
*/
public static void main(String[]...
分类:
其他好文 时间:
2014-05-08 03:53:29
阅读次数:
259
1 wait方法:
该方法属于Object的方法,wait方法的作用是使得当前调用wait方法所在部分(代码块)的线程停止执行,并释放当前获得的调用wait所在的代码块的锁,并在其他线程调用notify或者notifyAll方法时恢复到竞争锁状态(一旦获得锁就恢复执行)。
调用wait方法需要注意几...
分类:
编程语言 时间:
2014-05-08 01:18:35
阅读次数:
403
以上有待大家商榷给出分数值,并且等待后续项目进展给出改进以及补漏。
分类:
其他好文 时间:
2014-05-08 00:48:40
阅读次数:
271
后台: protected void ibtnRegedit_Click(object sender,
ImageClickEventArgs e) { if (!Page.IsValid || !CheckVCode()) retu...
分类:
其他好文 时间:
2014-05-08 00:44:32
阅读次数:
281