上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 82 下一页
摘要: asDumpHash asInit asSetFilename asSetSubstitutions ascar asdbdump asphagaspmem asprules aspuag astac callbackSetQueueSize casr cd coreReleasedbDumpBreaktable dbDumpDevice dbDumpDriver dbDumpFielddbDumpFunction dbDumpMenu dbDumpPath dbDumpRecord dbDumpRecordType dbDumpRegistrar dbDumpVariable dbLoadD 阅读全文
posted @ 2012-03-18 23:08 greencolor 阅读(275) 评论(0) 推荐(0) 编辑
摘要: protected: bool useDefault; std::string configDir; std::string name;DcsConfig::DcsConfig() : useDefault(true), configDir("/ra/data"), name("default"){ updateConfigFiles();}/* internal pass useDefault(true), configDir("/ra/data"), name("default") values into cl 阅读全文
posted @ 2012-03-12 16:00 greencolor 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1. 如果你只想看文件的前5行,可以使用head命令,如:head -5 /etc/passwd2. 如果你想查看文件的后10行,可以使用tail命令,如:tail -2 /etc/passwd 或 tail -n 2 /etc/passwdtail -f /var/log/messages参数-f使tail不停地去读最新的内容,这样有实时监视的效果 用Ctrl+c来终止!3. 查看文件中间一段,你可以使用sed命令,如:sed -n '5,10p' /etc/passwd这样你就可以只查看文件的第5行到第10行。tail语法格式: tail [ -f ] [ -c Numbe 阅读全文
posted @ 2012-03-03 23:27 greencolor 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 我在虚拟机中安装了rhel 5 虚拟机使用NAT的方式在rhel中安装了APACHE 并且使用 http://127.0.0.1/可以正常访问通过ifconfig查到IP地址是 192.168.254.128我能在WINDOWS中PING通192.168.254.128 并且使用SecureCRT也能在连上虚拟机中的rhel但是我在主机上不能通过 http://192.168.254.128/ 来访问虚拟机中的Web服务器找资料找了很久,综合了很多方法,终于可以在windows访问linux虚拟机的web服务了,现在贴出来分享之原因分析:linux的问题、VMware的问题、windows的问 阅读全文
posted @ 2012-02-28 15:30 greencolor 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 在VS2008中移除了对ATL Server的内置代码,而是把它独立为一个开源项目,见 http://www.codeplex.com/AtlServer/但这意味着原来在vs2003,vs2005程序中使用了以下头文件的程序将编译出错,如 fatal error C1083: 无法打开包括文件:“atlsoap.h”: No such file or directoryafxisapi.hafxisapi.inlafxisapi.rcatlcache.hatlcrypt.hatlcrypt.inlatlextmgmt.hatlhtml.hatlhttp.hatlhttp.inlatlisap 阅读全文
posted @ 2012-02-28 13:34 greencolor 阅读(3045) 评论(0) 推荐(0) 编辑
摘要: error C2872: 'CMutex' : ambiguous symbol could be 'c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxmt.h(105) : CMutex' or 'c:\program files\microsoft visual studio 8\vc\atlmfc\include\atlsync.h(77) : ATL::CMutex'Obviously both files have CMutex class defined a 阅读全文
posted @ 2012-02-28 13:33 greencolor 阅读(446) 评论(0) 推荐(0) 编辑
摘要: #define E2BIG [argument list too long]#define EACCES [permission denied]#define EADDRINUSE [address in use]#define EADDRNOTAVAIL [address not available]#define EAFNOSUPPORT [address family not supported]#define EAGAIN [resource unavailable try again]#define EALREADY [connection already in progress]# 阅读全文
posted @ 2012-02-28 12:37 greencolor 阅读(1950) 评论(0) 推荐(0) 编辑
摘要: EPICS > /usr/lib/libreadline.so.5: undefined reference to `PC'> /usr/lib/libreadline.so.5: undefined reference to `tgetflag'> /usr/lib/libreadline.so.5: undefined reference to `tgetent'> /usr/lib/libreadline.so.5: undefined reference to `UP'> /usr/lib/libreadline.so.5: 阅读全文
posted @ 2012-02-23 22:41 greencolor 阅读(290) 评论(0) 推荐(0) 编辑
摘要: cshsource env.cshcd .. eclipse./eclipsestart dcss to run debug==============source tomcat options./netbeans 阅读全文
posted @ 2012-02-20 23:22 greencolor 阅读(131) 评论(0) 推荐(0) 编辑
摘要: STRUCTURE_ENTRY( gtos_admin ) STRUCTURE_ENTRY( gtos_start_motor_move ) STRUCTURE_ENTRY( gtos_abort_motor_move ) STRUCTURE_ENTRY( gtos_start_oscillation ) STRUCTURE_ENTRY( gtos_abort_all ) STRUCTURE_ENTRY( gtos_read_ion_chambers ) STRUCTURE_ENTRY( gtos_set_shutter_state ) STRUCTURE_ENTRY( gtos_confi. 阅读全文
posted @ 2012-02-20 16:04 greencolor 阅读(137) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 82 下一页