弹来弹去跑马灯!

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 38 下一页
摘要: Using the Windows Script Host (make sure to add a reference to the Windows Script Host Object Model, under References > COM tab):using IWshRuntimeLibr 阅读全文
posted @ 2020-11-10 16:19 wgscd 阅读(1130) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Li 阅读全文
posted @ 2020-11-10 10:21 wgscd 阅读(142) 评论(0) 推荐(0)
摘要: Nuget安装这个2个: AForge.Controls; AForge.Video.DirectShow; code: namespace WindowsFormsApp1 { partial class FormCameraVideo { /// <summary> /// Required d 阅读全文
posted @ 2020-11-04 10:40 wgscd 阅读(409) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200 阅读全文
posted @ 2020-11-03 15:24 wgscd 阅读(751) 评论(0) 推荐(0)
摘要: public static void Start() { logger.Debug("Startup WebAPI..."); SwaggerConfig.Register(); GlobalConfiguration.Configure(WebApiConfig.Register); 。。。 pu 阅读全文
posted @ 2020-10-29 14:09 wgscd 阅读(441) 评论(0) 推荐(0)
摘要: .get cookie with your browser then can do using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Syste 阅读全文
posted @ 2020-10-27 14:12 wgscd 阅读(875) 评论(0) 推荐(0)
摘要: git撤销远已经push到程服务器上某次提交 问题: 不小心把一次错误的代码push到远程服务器上的分支上,或者没有merge强制将本地的方法push到git服务器上。 解决方法: 输入 git log。 找到错误提交之前的git push的 commit_id (即正确时候的commit_id) 阅读全文
posted @ 2020-10-27 13:40 wgscd 阅读(783) 评论(0) 推荐(0)
摘要: . using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsA 阅读全文
posted @ 2020-10-10 15:57 wgscd 阅读(813) 评论(0) 推荐(0)
摘要: 1. 在项目根目录创建Strings文件夹,再Strings文件夹创建需要的语言名子目录,再添加资源文件Resources.resw,目录构如: Strings\en-US\Resources.resw ,Strings\zh-CN\Resources.resw 2. 在各语言的Resources. 阅读全文
posted @ 2020-09-22 14:12 wgscd 阅读(305) 评论(2) 推荐(1)
摘要: //老版本的方法: // var check= CurrentAppSimulator.LicenseInformation.IsActive && CurrentAppSimulator.LicenseInformation.IsTrial; private StoreContext contex 阅读全文
posted @ 2020-09-17 10:26 wgscd 阅读(250) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 38 下一页