logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

JavaDemo——使用jks的https

java中使用jks和https

文章图片
#https
python提供的多线程httpserver

Demo:#!/usr/bin/env python3# coding=utf-8from http.server import ThreadingHTTPServer, BaseHTTPRequestHandlerfrom urllib import parseimport jsonclass MyHttpHander(BaseHTTPRequestHandler):def do_GET(sel

#python
使用FunASR处理语音识别

使用FunASR处理语音识别;

文章图片
#语音识别
使用FunASR处理语音识别

使用FunASR处理语音识别;

文章图片
#语音识别
python通过tcp收发数据

demo:#!/usr/bin/env python3# coding=utf-8import socketimport threadingclass tcp_server_thread(threading.Thread):def __init__(self):super().__init__()def run(self) -> None:print("+server run", self.

在centos上安装python人脸库face_recognition

如何在centos上安装face_recognition的python库,以及一些注意事项;

文章图片
JavaDemo——关于javaagent的使用

一、使用javaagent参数启动java程序使用方法:1、agent类需要实现特定方法,实现public static void premain(String args, Instrumentation instrumentation) 或者public static void premain(String args)(优先两个参数的方法,找不到则执行一个参数的方法)2、jar包里的MF文件需要

使用FunASR处理语音识别

使用FunASR处理语音识别;

文章图片
#语音识别
SpringBoot——关于Controller的简单使用

关于springboot的controller的简单使用;

    共 22 条
  • 1
  • 2
  • 3
  • 请选择