会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Yan327
https://www.wiyixiao4.com/blog
博客园
首页
联系
订阅
管理
上一页
1
2
3
4
下一页
2020年3月28日
winform折叠菜单
摘要: 布局: 实际效果: 代码部分: 1 private static int showPanelCount = 2; //需要展示的面板数量 2 private List<Control> settingPanels; 3 4 public DpRight() 5 { 6 InitializeCompo
阅读全文
posted @ 2020-03-28 10:18 Yan327
阅读(1768)
评论(0)
推荐(0)
2020年3月20日
php 获取Bing首页壁纸并保存至本地
摘要: 1 <?php 2 3 define('WALLPAPER_PATH','C:/xxx/xxx'); //本地目录 4 5 class BingPicture{ 6 7 private $content = ""; 8 private $imgurl = ""; 9 10 public functi
阅读全文
posted @ 2020-03-20 15:29 Yan327
阅读(381)
评论(0)
推荐(0)
Ace编辑器预览后台文本文件
摘要: 1 var editor; 2 var class_name_len = 3; 3 var ace_html = " <div class='ace-body'> " + "<div class='ace-bg'></div>" + "<div class='ace-content'>" + "<d
阅读全文
posted @ 2020-03-20 11:31 Yan327
阅读(386)
评论(0)
推荐(0)
2020年2月21日
pocketsphinx android .so
摘要: https://wiyixiao.github.io/pocketsphinx_android/libs/
阅读全文
posted @ 2020-02-21 00:42 Yan327
阅读(186)
评论(0)
推荐(0)
2020年1月10日
hex字符串、byte[]数组互相转换
摘要: 1 //byte[]转hex字符串 2 public static String bytes2HexString(byte[] array) { 3 StringBuilder builder = new StringBuilder(); 4 5 for (byte b : array) { 6 S
阅读全文
posted @ 2020-01-10 17:45 Yan327
阅读(5551)
评论(0)
推荐(0)
C++函数指针
摘要: 1 // CallBack.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include <stdio.h> 6 #include <string> 7 #include <iostream> 8 9 using namespace std
阅读全文
posted @ 2020-01-10 17:13 Yan327
阅读(152)
评论(0)
推荐(0)
2020年1月7日
github.io 作为文件服务器
摘要: 效果: 工具: 链接:https://pan.baidu.com/s/1HUfEaaz_oG5_nB4UX-T-vA 提取码:n1c9 使用时放至仓库根目录,执行 输入url地址 输入git主页地址 输入要过滤的目录 然后提交仓库就可以了 不输入的话,默认是本人的噢!! 注:第一次创建可能是空文件,
阅读全文
posted @ 2020-01-07 11:50 Yan327
阅读(1004)
评论(0)
推荐(0)
2019年12月28日
opencv颜色跟踪以及人脸检测的小工具
摘要: 图: dll: ########################################################################## .h 1 #pragma once 2 #ifndef _CVV_H 3 #define _CVV_H 4 5 #include <o
阅读全文
posted @ 2019-12-28 23:49 Yan327
阅读(481)
评论(0)
推荐(0)
2019年12月21日
html+php+百度api 调用本地摄像头进行人脸匹配
摘要: index.php 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.
阅读全文
posted @ 2019-12-21 01:19 Yan327
阅读(810)
评论(0)
推荐(0)
2019年12月4日
c# 使用TaskScheduler 创建任务计划
摘要: 使用TaskScheduler创建任务计划
阅读全文
posted @ 2019-12-04 00:42 Yan327
阅读(5419)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告