Windows程序 [转]用C#实现的条形码和二维码编码解码器
条形码的标准:条形码的标准有ENA条形码、UPC条形码、二五条形码、交叉二五条形码、库德巴条形码、三九条形码和……
Windows程序 C# Socket编程笔记(自己看,转载)
看到这个题目,是不是很眼熟?在博客园里搜下,保证会发现关于这个东东的文章实在是太多了~~~真得是没有写得必……
Windows程序 csharp: Flash Player play *.flv file in winform
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window.……
Windows程序 WebSockets in Node.js for Windows 7
NOTE: This is an update of myprevious post on configuring WebSockets on a Windows 7 installation of Node.js.One of the lesser known features of HTML5 .……
Windows程序 Tecplot Chorus 2015 R2 Win64 Linux64 2CD CFD模拟分析
Tecplot Chorus 2015 R2 Win64 Linux64 2CD CFD模拟分析Tecplot Chorus为工程师分析大量模拟数据提供了一个崭新的工具。Tecplot Chor……
Windows程序 吾爱破解培训第一课选修作业六
作者:Fly2015吾爱破解培训第一课选修作业第6个练习示例程序。不得不重复那句话,没见过这种壳,该壳是压缩壳的一……
Windows程序 C#读取设置Cookie(转)
C#读取设置Cookie设置:HttpCookie cookie = new HttpCookie(cookieName); cookie.Value = name1HttpContext.Current.Response.Cookies.Add(cookie); 读取……
Windows程序 C# 如何判断指定文件是否正被其它程序使用
C#如何判断指定文件是否正被其它程序使用起因:项目中发现在操作文件时,系统经常抛出异常,表示文件正被其它程……
Windows程序 Drawing a circle
- (void)drawRect:(CGRect)rect { CGFloat lineWidth = 2; CGRect borderRect = CGRectMake(self.frame.size.width/2, self.frame.size.height - 20, 10....……
Windows程序 Windows下NodeJS+Express部署过程
1. 下载Node.js官方Windows版程序:下载地址:http://nodejs.org/#download进入页面后选择Download,然后选在Windows Installer,32位或……