码迷,mamicode.com
首页 >  
搜索关键字:a system image must    ( 101019个结果
原创控件代码共享--日期选择控件
原创控件代码共享--日期选择控件 思路:实现日期年月日的选择 1、可以设定年的起止年份 2、排除不正确日期选择的可能 3、使用javascript实现控制 4、使用Text属性方便获取设置日期值 ================================= 代码如下: using System; using System.Collections; using System...
分类:其他好文   时间:2014-05-12 15:21:22    阅读次数:246
C# this和base
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(stri...
分类:其他好文   时间:2014-05-12 11:46:04    阅读次数:215
DES加密/解密类。
using System.Security.Cryptography; //用的类 /// /// DES加密/解密类。 /// public class DESEncrypt { public DESEncrypt() { ...
分类:其他好文   时间:2014-05-12 10:38:19    阅读次数:235
[原]unity3d刀光剑影(二)
本篇研究 暴走武侠 效果。直接贴代码Shader "Cg shader with single texture" { Properties { _MainTex ("Texture Image", 2D) = "white" {} _MainTex1 ("Texture I...
分类:其他好文   时间:2014-05-12 10:25:57    阅读次数:340
Java 拾遗
1、选择表达式中的类型转换public class Test { public void static main(String args[]){ int i = 5; System.out.println("Vlaue Is " + ((...
分类:编程语言   时间:2014-05-12 09:39:52    阅读次数:294
Windows Server 2012启用Windows功能NetFx3时出错解决方法
作者:冰点阳光 | 可以转载, 但必须以超链接形式标明文章原始出处和作者信息及版权声明网址:http://baohua.me/operating-system/windows-server-2012-enable-windows-feature-netfx3-error-sulotion/在Wind...
分类:Windows程序   时间:2014-05-12 09:21:19    阅读次数:838
Entity Framework 5.0 Code First全面学习
目录(?)[+]不贴图片了,太累。Code First 约定借助 CodeFirst,可通过使用 C# 或Visual Basic .NET 类来描述模型。模型的基本形状可通过约定来检测。约定是规则集,用于在使用 Code First 时基于类定义自动配置概念模型。约定是在 System.Data....
分类:其他好文   时间:2014-05-11 13:25:29    阅读次数:419
VS开发ArcEngine时的一个异常信息——“ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS components.”
问题描述:程序报错“ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS components.”解决方法:打开program.cs。 把ESRI.ArcGIS.Ru...
分类:其他好文   时间:2014-05-11 13:10:03    阅读次数:448
C# 文字滚动特效(上下滚动)
本程序改编至网上下载的一个自定义控件,原控件是左右滚动效果,类似于跑马灯效果,由于项目需要,改编为上下滚动。前期没有实现自动折行,今天刚加上自动折行。using System;using System.Collections;using System.ComponentModel;using Sys...
分类:其他好文   时间:2014-05-10 22:23:43    阅读次数:486
两种方法连接MySql数据库
1、用MySQLDriverCS连接MySQL数据库先下载和安装MySQLDriverCS,在安装文件夹下面找到MySQLDriver.dll,然后将MySQLDriver.dll添加引用到项目中。 using System; using System.Collections.Gen...
分类:数据库   时间:2014-05-10 19:12:23    阅读次数:453
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!