Code Project精彩系列
down下来,以后容易找!
Applications
Crafting a C# forms Editor From scratch
http://www.codeproject.com/csharp/SharpFormEditorDemo.asp
建立一个类似C#的环境, 实现控件拖拉,属性
Packet Capture and Analayzer
网络封包截获
http://www.codeproject.com/csharp/pacanal.asp
A tool to change the default source control client
在一台机器上用不同的两个源码,… 什么意思?....
I just wanted to use two different source control providers on the same machine. I installed both clients but I discovered that the later installed is always the default. I searched the net all over for a tool, but no usable application was found. So I decided to write my own.
http://www.codeproject.com/csharp/sccswitch.asp
BatchRebuilder – Batch rebuilder for your Visual Studio .net Projects
批量重建工程,把工程文件转移… 怪异
http://www.codeproject.com/csharp/batchrebuilder.asp
ControlInspector – monitor Windows Forms events as they are fired ( like Spy++ for .NET )
Windows窗体事件监视器
http://www.codeproject.com/csharp/controlinspector.asp
The Paperless Desktop
无纸办公桌面
使用Microsoft'sDocument Imaging Library (MODI), 包括多TIFF整理和Outlook输出
http://www.codeproject.com/csharp/martinspaperlessdesktop.asp
XsdTidy beautifies the Xsd.exe output *with full DocBook.NET Wrapper
美化Xsd.exe输出….
http://www.codeproject.com/csharp/xsdtidy.asp
HtmlHelp library and example viewer
一个htmlHelp类(包括Html Help chm)和简单的演示程序
http://www.codeproject.com/csharp/htmlhelp.asp
HTML Table of Contents Generator
读入一个html页面,然后输出它内部的Table内容
http://www.codeproject.com/csharp/htmlcb.asp
Building the CVS Root File Changing Utility
Tool for Viewing Drag and Drop and Clipboard formats
查看剪贴板和拖拽的内容
http://www.codeproject.com/csharp/clipboardformatviewer.asp
My Explorer In C#
创建一个类似资源管理器的程序
http://www.codeproject.com/csharp/my_explorer.asp
C Sharp Ripper
CD音轨抓取程序
http://www.codeproject.com/csharp/csharpripper.asp
Write your own Code Generator or Template Engine in .NET
写一个自己的Code发生器或者程序模版
http://www.codeproject.com/csharp/smarttemplateengine.asp
iTiunes Style. Music using MSN Desktop Search API
用MSN Desktop API制作音乐浏览器
http://www.codeproject.com/csharp/msndesktopsearchqueryapi.asp
JawBreaker Game in C#
泡泡堂之类游戏
http://www.codeproject.com/csharp/csjawbreaker.asp
.NET DUMeter clone
绘制直方图一类的东西..有点音乐味道…
http://www.codeproject.com/csharp/mydumeter.asp
Gammit! An easy to use application for desktop gamma correction
改变桌面Gammit值
http://www.codeproject.com/csharp/Gammit.asp
Use a timer to create a simple alarm application
使用Timer做一个简单的提醒程序
http://www.codeproject.com/csharp/timeralarm.asp
SVGPad - Application and class library for editing SVG documents.
一个关于编辑SVG文档的类和Demo
Prune My Recent Documents and associated Registry keys
去除新近文档的关联热键
Transport Stream Analyzer for HDTV standard
HDTV流分析
SwitchNetConfig - Laptop users, quickly switch network and proxy configuration in different places
笔记本电脑快速切换网络和代理程序
关闭弹出窗口
C# Expression Parser using RPN
使用PRN动态解析表达式 ps: (3+6*7/2).
xmove - Regex enabled file move command
移动文件或者目录, 难道是用正则表达式? --#..
网格监视器, 监视网格内计算机的性能情况
A JavaScript. Compression Tool for Web Applications
Web Applications的javaScript压缩器
Announcer in C#.NET using Microsoft Agent
如何使用Microsoft Agent的四个小人 :) 动画提示, 很有趣
Finding things in your favorite text editor with C#
搜索源程序, 找到文字出现地点
File Contents Watcher Application
文件内容变动监视器
RSS Feed是RSS阅读吗?...
Building a Tiny WebServer in less than 500 lines
一个简单的web服务器
C#个人消息程序
An Extensible Expression Evaluation Package (EEEP!)
解析数学公式 (1.789 * 154) / .32
天气预报程序
定时关机
动态添加ListView纪录… 0_0………………………………..
创建屏幕旁边的个人面版, 包括现有的程序和股票消息,新闻,天气等.
Strongly Typed Configuration Class Generator for VS.NET
VS.NET下的构造类 把CS和resx文件构造成xfg文件
从模版构造htm页
Parsing Supplemental Event Log Data
将Event log的byte转换成有用的资料
Web applications测试工具
C#程序编译器, 使用csc
Show/Hide Outlook Express Tray App
Demo使用 .NET库进行商业计算…
HardLinks - Manage your library of common classes
NTFS分区下管理类 NTFS分区?.. --#...不明白…
Visual Studio Editor Clone V0.1a
仿VS.NET界面编辑器
SnippetManager written by Tim Sneath extended with cool tooltip
片断管理工具, 鼠标提醒.
Zoomer - Capture/Zoom/Add Filter/Choose Format/Save
一个截图工具, 有待考察具体
插件自动控制
Yahoo Emoticons, Hidden emoticons (smileys) and Emotes in your system tray
Yahoo聊天用的字符转义? --#.... 怪人…………………..
Link 4 game with intermediate computer intelligence
Link4 游戏
Password file manager - simple double click to look at your password file
提醒程序
项目进度追踪程序
Freakshow - a sample application in C#
一个例子集合, 包括剪贴板, TCP C/S, NetWork, File Change, Cmd, Net Shares(共享)
记事本..
Demo for Google's Image Search
javaScript压缩
Using a system tray application to check , send and configure emails
一个表 Time 的表……………..
程序备份
Logon Account Permissions Checker
Attributes
Custom Data Binding Through Reflection
通过反射进行数据绑定
Creating and Using Attributes in your .NET application
在application中创建和使用属性
程序中使用属性集合 ps: csc.exe /unsafe /? /all
Casting from a Collection to a Data Table using Generics and Attributes
使用属性解决问题时候所涉及的
Beginners
C#如何使用线程
Creating a C# Service Step-by-Step: Lesson I
Creating a C# Service Step-by-Step Lesson II
一步一步创建一个C# Service
关于C#属性概念
C#快速入门
C#使用不安全代码程序
Events and event handling in C#
C#事件和事件句柄
Writing a Windows Form. Application For .NET Framework Using C#
手写C#窗体程序
Introduction to inheritance, polymorphism in C#
C#中的多态
C#的enum和结构
箱子操作.
C#中使用析构
Computational Geometry
多边形分割成三角形
Writing a fast formula interpreter
快速的公式解析程序 (支持sin, cos类)
Controls
PropertyGrid and Drop Down properties
三种下拉条样式
Extended .NET 2.0 WebBrowser Control
扩展编程WebBrowser控件, 这里实现了一个多页面浏览器
属性选择条
Adobe Color Picker Clone part 1
Adobe取色工具
Ordering Items in the Property Grid
Loading and Saving a TreeView control to an XML file using XmlTextWriter and XmlTextReader
使用XmlTextWriter和XmlTextReader从XML文件读写TreeView
存储, 设定ListView 可以手动指定列, 宽度
A Simple Bitmap Button Implementation
Bitmap按钮, 2005已经支持
Easy to use Performance Testing Component
简单计算成分的测试成绩
How to drag information from a DataGridView control
从DataGridView拖拉消息到其它控件(i.e. ListBox).
ColoredErrorProvider: Custom Extender Provider, based on ErrorProvider class.
彩色错误提示
Menu handler for Most Recently Used files
把最近使用的文档放入Menu
Why a DragDrop event is not fired on the Client
为什么拖拉到用户界面以后没有触发?
Save a TreeView into an XML File
TreeView和XML
Undockable Custom Control in an MDI Application
窗体停靠在MDI程序一边
TextBox提示和标签
A Single Instance Control Component in C#
检测程序是不是唯一运行
How to capture image and print the MSChart
从MSChart中获取图像
PropertyGrid Control in WinForms
如何使用属性控件
How to change scrollbars position in a multiline textbox
改变textbox中滚动条值
Correct theme support for the .NET CheckBox control
绘制CheckBox? No 源码.
Database
Best Practice for Binding WinForms ListControls
绑定listBox和ComboBox的技巧
Figure Out the Default Values of Stored Procedure Parameters
调用一个存储过程和它的参数, 使用SQL JDBC
Project RDL - Open Source Report Definition Language implementation in C#
Generating Database Tables using Attributes
用属性创建数据库
Saving Master-Details form. using XML
从XML创建数据库
输入access输出sql过程
数据源管理器
管理光盘文件的…. 数据放在数据库里…. 怎么在这里.. –_-#..
Implementing a strongly typed collection with sort/filter/GetChanges features
对数据库排序, 过滤? 有待考证
将DBX文件加入服务, 并且和access数据库连接… 学习
How to generate an SQL filter clause using C#
关于C#使用SQL过滤之句的程序
关于相关数据库 PS: 不太明白… 似乎不是两个相关联数据库的样子….
Populate data from database in a ComboBox
绑定数据到ComboBox,双联绑定
C# class that creates 'INSERT INTO' SQL queries
创建SQL查询
DataSets, DataGrids etc
Enhanced DataSet Quick Watch
Dataset快速查看器
监视Dataset,DataTable,DataView,DataRow,DataColimn对象
A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 1
A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 2
A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 3
A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 4
一个关于dataTables,DataSet,DataGrid的指南
DataGrid With Well-behaved ToolTips
在DataGrid上鼠标停留提示
How to add other controls to DataGrid - (Part I )
在DataGrid上添加其它控件
DataGridView Printing by Selecting Columns and Rows
DataGridView打印选择的列
如何使用DataGrid控件, 包括插入, 更新, 删除, 从XML读, 刷新, 写XML, 写文本文件
How to improve performance of typed DataSet creation
Printing Selected Columns and Rows in a DataGrid
打印DataGrid上选择的行和列
A Free HTML Report generator for DataSets.
输入DataSet文件输出成网页报表形式 ps: 可是dataset文件是什么?...
Resizing Datagrid Columns to content, keeping the table styles
根据内容自动调整Datagrid表头宽度, 保持表风格
DataGrid格式类, 可以定义各种DataGrid风格
Client side scrollable dataset
实现dataset旁边滚动条效果, 用javaScript.
Updating a DataSet with Multiple Tables using Enterprise Library
更新多表关联结构, 使用库
Tweaking a Windows DataGrid control
关于使用DataGird控件, 动态添加删除列, text, check字段
BindingSource and BindingNavigator in C# 2.0
绑定数据源到数据导航, 哭一个先….
Sorting DataGrid programmatically
DataGrid排序程序
Using a DataTable with minimal/partial Update stored procedures
对数据表小块或者局部更新
扩展的Dataset快速查看工具
Checking for optional columns in a DataTable
监测可选择列 (bool列)
How to Convert a Collection Base to a DataSet
如何将Collection Base转换为Dataset
Encrypt and decrypt DataSets to XML files
加密和解密Dataset到XML文件
充DataSet返回独特的values
读取DataGrid单元格和表头
Fuzzy Logic
使用C#进行神经网络计算, 和几个应用程序问题
Hopfield model of neural network for pattern recognition
Hopfield model of 模式识别的神经网络
C# application to create and recognize mouse gestures (.NET)
C#程序创建及认可鼠标姿势, 模糊寻找对应图像
GDI+
Creating a Watermarked Photograph with GDI+ for .NET
使用GDI+创建一个水印图, 包括水印图片和文字
Resizing a Photographic image with GDI+ for .NET
使用GDI+调整图片大小
用C#创建一个翻页效果
ImageConverter - Converts images to a specific image format, changing sizes on the flow
转换图片大小和格式
Article Four: Building a UI Platform. in C# - Painting Text to the Pixel
创建图像字体在界面上.. 很多种方案
图像缩放和透明度调节
Matrix Transformation of Images in C#, using .NET GDI+
图像矩阵变化
Drawing POSTNET Barcodes with C#
绘制条形码
Create a fractal Christmas tree
绘制一棵不规则圣诞树
Creating fancy text effects with C#
创建一个异样的字体样式
A simple TIFF management class
简单的TIFF管理类
Web Image Browser - Lots of images and no time to publish them?
Web形式发布图片
Thumbnail Generator - An easy way to process thumbnails from a large amount of images
简单处理批量图片
C#使用DirectX制作的一个星球游戏
绘制一段动画, 两条运动的线
Drawing and Editing Lines with GDI+
绘制并编辑线,类似Photoshop钢笔功能
Using MeasureCharacterRanges to Draw Text
使用非对齐方法绘制文字
一个照片管理器
使用GDI+绘制3D图像
General
Asynchronous Method Invocation
异步方法, 使用C#进行一个非堵塞的方式.
I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port
I/0端口部分2- 在相同端口上控制LCD和VFDs
Step by Step: Event handling in C#
实现一个事件处理用C#
Fast Dynamic Property Access with C#
How to Edit and Persist Collections with CollectionEditor
一个可以编辑的项管理控件
How to Test Private and Protected methods in .NET
一个私有and保护方法的测试程序.. 做什么用的呢?
Read/Write XML files, Config files, INI files, or the Registry
读写 XML,INI,Config,注册表程序
A New Task Scheduler Class Library for .NET
Understanding Simple Data Binding
理解简单的数据绑定
在.net下使用VSA脚本
关于程序关闭的, 包括使用快捷键关闭程序?.. --#..
Gmail Agent API v0.5 / Mail Notifier & Address Importer
Gmail API & DEMO
Most Recently Used (MRU) Menu class for .NET 2.0 in C#
最近访问过的文档
字符串对应mapping
使用C#操作DOC格式….
The Application Automation Layer - Using XML to generate Menus
使用XML产生Menus
列举大部分系统ID消息
C# Script. (the missing puzzle piece)
An article on a "scripting engine" for the C# language.
脚本发生器
Inside C# 2.0 Anonymous Methods
C#2.0的匿名方法
Conditional Invoking of Methods Using Delegates and Reflection
使用代理和反射有条件的调用方法
RSS阅读器
A BitStream Class for the .NET Framework
二进制流类
Optimized IP to ISO3166 Country Code Mapping in C#
转换IP到ISO3166国家代码, 得到所在地点
A fast equivalent for System.Random
快速相似的 Random
Arithmetic Overflow Checking using checked/unchecked
使用溢出选择算法有效解决并且修正一些缺陷
Self installing .NET service using the Win32 API
使用API安装.NET Windows服务
optical character recognition of 神经网络的一些想法
C#中的搜举
宏管理器, DEMO: ACCESS的宏
插件管理和一个金属拉丝界面..
一个大整数类, 可以支持到很大的整数……
Advanced Unit Testing, Part I - Overview
Advanced Unit Testing, Part II - Core Implementation
Advanced Unit Testing, Part III - Testing Processes
Advanced Unit Testing, Part IV - Fixture Setup/Teardown, Test Repetition And Performance Tests
单元测试I – 总论
Abstract class versus Interface
C#抽象类
Accessing an EJB from .NET Using IIOP.NET: an Example
用IIOP.NET访问EJB
Microsoft Web Browser Automation using C#
C#自动操作WebBrower , 自动填表和导向
Passing parameters to predicates
Stripping Accents from Latin Characters: A Foray into Unicode Normalization
剥离拉丁文上的重音符号, 一个Unicode标准化内部的袭击
SystemTrayNotifyIcon with Event Generator
事件驱动的系统托盘事件动画
大数量反复运行时候几种处理办法的性能比较
.NET Connector for Microsoft Outlook
连接OutLook
Add run-time functionality to your application by providing a plug-in mechanism
从文章中提取e-mail
断言
这个文档解决打开和处理UML图表
A small set of routines for compressing and decompressing various types of data
一个小程序对所有类型文件进行压缩和解压缩
Extreme Optimization #1.1: Mapping IP addresses to country codes.
映射IP地址对应的国家地区代码
一个撤销/重做 的缓冲框架
Simulating polymorphic operator overloads with C#
模拟多态operator重载
Simple Application Settings Persistence
纪录application的情况, 以再次使用
产生大量的文档和代码注释 使用comment tag
一个密码发生器
An SVG framework in C# and an SVG-GDI+ bridge
C#使用SVG图像并且在SVG-GDI之间做一个桥
Blackjack - a real world OOD example
一个准确的OOD例子
General Guidelines for C# Class Implementation
C#类实现泛型指导方针
Create String Variables from Embedded Resources Files
从内含的资源文件创建一个字符串变量
Dynamic Proxy Creation Using C# Emit
C#创建动态的代理服务器
Runtime C# Expression Evaluator
表达式求值
Using CollectionBase and DictionaryBase
Verifying .MD5 file verification databases
一个MD5加密文件确认
Visual Studio 2010 Concept IDE
VS2010概念 IDE J
Simplifying Exception-Safe Code
HighResClock - C# High Resolution Clock Class
大精确度的时钟类
Runtime Compiled Symbolic Expressions
表达式解析
Generated Access to .NET Resource Strings
访问资源字符串
Implementing Perl-style. list operations using C# 2.0
C#运行Perl风格的list工具
Using Unmanaged code and assembler in C#
使用不安全的代码和汇编程序, 使用DLL
Command Line Windows Services Manager
操作windows服务于本机或者远程机
使用XML-RPC沟通C#和java程序
一个高性能的Timer控件
改良的String.Format
服务器搜举
An Introduction to Business Objects in C#
一篇商业对象入门……
Automating the code writing process using macros
使用宏写程序?... 可以更快更简单…. --#...
从类中使用界面, 让程序更柔韧灵活
Application and component configuration
从XML文件读文件初始化构造
Autocaster - Implicit interfaces for .NET
多语言应用程序
A realtime event log monitoring tool
一个事件监视工具
唯一字符串列表
Effective C# - Performance notes
Effective C# - 性能
StopWatch with digital display
数字显示控件的秒表
一个属性界面………..
一个波斯计算法的日历,
一个运行时由XML文件创建用户界面的例子, Form和控件
Understanding the 'using' statement in C#
理解C#的using声明
Accessing alternative data-streams of files on an NTFS volume
访问NTFS卷文件的数据流
Populate data from database in a ComboBox
数据从数据库绑定到ComboBox上
Poker Card Library and Poker Bot Challenge
一个纸牌库…..
Three C# Tips: Indexed properties, property delegates, and read-only subproperties
三个C#技术….. 名字都没看明白….
解密静态关键字
Accessing COM+ component using C#
C#访问COM+成员
Castle's DynamicProxy for .NET
Explains how to use DynamicProxy to intercept on object instances.
Declarative Programming--Unifying Form. And Web Development
统一Form和Web开发, 从XML分别建立form界面和web界面
一个和Unix相似的控制台程序
The tiny wrapper class for URL history interface in C#
一个关于历史Url的类
Performance considerations for strings in C#
C#字符串性能考虑
智能系统
Intercepting method calls in C#, an approach to AOSD
中途截取方法, 一个AOSD办法
桌面转换
C#稀疏队列
对象比较
Writing Hello World in different styles using C# and .NET
不同方式写hallo world
Use Reflection To Generate Complete Color Chart
使用反射创建颜色图表
Custom ConfigurationSettings through configuration resource embedding
定制程序配置放入资源里
CRC编码
Creating Cool Agent User Interfaces
使用Windows小人的有趣窗体
模拟Unix的dos…..
Dynamically load a class and execute a method in .NET
动态加载一个类或者执行一个方法
Use WM_COPYDATA to send data to/from C++ and C# Windows processes
使用WM_COPYDATA给窗体进程发消息….
Opening multiple document windows with previous instance
带参数打开一个窗体….
Working with Crystal Reports in C#
C#水晶报表
Simple Source Line Counter in C# for C#
计算Code行数程序
INI类…………
Benchmarking Direct, Delegate and Reflection Method Invocations
代理或者反射方法
动态构造类
已有译
Synchronize access to stream data section by section
同步访问处理数据流的各部分
分解表达式…. 一步一步
得到系统消息
javaScript剖析器
使用WinXp风格, 应该能解决掉风格问题
PDF creation using C# (and Office) from RTF/DOC files
从RTF/DOC创建PDF文件
Base64编码解码
C++ STL风格的函数… --#...
Asynchronous Context Processor
Flattening a Hierarchy – a producer thread to get all files in a folder and subfolders
搜举文件和文件夹
Yet Another Chess Board Control
国际象棋控件?.....
多语言支持
Implementing Object Undo and Redo capabilities in .NET
取消, 重做
Operator overloading for Mathematical Libraries
重载数学操作符
Graphic Button Controls for Skins
皮肤绘制按钮风格
监测E-MAIL
Optimize your C# with Inline ASM via ATL and C++
Single Instance Children Forms in MDI Applications
C# MDI程序
File Watcher Windows Service in C#
Windows服务 - 文件监视器
Conversion of Decimal to any Base (Binary, Octal or Hexa) and vice-versa (C#)
进制转换器
Understanding the System.Buffer class
理解System.Buffer类
从XML文件中读图标和位图文件
Embed Win32 resources in C# programs
在C#程序中嵌入WIN32资源
Using POP3 with C# to download and parse your mail.
使用POP3下载并且分析E-MAIL
文件系统监视器
Top 10 tips and tricks to jazz up your C# business solutions/server products
类比较
Gregorian Date To ISO Date Converter
Date转换成ISO标准形式
Javascript. to find the weeknumber (Gregorian Calendar)
A Comparative Study of Java and C#
比较java和C#
发送E-MAIL
How to convert DOC into other formats using C#
转换DOC文件到其它形式
Enhancing User Experience - Part 1 : A Simple Unit Converter Application
一个简单的单位转换, 界面很棒
UNIX timestamp to System.DateTime
A computational statistics class
搜举数据源到listbox
Run a Command Line Tool as a Windows Application in C#
使用cmd
Multi-threaded polling process - base for NT-Service
多线程, 包括线程监视
Message Queue Part I - Using message queue for connectionless programming
消息队列I- 在无连接情况下使用消息队列
Decompiling CHM (help) files with C#
反编译CHM文件
一个定制的时间类 11/12/2001 10:36:51 ~ 17/08/2003 09:56:17 = 6/8/1 0:40:34
Automatic Expandable Properties in a PropertyGrid
扩展PropertyGrid
清除文件
Dotnet eXtended framework
.NET扩展框架
一个教学用的卡片程序, 从XML文件中得到word来源
Encryption/Decryption with .NET
加密解密
mbNotes: electronic notes v1.1
标记小程序
.NET Rational (fraction) value type using Decimals, written in C#
关于十进制的有理数?... 包括 1M/3M这样的写法 --#...
静态事件
Generics
Graphics
Creating Bitmap Regions for Forms and Buttons
使用位图界面和按钮 很帅窗体
Drawing UPC-A Barcodes with C#
绘制条形码
绘制3D饼图, 帅
屏幕截获, 多状况, 非常的截获
Screen Captures, Window Captures and Window Icon Captures with Spy++ style. Window Finder!
窗体截获, 非常的截获…
Capturing the Screen Image in C#
截取屏幕
A flexible charting library for .NET
绘制曲线图
Creating EAN-13 Barcodes with C#
绘制EAN-13类型的条形码
各种绘图工具, 圆, 方, 线, 曲
雪花
数据指向, 数据查找, 帅透了!
ß-----------
Output graphics files using your printing code
EXIFextractor library to extract EXIF information
提取图片的EXIF信息
Writing effect plug-ins for Paint.NET 2.1 in C#
双缓冲
Free Maps from the Web Using Web Mapping Service
使用web服务映射得到地图, 从http://www.opengeospatial.org/
很帅的字体, 创建出来Google logo字体
Koch曲线画的雪花
关于DrawImage border problem
2D Math Curve Presentation for your Project
2D数学曲线
Importing 3D objects into Avalon from 3DS files
使用3DS文件, 需要WINFX支持
Drawing Component to build GIS and CAM applications
Map component for building GIS applications (GisMap)
GIS & CAM
噪点艺术…
图片水印
图像旋转
图像部分截取
Reading Adobe Photoshop images
读取Photoshop图像文件
Painless yet unsafe grayscale conversion in C#
灰度算法
This program draws the mandelbrot set in C#. It also uses XmlSerialization to save settings, 剪贴板拷贝图像 or save it to a bmp file.
Multiple Matrices With ColorMatrix in C#
Simple Charts Using OWC (Office Web Component)
使用Office web C绘制简单图表
Converting image files to OTA file format (Mobile Picture Message)
转变图形文件到OTA文件格式
Quick Snip - Lightweight image resizer
快速调整resizer, 注册系统右键菜单
文件夹Resize
Reading Barcodes from an Image - II
从图像读取条形码
(全文完)
以下为广告部分
您部署的HTTPS网站安全吗?
如果您想看下您的网站HTTPS部署的是否安全,花1分钟时间来 myssl.com 检测以下吧。让您的HTTPS网站变得更安全!
快速了解HTTPS网站安全情况。
安全评级(A+、A、A-...)、行业合规检测、证书信息查看、证书链信息以及补完、服务器套件信息、证书兼容性检测等。
安装部署SSL证书变得更方便。
SSL证书内容查看、SSL证书格式转换、CSR在线生成、SSL私钥加解密、CAA检测等。
让服务器远离SSL证书漏洞侵扰
TLS ROBOT漏洞检测、心血漏洞检测、FREAK Attack漏洞检测、SSL Poodle漏洞检测、CCS注入漏洞检测。