代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/282598/9081161
~cpp msg_hrit.~cpp
#include
bool MSG_HRIT::open(char *name)
{
hrit_ifstream.open(name, (std::ios_base::binary | std::ios_base::in));
if (hrit_ifstream.fail( ))
{
std::cerr
www.eeworm.com/read/282598/9081167
h msg_projection.h
//-----------------------------------------------------------------------------
//
// File : MSG_projection.h
// Description : MSG HRIT-LRIT format interface
// Project : Meteosatlib
//
www.eeworm.com/read/282598/9081169
cpp msg_hrit.cpp
#include
bool MSG_HRIT::open(char *name)
{
hrit_ifstream.open(name, (std::ios_base::binary | std::ios_base::in));
if (hrit_ifstream.fail( ))
{
std::cerr
www.eeworm.com/read/282598/9081172
~cpp msg_filetype.~cpp
//-----------------------------------------------------------------------------
//
// File : MSG_filetype.cpp
// Description : MSG HRIT-LRIT format interface
// Project : Meteosatlib
//
www.eeworm.com/read/282598/9081187
h msg_machine.h
//-----------------------------------------------------------------------------
//
// File : MSG_machine.h
// Description : MSG HRIT-LRIT format interface
// Project : Meteosatlib
// Au
www.eeworm.com/read/184653/9090716
js std_msg.js
//参数设置:
var MoveSpeed = 3; //移动速度,1-10,越大越快
var isPoPupWin = 0; //新消息是否弹出窗口阅读(1是,0否),否则使用动画浮动提示
var MsgLoadPT = 15; //XML刷新时间10-60(建议20秒)
var MsgDisplayT = 30; //提示窗弹出后,??秒后消失
var MsgLoadPT2= 5;
www.eeworm.com/read/184527/9096575
cgi msg_delete.cgi
$pagetitle="删除短消息";
&error("没有选择要删除的短消息!") if (!$fields{'msg'});
sub msg_delete {
@deldata =split(/§/,$fields{'msg'});
foreach (@deldata) {
do "$cgihead/writeumsg.cgi";&dmsg("$_");
}
&redir
www.eeworm.com/read/184527/9096587
cgi msg_send.cgi
$pagetitle="发送短消息";
sub msg_send {
print qq~
ie = (document.all)? true:false
if (ie){
function ctlent(eventobject){if(event.ctrlKey && window.event.keyCode==13){this.document.FORM.submi
www.eeworm.com/read/184527/9096601
cgi msg_query.cgi
$reload=45;
sub msg_query {
open(FILE, "${userhead}info/$uid.cgi");
foreach () {
($mid,$mgzt,$msid,$msname,$msemail,$msubject,$mcontent,$mstime,$msmode,$mtemp1,$mtemp2,$mtemp3,$end) = spli
www.eeworm.com/read/184527/9096627
cgi msg_deleteall.cgi
$pagetitle="删除所有短消息";
sub msg_deleteall {
&put_fvar(">${userhead}info/$uid.cgi","");
&redirect("$indexurl?job=msg_inbox$userinfo","短信息已全部删除!");
}