02 2018 档案
摘要:解决方案 使用现成的基于windows的redis程序 github上有许多封装好的基于windows的redis程序,可以直接使用,但是版本更新不及时比如: 安装Linux Bash Shell How to Install and Use the Linux Bash Shell on Wind
阅读全文
摘要:实现效果 运用WPF的DoubleAnimation实现桌面端的弹幕效果 示例代码 https://github.com/zLulus/BarrageDemo
阅读全文
摘要:盛派SDK http://sdk.weixin.senparc.com/服务号/订阅号均可以通过appId/token读取用户信息,但必须是关注自己的用户 通过token读取用户信息 //检查是否已经注册 if (!AccessTokenContainer.CheckRegistered(appId
阅读全文
摘要:为了强制更新文件,取消浏览器缓存 <link rel="stylesheet" href="~/XXX.css?time='+new Date().getTime()+'"> <script src="~/XXX.js?time='+new Date().getTime()+'"></script>
阅读全文
摘要:这是在做弹幕的时候遇到的一个需求 透明背景,拖动弹幕=.= private void Window_MouseLeftButtonDown(object sender, MouseButtonEventArgs e) { base.OnMouseLeftButtonDown(e); // Begin
阅读全文