摘要:
<!DOCTYPE html> <html style="height: 100%"> <head> <meta charset="utf-8"> </head> <body style="height: 100%; margin: 0"> <div id="container" style="he 阅读全文
posted @ 2022-01-27 14:24
笑见蓝雨
阅读(930)
评论(1)
推荐(0)
摘要:
/** * 阿里云语音服务 * 发送语音通知 * 如果通过文本转语音的方式播放语音内容,则调用SingleCallByTts接口发送语音通知。 * 如果通过语音文件的方式播放语音内容,则调用SingleCallByVoice接口发送语音通知。 */ public class SingleCallBy 阅读全文
posted @ 2022-01-27 13:49
笑见蓝雨
阅读(748)
评论(0)
推荐(0)
摘要:
public class ExcelUtils { public static void main(String[] args) throws IOException { FileOutputStream fileOut = null; //先把读进来的图片放到一个ByteArrayOutputSt 阅读全文
posted @ 2022-01-27 13:45
笑见蓝雨
阅读(3236)
评论(1)
推荐(0)