码迷,mamicode.com
首页 >  
搜索关键字:file system    ( 97928个结果
Red Hat Enterprise Linux Server 6.0官方多国语言版光盘镜像下载
来源:http://www.linuxidc.com/Linux/2011-09/43704.htm电驴下载:rhel-server-6.0-i386-dvd.isoed2k://|file|rhel-server-6.0-i386-dvd.iso|2931056640|503184dff4dd37...
分类:系统相关   时间:2014-05-17 04:55:49    阅读次数:422
ORA-1157错误解决
一.错误描述ORA-1157, "cannot identify/lock data file %s - see DBWR trace file"引起的原因:因为数据文件已经在被使用了从而导致数据库的后台进程不能找到相应的数据文件或者不能锁定相应的数据文件,这样数据库将禁止访问这些数据文件而其他的数...
分类:其他好文   时间:2014-05-17 04:42:32    阅读次数:289
Android -- 打开本地图片且显示路径
背景 代码 先上布局文件: 这里没有TextView,我最后是将路径以System.out.println方式输出的。初始化:button = (Button)findViewById(R.id.button); pic = (ImageView) findViewByI...
分类:移动开发   时间:2014-05-17 01:44:20    阅读次数:749
hust 1075 Every String Left Behind
题目描述Elenore has a list of strings that she wants to put in a file. She could just put them all into a file in order, but she wants to minimize the siz...
分类:其他好文   时间:2014-05-17 01:33:55    阅读次数:257
Program.cs 累积_C#
1 using System; 2 using System.Diagnostics; 3 using System.Threading; 4 using System.Windows.Forms; 5 using UtilityClass; 6 7 namespace Program 8 { .....
分类:其他好文   时间:2014-05-17 01:03:00    阅读次数:311
Silverlight网页打开后马上崩溃,“白屏”,而且毫无提示
如题,出现白屏的问题 在Application_UnhandledException函数内,跟踪异常e的提示信息,可以了解到如下信息:at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() ...
分类:Web程序   时间:2014-05-17 00:56:47    阅读次数:582
TraceLog.cs 累积 C#
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.IO; 5 using System.Diagnostics; 6 7 namespace Utility...
分类:其他好文   时间:2014-05-17 00:50:37    阅读次数:249
C#实体转换
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Reflection; /// /// 实体阅读器类,可以从DataTa...
分类:其他好文   时间:2014-05-17 00:20:57    阅读次数:341
C fwrite
功能:向文件读入写入一个数据块。用法:fwrite(const void *buffer,size_t size,size_t count,FILE *stream);(1)buffer:是一个指针,对fwrite 来说,是要输出数据的地址。(2)size:要写入内容的单字节数;(3)count:要...
分类:其他好文   时间:2014-05-16 23:37:49    阅读次数:303
[转]关闭word进程
命名空间:System.Diagnostics 以前在word的时候,经常碰到word进程产生一大堆,怕关错了,把用户自己打开的word也关闭,一直搞忽悠,今天上网花了10块钱,下了个文件,给我了一点启发,总于可以实现只关闭程序中打开的,,,我自己测试了,是可以实现的,各位也可以copy去试试,.....
分类:其他好文   时间:2014-05-16 22:55:43    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!