摘要:
背景:无意间遇到了一个不大不小的问题,希望对一些遇到的人有所帮助! 一、问题 WinForm DataGridView 绑定泛型List (List)/ArrayList不显示,UI 代码如下: using System; using System.Collections.Generic; using System.Data; using System.Data.OleDb; usin... 阅读全文
摘要:
菜鸟区域,老鸟绕路! 原代码,这是一个可以借阅影片的小程序,你可以想象成某个大型系统,我想代码应该都能很容易看懂: using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Reconsitution { public class Movie {... 阅读全文
摘要:
其他网站下载来的类,可以用于Winform、Asp.Net,用于服务器端PDF或其他文件打印。 直接上代码: using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.IO; namespace CyServer.W... 阅读全文
摘要:
前言:截图对于一个C++开发者来说无非是小菜一碟,也有朋友使用C#的 Graphics.CopyFromScreen 方法屏幕操作,作为一名整天想着用 C++ 开发游戏的初级 C#.NET 的程序员的我,只是自己研究区域截图,失败 n 多次,最后在半梦半醒中弄出来的简单的Demo,简单的分享一下而已。如此的班门弄斧,着实不堪,另外我的 C++ 水平也是处于入门水准,如果该博客有什么问题,请各位朋友... 阅读全文