//pbak是要检查是否为空的文件夹路径 if (Directory.GetDirectories(pbak).Length > 0 || Directory.GetFiles(pbak).Length > 0) { Response.Write(""); }
分类:
其他好文 时间:
2014-07-06 22:13:49
阅读次数:
629
1、The superclass “javax.servlet.http.httpservlet” is not found in the build path 原因:未添加server library 解决:在工程的build path-》library中添加server runtime li.....
分类:
系统相关 时间:
2014-07-06 17:51:02
阅读次数:
208
getExternalFilesDirgetExternalFilesDir(Environment.DIRECTORY_PICTURES).getAbsolutePath()返回的是图片存放的标准目录,应用被卸载时这个目录也会被删除。参数还有:public static String DIRECT...
分类:
移动开发 时间:
2014-07-06 16:21:38
阅读次数:
261
不知道怎么回事,实验室的电脑在同学搞过之后,每次启动都报错rpcbind: cannot open '/run/rpcbind/rpcbind.xdr' file for reading, errno 2 (no such file or directory)rpcbind: cannot open...
分类:
其他好文 时间:
2014-07-06 14:45:46
阅读次数:
301
You can easily mount remote server file system or your own home directory using special sshfs and fuse tools.FUSE - Filesystem in UserspaceFUSE is a L...
分类:
系统相关 时间:
2014-07-05 16:58:48
阅读次数:
294
数据库是在linux服务器上,需要用impdp方式导入一个dmp,用root用户登录该数据库服务器后,直接采用impdp命令执行导入操作,提示:KSH:impdp:not found。经查原来是操作的用户不对,linux服务器下,执行expdp,impdp命令,必须以oracle用户登录,即 su....
分类:
系统相关 时间:
2014-07-03 21:06:32
阅读次数:
514
今天是2014-05-27,今天遇到一个lib问题,再次记录一下。这是一个案例,更是一种解决该问题的方法过程。当我们在使用sqlplus 登陆unix数据库的时候,有可能出现类似:xxxxxxbad ELF interpreter: No such file or directory的问题。该问题....
分类:
数据库 时间:
2014-07-03 20:42:12
阅读次数:
253
完整错误信息:THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOTLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT...
分类:
编程语言 时间:
2014-07-03 16:49:25
阅读次数:
387
控制面板
程序
打开或关闭windows程序
Internet信息服务
万维网服务
应用程序开发功能
勾选.net 扩展性 ASP ASP.net
按照这个顺序就可以解决该问题。...
分类:
其他好文 时间:
2014-07-03 16:41:51
阅读次数:
254
MySQL 服务正在启动 .MySQL 服务无法启动。系统出错。发生系统错误 1067。进程意外终止。检查了一个晚上才发现是---配置问题#Path to installation directory. All paths are usually resolved relative to this....
分类:
数据库 时间:
2014-07-03 12:14:10
阅读次数:
808