码迷,mamicode.com
首页 >  
搜索关键字:active directory    ( 10384个结果
动态链接库找不到 : error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory
问题:运行gsl(GNU scientific Library)的函数库,用gcc erf.c -I/usr/local/include -L/usr/local/lib64 -L/usr/local/lib -g -Wall --std=gnu99 -lgsl -lgslcblas -o m.o编...
分类:其他好文   时间:2014-07-22 22:54:54    阅读次数:591
[MacOSX]
When i run svn up in the folder, i got these error:svn: Error converting entry in directory 'XXXXX' to UTF-8svn: Can't convert string from native enco...
分类:其他好文   时间:2014-07-19 21:20:46    阅读次数:247
网站开发_从基础做起2
一超链接的四种样式a:link {color: #FF0000} /* 未访问的链接 */a:visited {color: #00FF00} /* 已访问的链接 */a:hover {color: #FF00FF} /* 鼠标移动到链接上 */a:active {color: #0000FF} /...
分类:Web程序   时间:2014-07-18 23:27:51    阅读次数:435
在浏览器中通过bartender,调用条码打印机的active控件代码的实现
网页中调用条码打印机 bartender软件...
分类:其他好文   时间:2014-07-18 22:25:36    阅读次数:386
C#、ASP.NET获取当前应用程序的绝对路径,获取程序工作路径 (转帖)
C#、ASP.NET获取当前应用程序的绝对路径,获取程序工作路径============================================使用 Application.StartupPath至于System.IO.Directory.GetCurrentDirectory不行,因为应用...
分类:Web程序   时间:2014-07-18 19:30:04    阅读次数:374
Myeclipse---常用快捷键
Ctrl+1 快速修复Ctrl+D 删除当前行Ctrl+/ 注释当前行,再按则取消注释 (对java代码有效)Ctrl+M 切换窗口的大小Ctrl+I 格式化激活的元素Format Active Elements。Ctrl+Shift+/ 自动注释代码Ctrl+Shift+\ 自动取消已经注释的代码...
分类:系统相关   时间:2014-07-18 15:38:37    阅读次数:304
IndexWriter.addIndexes解析
SegmentInfo包含除了delCount和delGen之外的段其他信息 SegmentInfoPerCommit既包含SegmentInfo,也包含delCount和delGen信息。 SegmentInfos是SegmentInfoPerCommit的集合,此外还包含counter,generation,user data信息。 addIndexes(Directory...)操作过...
分类:其他好文   时间:2014-07-18 13:29:06    阅读次数:177
java获取路径(转)
1、利用System.getProperty()函数获取当前路径:System.out.println(System.getProperty("user.dir"));//user.dir指定了当前的路径2、使用File提供的函数获取当前路径:File directory = new File(""...
分类:编程语言   时间:2014-07-18 00:12:41    阅读次数:286
MyEclipse10.0破解问题
今天参考下载下来的文档进行myeclipse10.0的破解,发现破解说明不全,害死人。30分钟的时间在错误的路上反反复复。终于走上正道:第一步要双击破解文件中的run.bat(注意破解文件要自己下载,电脑里要已经存在jdk的环境)2.在打开的页面输入信息3.点击active.下面会生成相应的破解秘钥...
分类:系统相关   时间:2014-07-17 13:32:02    阅读次数:349
sublime搜索和替换-单文件搜索
Searching To open the search panel for the active file, press Ctrl + F. Someoptions and actions available through this panel can be controlled from thekeyboard: Toggle Regular Expression...
分类:其他好文   时间:2014-07-16 16:32:20    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!