Easy Programing, Easy Life...

 
 
昵称:Ring
园龄:6年8个月
粉丝:7
关注:0

随笔档案(31)

  • 2011年7月 (3)
  • 2011年5月 (1)
  • 2011年4月 (4)
  • 2011年3月 (1)
  • 2011年2月 (1)
  • 2011年1月 (2)
  • 2010年12月 (1)
  • 2010年9月 (3)
  • 2009年10月 (1)
  • 2007年4月 (2)
  • 2007年3月 (1)
  • 2007年1月 (1)
  • 2006年11月 (1)
  • 2006年10月 (4)
  • 2006年9月 (2)
  • 2006年8月 (1)
  • 2006年7月 (2)

积分与排名

  • 积分 - 200454
  • 排名 - 426

Powered by: 博客园
模板提供:沪江博客
博客园 | 首页 | 发新随笔 | 发新文章 | 联系 | 订阅订阅 | 管理

04 2011 档案

 
将图片作为内嵌资源读取
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Resources;namespace WindowsFormsApplication1{ public partial class Form1 : Form { public Form1() { InitializeC阅读全文
posted @ 2011-04-20 16:59 Ring 阅读(40) | 评论 (0) 编辑
ajax
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xm阅读全文
posted @ 2011-04-19 18:11 Ring 阅读(36) | 评论 (0) 编辑
c#在命令行窗口得到dos命令信息
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;namespace ConsoleApplication3{ class Program { static void Main(string[] args) { ProcessStartInfo psi = new ProcessStartInfo("cmd.exe"); psi.CreateNoWindow = true; psi.RedirectStandar阅读全文
posted @ 2011-04-19 15:59 Ring 阅读(78) | 评论 (0) 编辑
图片对比器
摘要: 图片对比器,比较两幅图片是否一样,省得一个一个眼睛去看。如果两幅图片一样,提示同一幅图片:如果两幅图片不一样,提示不是同一幅图片:点击 这里下载图片比较工具使用。阅读全文
posted @ 2011-04-17 14:17 Ring 阅读(107) | 评论 (0) 编辑