流矩陣新訊息格式

2022-06-08 01:51:09 字數 2869 閱讀 6727

配置輸入流

<?xml version="

1.0" encoding="

utf-8

"?>

"matrix

" version="

2.0">

"request

" command="

input_config

"/>

eva2

enable

udp 1

udp_unicast

default_1

235.1.1.1

5000

disable

disable

start

udp://

235.1.1.1:5000

查詢輸入流

<?xml version="

1.0" encoding="

utf-8

"?>

"matrix

" version="

2.0">

"request

" command="

list_input

"/>

eva

啟動輸入流

<?xml version="

1.0" encoding="

utf-8

"?>

"matrix

" version="

2.0">

"request

" command="

input_start

"/>

eva2

停止輸入流

<?xml version="

1.0" encoding="

utf-8

"?>

"matrix

" version="

2.0">

"request

" command="

input_stop

"/>

eva2

刪除輸入流

<?xml version="

1.0" encoding="

utf-8

"?>

"matrix

" version="

2.0">

"request

" command="

delete_input

"/>

eva1

刪除輸出流

<?xml version="

1.0" encoding="

utf-8

"?>

"matrix

" version="

2.0">

"request

" command="

delete_output

"/>

eva1

查詢輸出流

<?xml version="

1.0" encoding="

utf-8

"?>

"matrix

" version="

2.0">

"request

" command="

list_output

"/>

eva

停止流矩陣

<?xml version="

1.0" encoding="

utf-8

"?>

"matrix

" version="

2.0">

"request

" command="

stop_matrix

"/>

eva1

開啟流矩陣

<?xml version="

1.0" encoding="

utf-8

"?>

"matrix

" version="

2.0">

"request

" command="

start_matrix

"/>

eva1

查詢所有流矩陣

<?xml version="

1.0" encoding="

utf-8

"?>

"matrix

" version="

2.0">

"request

" command="

list_matrix

"/>

eva

停止流矩陣

<?xml version="

1.0" encoding="

utf-8

"?>

"matrix

" version="

2.0">

"request

" command="

stop_matrix

"/>

eva1

刪除流矩陣

<?xml version="

1.0" encoding="

utf-8

"?>

"matrix

" version="

2.0">

"request

" command="

delete_matrix

"/>

eva1

title閃動 新訊息提醒

於是就想到了郵箱中來新郵件那種提示方式,閃動標題欄 思路是 通過ajax訪問後台,若有新訊息,則將網頁的title替換為 提示資訊 並與空格來回切換 例 你有新訊息 與 切換 提示內容弄是動態的,所以替換文字的空格數目也是算出的。這裡用全形的空格 但是如果提示訊息中有 數字 等半形字元的話就會出現問...

TCP通訊用委託重新整理訊息

1.在tcphelper中宣告委託 public delegate void pushsockets sockets sockets public static pushsockets pushsockets 2.在使用的地方,比如clientdemo的form load內例項化委託,並將要執行的函...

標題欄新訊息提示效果

標題欄新訊息提示如圖 公司的專案中用到了這個新訊息提示的效果,主要用於提示使用者有新訊息。具體實現 如下 var newmessageremind if newmessageremind.step 1 if newmessageremind.step 2 800 return newmessager...