Time of Update: 2015-07-28
標籤:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;using System.Windows.Forms; 1 public class DBHelper 2 { 3 static string
Time of Update: 2015-05-25
標籤:c# winfrom 增刪改查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.Data.OleDb;using
Time of Update: 2015-06-05
標籤:unity unity3d 3d c# 6.0 孫廣東 2015.6.5 What‘s New in C# 6:http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Whats-New-in-C-6Cross Platform
Time of Update: 2015-09-14
標籤: public bool ExportExcel(DataTable tb, string path, string tbName) { //excel 2003格式 string connString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + path + ";Extended Properties=Excel 8.0;";
Time of Update: 2015-09-14
標籤:假設有一個軟體公司,每當有新產品推出,就把語音總機到一些客戶。 把通知這個動作抽象成一個介面。 public interface IService { void Notif(); } 客戶如果想獲得通知,就需要實現以上的介面。這裡的客戶被看作是觀察者。 public class CustomerA : IService { public void Notif() {
Time of Update: 2015-09-14
標籤:引用:System.Xml;XmlDocument doc = new XmlDocument(); XmlElement Root = doc.CreateElement("Root");//主內容doc.AppendChild(Root);XmlElement Child1 = doc.CreateElement("attr1");XmlAttribute attr1= doc.CreateAttribute("attr1");attr1.Value = "arrt1Content"
Time of Update: 2015-09-10
標籤:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ExLambda{ class Program { delegate double MyDel(int par); static void Main(
Time of Update: 2015-09-16
標籤: /// <summary> /// DateTime的一些擴充 /// </summary> public class DateTime2 { /// <summary> /// 得到本周第一天(以星期天為第一天) /// </summary>
Time of Update: 2015-09-01
標籤:using MSScriptControl;using System;using System.Collections.Generic;using System.Reflection;using System.Text;using v8sharp;namespace Js調用{ class Program { static void Main(string[] args) { string reString = @"
Time of Update: 2015-08-18
標籤: Chart1.DataSource = dtb; string[] strcolor = new string[20]; strcolor[0] = "220, 224, 64, 10"; strcolor[1] = "220, 252, 180, 65"; strcolor[2] = "220, 159, 100, 100"; strcolor[3] = "220, 5, 10
Time of Update: 2015-08-04
標籤:?VS2015 C#6.0 中的沒有實現/支援的特性?1、數組增強:賦值1維數組Int[] numbers;numbers = {2,3,4,5};2維數組Int[,] numbers2;numbers2= {[2,3,4,5],{6,7,8,9}};2、類型增強:可以擴充現有類型3、運算式增強:可以重載任意操作符1 擴充現有int類型,重載乘方運算子public static partial struct int{ public static operator ** ( int a,
Time of Update: 2015-07-10
標籤:1.多位元字字母組成,每位取值0-9A-Z 1 /// <summary> 2 /// 擷取下一個順序碼根據上一個(數字字母組合) 3 /// </summary> 4 /// <param name="str">上一個順序碼</param> 5 /// <returns></returns> 6 public static string
Time of Update: 2015-07-03
標籤:功能概覽相關屬性TextBox.AutoCompleteCustomSource 屬性擷取或設定當 TextBox.AutoCompleteSource 屬性設定為 [CustomSource] 時要使用的自訂 T:System.Collections.Specialized.StringCollection。TextBox.AutoCompleteMode 屬性擷取或設定一個選項,該選項控制自動完成應用於 TextBox 的方式。 屬性值 類型:System.Windows.Forms.
Time of Update: 2015-07-07
標籤:資料類型: 大類小類C#語言.net語言(通用語言)說明大小(位元組)值區間基礎資料型別 (Elementary Data
Time of Update: 2015-06-23
標籤:關於顯示圖片的最好方法當然是img 的src直接指向地址,簡單實用。但是有時候也會使用到使用圖片流顯示圖片的方法。實現也比較簡單(在C# mvc中,java的不瞭解)。具體如下:1.前台cshtml部分添加img 標籤,其地址指向背景返回圖片流的方法。<img src="@Url.Action("ShowImage","ShowImgFromImgByte",new { id="5"})" /><span id="__kindeditor_bookmark_start_1
Time of Update: 2015-06-10
標籤: 這兩天整理C# IM開發資料,突然發現做IM的介面都極度向QQ,飛信,,米聊靠攏,山寨他們的樣式,甚至做的一模一樣,最近公司也在做這個東西,外形和QQ幾乎無差別,拿出來用同事就會說,你這個上面怎麼沒有XXX功能啊,QQ上就有,你這個怎麼這麼卡啊,QQ一點都不卡,你看QQ那麼多人登入都不卡啊。。。。 然後,我就XXXXXX。
Time of Update: 2015-06-06
標籤:一、什麼是MVV? 一種web應用程式,瀏覽器向它請求的是一個方法,方法的傳回值返回給瀏覽器。 傳回值可以是字串,也可以是一個View(視圖)。 樣本:瀏覽器的請求 應用程式有一個方法 public string Welcome(string name, int numTimes = 1) {return "Hello " + name + ", NumTimes is: " +
Time of Update: 2015-06-01
標籤:.net framework c# microsoft 物件導向 語言 Illustrated C#2012--第一章節--C#和.NET Framework--進入Microsoft .NET 2002年,微軟推出了.NET
Time of Update: 2015-05-31
標籤:.net 物件導向 微軟 程式設計語言 Illustrated C#2012--第一章節--C#和.NET Framework--.NET之前 C#程式設計語言被設計用來在微軟的.NET Framework中開發程式。本章簡要介紹.NET從哪兒來以及它的基本架構。首先,我們糾正一下,C#發音為“see
Time of Update: 2015-05-16
標籤: ArrayList alist = new ArrayList(); //集合對像 長度可以改變,類型不限 //添加單個元素可以Add() alist.Add("在在的"); alist.Add(35); alist.Add(3.14); alist.Add(‘c‘); alist.Add(5000m); /