码迷,mamicode.com
首页 >  
搜索关键字:Insufficient system    ( 49344个结果
asp.net 的加密Encode和解密Decode.
asp.net 的加密和解密(c#):1. 导入所需包:using System.IO;using System.Text;using System.Security.Cryptography;2.加密1)MD5普通加密//获取要加密的字段,并转化为Byte[]数组byte[] data = Sys...
分类:Web程序   时间:2014-05-16 18:53:50    阅读次数:375
MySQL 5.5: InnoDB Change Buffering
To speed up bulk loading of data, InnoDB implements aninsert buffer, a special index in the InnoDB system tablespace that buffers modifications to sec...
分类:数据库   时间:2014-05-16 18:26:09    阅读次数:532
数据库系统基本概念
数据库系统(Database System, DBS)包含了数据库(Database, DB)、数据库管理系统(Database Management System,DBMS)、硬件、其他软件及用户。 数据模型(Data Model): 首先明确下模型(Model)是个什么东东? 模型可以分为实物模...
分类:数据库   时间:2014-05-16 18:08:46    阅读次数:285
C#的WinForm中制作饼状图和柱状图
using System; using System.IO;//用于文件存取 using System.Data;//用于数据访问 using System.Drawing;//提供画GDI+图形的基本功能 using System.Drawing.Text;//提供画GDI+图形的高级功能 usi...
分类:Windows程序   时间:2014-05-16 09:40:31    阅读次数:546
Asp.net动态生成表单
control.ascx using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls...
分类:Web程序   时间:2014-05-16 08:36:25    阅读次数:362
sqlserver2012只能附加u盘里的数据库,不能附加电脑里的数据库 解决方案
1、打开SqlServer配置管理器在左侧打开“SQL Server服务”,然后在右侧选择 “SQL Server (MSSQLSERVER)”右击选择=〉属性2、在“登录”选项中,将“内置帐户”的值选为“Local System”,然后点确定后会自动重启SQL SERVER服务3、重新打开SQL ...
分类:数据库   时间:2014-05-16 06:34:53    阅读次数:930
c# 单链表实现 简单示例(可复制直接运行)
最近学习数据结构,发现c# 其实和c 的链表的实现差不多的下面是一段可直接运行的代码 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Threading; 5 ...
分类:其他好文   时间:2014-05-16 06:24:02    阅读次数:663
Unity数据下载
1 /* HttpRequestTest.cs 2 * 采用C#的WebClinet类下载数据,多线程,但需要在主线程里转成texture。 3 */ 4 using System; 5 using System.Text; 6 using System.Net; 7 using...
分类:其他好文   时间:2014-05-16 05:36:09    阅读次数:379
Json数据转换
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:Web程序   时间:2014-05-14 13:33:33    阅读次数:510
DataGridView显示进度条列
先看看效果,如果感兴趣,继续往下看……效果如下图所示:DataGridView里没有Pragress列,但有Image列,有了它我们可以自己绘图来实现进度条。其实实现起来并不困难。首先在实体类增加Image类型的属性,在get里绘制进度条图片:using System;using System.Co...
分类:Windows程序   时间:2014-05-14 07:29:05    阅读次数:506
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!