摘要: 方法:在<div></div>中加入<iframe></ifame>實例:<div id="ad" style="Z-INDEX:999999; FILTER:alpha(opacity=100); LEFT:120px; WIDTH:160px; POSITION:absolute; TOP:80px; HEIGHT:100px;"> ... 阅读全文
posted @ 2009-03-07 13:24 Gsun 阅读(590) 评论(0) 推荐(0) 编辑

2011年6月27日

摘要: http://www.winbaicai.com/down_17.html首 页下载中心帮助中心大白菜讨论区Beta当前位置:下载中心 > 大白菜提供的win7PE启动镜像 软件版本: 大白菜提供的win7PE启动镜像系统格式:NTFS 32位 软件语言: 简体中文 软件大小: 218MB 发布时间: 2010-10-15 20:39:47MD5:cf06c2e1a41ca9d3bb5c8d285cddce5c 迅雷下载官方下载电信下载网通下载快车下载这里说明一下用法:大白菜及大方便用户制作U盘启动制作,提供了更高一级的定制启动系统,举例说明:我们加入一个启动win7 pE,可以在网上搜 阅读全文
posted @ 2011-06-27 11:35 Gsun 阅读(571) 评论(0) 推荐(0) 编辑

2011年6月7日

摘要: 注册com组件有两种方法(备注:假如你用C#写的程序,想在VB中调用的话,这是方法之一)第一种方法:方法2 并且执行批处理进行注册(easyRegister.bat)cd /d %~dp0regasm.exe /tlb:CAD.PDA.Client.Console.tlb CAD.PDA.Client.Console.dll regasm.exe CAD.PDA.Client.Console.dll /codebaseregasm.exe DotNetCom.dll /tlb:DotNetCom.tlbregasm.exe DotNetCom.dll /CodeBaseregasm.exe C 阅读全文
posted @ 2011-06-07 10:07 Gsun 阅读(681) 评论(0) 推荐(0) 编辑

2011年4月22日

摘要: 题目:猫大叫,两只老鼠开始逃跑,主人醒来,宝宝也醒来了并且哭了起来. 解决方案: 1. 建立模型(目标基类) using System; namespace DelegateEvent { /**//// <summary> /// 在Observer Pattern(观察者模式)中,此类作为所有Subject(目标)的抽象基类 /// 所有要充当Subject的类(在此事例中为"猫")都继承于此类. /// 我们说此类作为模型,用于规划目标(即发布方)所产生的事件,及提供触发 /// 事件的方法. /// 此抽象类无抽象方法,主要是为了不能实例化该类对象,确保 阅读全文
posted @ 2011-04-22 17:57 Gsun 阅读(322) 评论(0) 推荐(0) 编辑
摘要: Message Queuing is a message infrastructure and a development platform for creating distributed messaging applications for the Microsoft Windows Operating System. Message Queuing applications can use the Message Queuing infrastructure to communicate heterogeneous networks and with computers that ma. 阅读全文
posted @ 2011-04-22 11:27 Gsun 阅读(307) 评论(0) 推荐(0) 编辑

2011年4月8日

摘要: using System.ComponentModel;using System.Windows;using System.Windows.Controls;namespace SL_BackgroundWorker_CS{ public partial class Page : UserControl { private BackgroundWorker bw = new BackgroundWorker(); public Page() { InitializeComponent(); bw.WorkerReportsProgress = true; bw.WorkerSupportsCa 阅读全文
posted @ 2011-04-08 17:20 Gsun 阅读(365) 评论(0) 推荐(0) 编辑

2011年3月1日

摘要: <UserControl x:Class="SilverlightApplication1.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http 阅读全文
posted @ 2011-03-01 16:48 Gsun 阅读(193) 评论(0) 推荐(0) 编辑

2011年2月28日

摘要: 随着Silverlight技术的逐步完善,Silverlight应用大批的涌现,近期的2010年冬季奥运会,Silverlight作为首选视频播放技术,为全球提供在线赛事实况。Silverlight技术的发展需要更多的开发人员加入,作为Silverlight技术的支持者,我把平时Silverlight开发中使用的工具进行一次总结,希望对大家能有所帮助。Silverlight开发工具包(必装):在银光中国网有篇“轻松建立Silverlight开发环境”,该文详细介绍了Silverlight工具集下载,以及安装步骤。我简要列出,另外做一些补充:工具一: Visual Studio 2008 SP1 阅读全文
posted @ 2011-02-28 14:58 Gsun 阅读(353) 评论(0) 推荐(0) 编辑

2011年2月25日

摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Xml.Serialization;using System.Threading;using System.Collections;using System.Threading;namespace ConsoleApplication1{ class Work { private static EventWaitHandle ewh; private static long threadCount = 0; p 阅读全文
posted @ 2011-02-25 17:55 Gsun 阅读(183) 评论(0) 推荐(0) 编辑

2011年2月24日

摘要: Assembly importAssembly = Assembly.LoadFrom(@"D:\testProject\WindowsApplication1\DBAccess\bin\Debug\DBHelper.dll"); Module[] importModules = importAssembly.GetModules(); foreach (Module importModule in importModules) { Type[] importClasses = importModule.GetTypes(); foreach (Type importCla 阅读全文
posted @ 2011-02-24 13:30 Gsun 阅读(184) 评论(0) 推荐(0) 编辑

2011年2月15日

摘要: String Format for DateTime [C#]This example shows how to format DateTime using String.Format method. All formatting can be done also using DateTime.ToString method.Custom DateTime FormattingThere are following custom format specifiers y (year), M (month), d (day), h (hour 12), H (hour 24), m (minute 阅读全文
posted @ 2011-02-15 09:47 Gsun 阅读(336) 评论(0) 推荐(0) 编辑

导航