摘要: 布局: 实际效果: 代码部分: 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 阅读(1594) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(369) 评论(0) 推荐(0) 编辑
摘要: https://wiyixiao.github.io/pocketsphinx_android/libs/ 阅读全文
posted @ 2020-02-21 00:42 Yan327 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(5284) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 效果: 工具: 链接:https://pan.baidu.com/s/1HUfEaaz_oG5_nB4UX-T-vA 提取码:n1c9 使用时放至仓库根目录,执行 输入url地址 输入git主页地址 输入要过滤的目录 然后提交仓库就可以了 不输入的话,默认是本人的噢!! 注:第一次创建可能是空文件, 阅读全文
posted @ 2020-01-07 11:50 Yan327 阅读(813) 评论(0) 推荐(0) 编辑
摘要: 图: dll: ########################################################################## .h 1 #pragma once 2 #ifndef _CVV_H 3 #define _CVV_H 4 5 #include <o 阅读全文
posted @ 2019-12-28 23:49 Yan327 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(712) 评论(0) 推荐(0) 编辑
摘要: 使用TaskScheduler创建任务计划 阅读全文
posted @ 2019-12-04 00:42 Yan327 阅读(5227) 评论(0) 推荐(0) 编辑