弹来弹去跑马灯!

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 38 下一页
摘要: XML序列化保存数据 界面UI 代码: 阅读全文
posted @ 2019-01-03 15:40 wgscd 阅读(1014) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-01-02 17:20 wgscd 阅读(740) 评论(0) 推荐(0)
摘要: UI: 阅读全文
posted @ 2018-12-25 11:21 wgscd 阅读(989) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/4591059/download-file-from-ftp-with-progress-totalbytestoreceive-is-always-1 With FTP protocol, WebClient in gener 阅读全文
posted @ 2018-12-19 11:18 wgscd 阅读(469) 评论(0) 推荐(0)
摘要: @echo off echo.Current User is '%USERNAME%'echo.This script must run with administrative privileges to register ActiveX DLLsecho.Start register the DL 阅读全文
posted @ 2018-12-12 10:56 wgscd 阅读(6414) 评论(0) 推荐(0)
摘要: 一般添加web服务引用是.NET用代理类模式 创建SOAP请求代理类,代理类是.NET开发工具VS自动给你生成。 下面用一般HTTP的模式有时候可能更合适,原理是构造SOAP请求的XML后POST过去: 下面是HelloWorld的例子 不错意外会返回如下: 不构造XML结构请求也是可以的: 会返回 阅读全文
posted @ 2018-12-10 16:52 wgscd 阅读(2420) 评论(1) 推荐(0)
摘要: SSH.NET C# 阅读全文
posted @ 2018-11-28 17:52 wgscd 阅读(1385) 评论(0) 推荐(0)
摘要: 引入 WindowsFormsIntegration.dll 和 System.Windows.Forms.dll 也可以代码动态添加: 阅读全文
posted @ 2018-11-21 13:42 wgscd 阅读(2946) 评论(0) 推荐(0)
摘要: [DllImport("kernel32")] private static extern long WritePrivateProfileString(string section, string key, string val, string filePath); [DllImport("kernel32")] private static... 阅读全文
posted @ 2018-11-21 10:17 wgscd 阅读(483) 评论(0) 推荐(0)
摘要: 另外一个弹幕的例子:https://github.com/WildDogTeam/demo-js-danmu/blob/master/app/index.html 阅读全文
posted @ 2018-11-12 16:18 wgscd 阅读(220) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 38 下一页