- WPF中的颜色值-学习
- 源码:using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Media;
using System.Windows.Controls;
using System.Reflection;
namespace PrintColors
{
class Program
{
private static Window win = new ... ...全文
-
fangqm
(河南)
发表于 2011-07-20
点击(69)
- Silverlight for WP7编程之用户控件与定制控件
- 在Silverlight for WP7开发中,用户控件与定制控件是两个重要内容。这两个概念与ASP.NET开发中的对象物概念非常相似。也就是说,用户控件创建非常简单,适合于在某些页面中的重复使用;定制控件用于增强已知控件的功能,或者组合几个基本控件形成一种或几种新的功能。有一篇外文对这两个概念作了比较详细的介绍。请见如下内... ...全文
-
朱先忠
(北京)
发表于 2011-07-12
点击(103)
- C#winform修改IP,dns
- /// <summary> /// 将IP,DNS设置为自动获取 /// </summary> private void setDHCP() { &n... ...全文
-
fangqm
(河南)
发表于 2011-07-08
点击(958)
- 网站速度的优化
- 一、 服务器优化l Windows系列:
64位Win2008r2 + Hpyer-V + 负载均衡 + IIS7.5
64位Win2003 + 虚拟机 + 负载均衡 + IIS6
禁止服务器访问外网。关掉不必要的端口。
去掉每个磁盘的所有权限,只保留administrators组和system完全控制权限。
IIS7.5标识使用ApplicationPoolIdentity,给目录... ...全文
-
fangqm
(河南)
发表于 2011-07-08
点击(69)
- .net编译参数和过程详解(c#)
- HelloWorld.cs的源码如下:
using System;namespace HelloWorld{ public class HelloWorld{ public static void Main(string[] args) { Console.WriteLine("HelloWorld!"); Console.ReadLine();... ...全文
-
ZDLoveYou
(未知)
发表于 2011-07-06
点击(175)