成人无码视频,亚洲精品久久久久av无码,午夜精品久久久久久毛片,亚洲 中文字幕 日韩 无码

資訊專欄INFORMATION COLUMN

會(huì)說(shuō)話的ABAP report

褰辯話 / 2320人閱讀

摘要:用的也是很老的技術(shù)代碼直接的的,通過(guò)暴露出來(lái),這個(gè)只是了里其中一個(gè)方法

report?z.

INCLUDE?ole2incl.

DATA:?ole???TYPE?ole2_object,

??????voice?TYPE?ole2_object,

??????text??TYPE?string.

text?=?"With?the?advent?of?ES6?(referred?to?as?ES2015?from?here?on),?which?not?only?made?promises?native?to?the?language?without?requiring?one?of?the?countless?available?libraries,"

&&?"we?also?got?generators.?Generators?have?the?ability?to?pause?execution"?&&

"within?a?function,?which?means?that?by?wrapping?them?in?a?utility?function,?"?&&

"we?have?the?ability?to?wait?for?an?asynchronous?operation?to?finish?before"?&&

"?moving?on?to?the?next?line?of?code.?Suddenly?your?asynchronous?code?could"?&&

"?start?to?look?synchronous!".

DATA:?it_tline?TYPE?STANDARD?TABLE?OF?tline.

CREATE?OBJECT?voice?"SAPI.SpVoice".

CALL?METHOD?OF?voice?"Speak"?=?ole

???EXPORTING?#1?=?text.

*

用的也是很老的OLE技術(shù):

report代碼直接call的MS的sound engine,通過(guò)sapi.dll暴露出來(lái),

這個(gè)report只是call了dll里其中一個(gè)speak方法:

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://m.hztianpu.com/yun/71026.html

相關(guān)文章

  • 會(huì)說(shuō)話ABAP report

    摘要:用的也是很老的技術(shù)代碼直接的的,通過(guò)暴露出來(lái),這個(gè)只是了里其中一個(gè)方法 report?z. INCLUDE?ole2incl. DATA:?ole???TYPE?ole2_object, ??????voice?TYPE?ole2_object, ??????text??TYPE?string. text?=?With?the?advent?of?ES6?(referred...

    _Zhao 評(píng)論0 收藏0
  • ABAP OPEN SQL里OPEN CURSOR和SELECT比較

    摘要:所以里面看到的這個(gè)是指滿足指定條件的記錄的個(gè)數(shù),并不是最后返回給層的記錄的個(gè)數(shù)。而在我的測(cè)試系統(tǒng)里,表總共就包含條記錄。發(fā)現(xiàn)被掃描的記錄數(shù)變成了,證明我們的結(jié)論是正確的。 OPEN CURSOR After the OPEN CURSOR statement, the database cursor is positioned in front of the first line of...

    Aomine 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

閱讀需要支付1元查看
<