自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 问答 (3)
  • 收藏
  • 关注

原创 C#线程中执行多个参数的方法

public void onReceive(byte commId, byte terId, byte zoneId, byte alarmType) { //将参数打包 byte[] bytes = new byte[]{ commId,terId,zoneId,alarmType}; Thread t = new...

2020-02-26 17:26:30 593

原创 java 配置文件读取方法

import lombok.AllArgsConstructor;import lombok.Builder;import lombok.Data;import lombok.NoArgsConstructor;import org.springframework.beans.factory.annotation.Value;import org.springframework.boot...

2020-02-26 10:36:37 100

原创 java 16进制转字符串

//十六进制字符串转字符串 public static String hexStr2Str(String hexStr) { //自己定义加的前缀 str String str = "0123456789ABCDEF"; char[] hexs = hexStr.toCharArray(); byte[] bytes = new by...

2020-02-26 10:15:39 377

原创 java http post from表单提交

public static String httpExecute( List<BasicNameValuePair> pairList, String url) { try { HttpPost httpPost = new HttpPost(url); CloseableHttpClient client =...

2020-02-26 10:12:21 1700

原创 java获取对象中的属性名称和属性值

List<BasicNameValuePair> pairList = new ArrayList<>(); try { //HTTPInfoListDTO 对象 HTTPInfoListDTO httpdto = dataDTO.getInfoData(); for (Field field : httpdto.getClass().getDecl...

2020-02-26 10:06:12 2113

WPF UI界面资源 master

WPF UI界面资源

2023-03-22

Stepon.FaceRecognization.rar

功能包括图片识别,视频识别,摄像头实时视频识别,直播流识别,根据项目要求达到多功能多途径识别。运行前需要到虹软官网申请appkey和appid ,虹软是一款免费的人脸识别SDK,可以作为测试学习使用。

2020-04-16

Stepon.FaceRecognization.rar

功能包括图片识别,视频识别,摄像头实时视频识别,直播流识别,根据项目要求达到多功能多途径识别。运行前需要到虹软官网申请appkey和appid ,虹软是一款免费的人脸识别SDK,可以作为测试学习使用。

2020-04-16

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除