问题:运行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
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
C#、ASP.NET获取当前应用程序的绝对路径,获取程序工作路径============================================使用 Application.StartupPath至于System.IO.Directory.GetCurrentDirectory不行,因为应用...
分类:
Web程序 时间:
2014-07-18 19:30:04
阅读次数:
374
..\..\SYSTEM\usart\usart.c(1): error: #5: cannot open source input file "sys.h": No such file or directory
#include "..\sys\sys.h"这样就可以找到路径了
再次编译出现了问题
..\..\SYSTEM\usart\..\sys\sys.h(3): error: ...
分类:
其他好文 时间:
2014-07-18 13:33:31
阅读次数:
311
SegmentInfo包含除了delCount和delGen之外的段其他信息
SegmentInfoPerCommit既包含SegmentInfo,也包含delCount和delGen信息。
SegmentInfos是SegmentInfoPerCommit的集合,此外还包含counter,generation,user data信息。
addIndexes(Directory...)操作过...
分类:
其他好文 时间:
2014-07-18 13:29:06
阅读次数:
177
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
#!/usr/bin/env python"""Bootstrap setuptools installationTo use setuptools in your package's setup.py, include thisfile in the same directory and add ...
分类:
编程语言 时间:
2014-07-16 17:38:43
阅读次数:
309
W?i?n?d?o?w?s?2?0?0?3?建?立?F?T?P?服?务?器: W?i?n?d?o?w?s?2?0?0?3?建?立?F?T?P?服?务?器FTP连接报530User cannotloginhomedirectoryinaccessible的解决方法感谢分享:http:/...
分类:
数据库 时间:
2014-07-16 14:56:43
阅读次数:
213
sudoapt-getinstalltftpd-hpa
sudovim/etc/default/tftpd-hpa
TFTP_USERNAME=tftp
TFTP_ADDRESS=0.0.0.0:69″
TFTP_DIRECTORY=/home/qihua/workspace/winect/bin/winect/bin
TFTP_OPTIONS=-l-c-s
分类:
其他好文 时间:
2014-07-16 13:16:13
阅读次数:
227
最近因为公司要求,需要导入20个供应商、20个客户到AD域中,刚开始手动加入了2个供应商,2个客户。但是感觉费时费力。如果能够找到一个命令,批量导入AD该多好呀。...
分类:
其他好文 时间:
2014-07-16 13:03:12
阅读次数:
553