码迷,mamicode.com
首页 >  
搜索关键字:directory not found    ( 12322个结果
No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the sp...
分类:Windows程序   时间:2014-06-28 17:35:57    阅读次数:608
JNDI 是什么
JNDI是 Java 命名与文件夹接口(Java Naming and Directory Interface),在J2EE规范中是重要的规范之中的一个,不少专家觉得,没有透彻理解JNDI的意义和作用,就没有真正掌握J2EE特别是EJB的知识。那么,JNDI究竟起什么作用?要了解JNDI的作用,我们...
分类:其他好文   时间:2014-06-24 09:55:24    阅读次数:255
用ip代替机器名访问sharepoint 站点
1. aam 里加入一个ip的internet 2. iis里不用加上ip,但不要有host name 出现的问题: 1. 当打开站点里会出现这个错误 file not found 2. 当加授予用户权限时,用户加不上去: Sorry, we're having trouble reaching t...
分类:其他好文   时间:2014-06-23 07:53:04    阅读次数:223
debain 命令
apt-get install lib32z1 如果libz.so.1: cannot open shared object file: No such file or directory在/etc/ld.so.conf中加入/usr/lib 增加类库所有路径 /sbin/ldconfig –v」来...
分类:其他好文   时间:2014-06-23 07:44:47    阅读次数:306
Eclipse C/C++和MinGW开发环境配置
最近开始重新学习C/C++,第一步当然就是IDE环境配置,一直Eclipse,buxiang...
分类:编程语言   时间:2014-06-22 21:53:24    阅读次数:297
apt-get无法下载,一些网址Not Found 404
apt-get无法下载,网址报 Not Found 404,原因是apt软件下载源有问题。 1.将/etc/apt/source.list里的内容替换。   再其它可以下载apt的ubuntu机器中拷贝过来覆盖此文件,再执行apt-get update更新source list。 2.“软件更新管理”->"设置"->“ubuntu软件”->“下载自”中修改软件下载源。...
分类:其他好文   时间:2014-06-22 20:39:06    阅读次数:150
Windows - Windows中的路径名(Directory Name)长度上限是248字节
可以用如下的C#代码可验证这个上限值。 // -------------------------------------------------------------------------------------------------------------------- // // Respect the work. // // // The program. // //...
分类:Windows程序   时间:2014-06-22 16:09:56    阅读次数:640
JNDI 是什么
JNDI是 Java 命名与文件夹接口(Java Naming and Directory Interface),在J2EE规范中是重要的规范之中的一个,不少专家觉得,没有透彻理解JNDI的意义和作用,就没有真正掌握J2EE特别是EJB的知识。那么,JNDI究竟起什么作用?要了解JNDI的作用,我们...
分类:其他好文   时间:2014-06-20 21:03:49    阅读次数:132
6 Java Exceptions that Haunts a Newbie Java Developer(Java菜鸟6种常见的异常)
Every now and then, I come across various newbies Java developers who are found to get stuck with some of the following common exceptions where I need...
分类:编程语言   时间:2014-06-20 17:19:52    阅读次数:325
C++中创建目录
1 char szDirName[] = "文件路径"; 2 CreateDirectory(szDirName, NULL) ; 3 //这样就可以了CreateDirectory功能:This function creates a new directory. If the underlyin....
分类:编程语言   时间:2014-06-20 15:04:20    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!