如果你想要直接修改ComboBox背景顏色為自訂義漸層顏色,

me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

Markup Extensions and WPF XAML


me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

https://www.facebook.com/MATLAB/videos/372170376698253/

me1237guy 發表在 痞客邦 留言(0) 人氣()

新增主控台應用程式

me1237guy 發表在 痞客邦 留言(0) 人氣()

37 38image

39 40 image

41 42 image

31 32 image

me1237guy 發表在 痞客邦 留言(0) 人氣()

1. WPF – MVVM (一)

2. WPF – MVVM (二)

me1237guy 發表在 痞客邦 留言(0) 人氣()

   1:  
   2:   enum Animal
   3:   {
   4:       Dog = 0x0001,
   5:       Cat = 0x0002,
   6:       Duck = 0x0004,
   7:       Chicken = 0x0008
   8:   }
   9:   static void Main(string[] args)
  10:   {
  11:       Animal animals = Animal.Dog | Animal.Cat;
  12:       Console.WriteLine(animals.ToString());
  13:       Console.ReadKey();
  14:   }

me1237guy 發表在 痞客邦 留言(0) 人氣()

先說結論:  readonly比較不會出錯,一般狀況新版的dll蓋過去就好,
但如果是const狀況,須將整個專案重新編譯,才不會出錯!


me1237guy 發表在 痞客邦 留言(0) 人氣()

(1) 在 Windows Forms 中裝載 WPF 控制項

me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

WIN鍵: WINDOWS菜單

me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

參考資料

me1237guy 發表在 痞客邦 留言(0) 人氣()


me1237guy 發表在 痞客邦 留言(0) 人氣()

TortoiseGit->Add

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

Downloads

Windows

Our latest release (3.10.1) for Windows:

me1237guy 發表在 痞客邦 留言(0) 人氣()

在做AES 加解密 發生 CryptographicException 填補無效,而且無法移除錯誤,

me1237guy 發表在 痞客邦 留言(0) 人氣()

取得電腦資訊

me1237guy 發表在 痞客邦 留言(0) 人氣()

挑選一段時間範圍內的資料

me1237guy 發表在 痞客邦 留言(0) 人氣()

參考資料:

SVM model fails to load

me1237guy 發表在 痞客邦 留言(0) 人氣()

參考資料:

1. Load x64 or a x86 DLL depending upon the platform? [duplicate]


me1237guy 發表在 痞客邦 留言(0) 人氣()

c++非同步儲存影像 – Part I 我們提到一個問題

錯誤    C1189    #error:  <future> is not supported when compiling with /clr or /clr:pure.

me1237guy 發表在 痞客邦 留言(0) 人氣()

首先google c++ async找到c++撰寫非同步範例

me1237guy 發表在 痞客邦 留言(0) 人氣()


me1237guy 發表在 痞客邦 留言(0) 人氣()

The CREATE DATABASE statement is used to create a database.

me1237guy 發表在 痞客邦 留言(0) 人氣()

The CREATE DATABASE statement is used to create a database.

me1237guy 發表在 痞客邦 留言(0) 人氣()

下載 freeType 2.9.1

me1237guy 發表在 痞客邦 留言(0) 人氣()

首先, 以ArrayList為例,透過foreach指令來依序讀取內容物

   1: ArrayList list = new ArrayList();
   2: list.Add("1");
   3: list.Add(2);
   4: list.Add("3");
   5: list.Add('4');
   6: foreach(object o in list)
   7: {
   8:     Console.Write($"{o.GetType().ToString()} :");
   9:     Console.WriteLine(o);
  10: }

me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

 Create a Zip with full control over contents

me1237guy 發表在 痞客邦 留言(0) 人氣()

Histogram Comparison (Histogram Matching)

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

> anaconda search opencv

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

在Azure上通过asp.net使用EmguCV

Tutorial how to use EmguCV in Asp.Net MVC application

Turn your OpenCV Code into a Web API in under 10 minutes — Part 1

Turn your OpenCV code into a Web API in less than 10 minutes : Part 1

 

me1237guy 發表在 痞客邦 留言(1) 人氣()

Since the Viz(Visualization Toolkit) is not included in official opencv package, you have to build it

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

http://support.advantech.com.tw/support/DownloadSRDetail_New.aspx?SR_ID=1-2AKUDB&Doc_Source=Download

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

SQL Server 2017 Express Edition 下載

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

1. MicroHttpServer - 用100行C#寫一個HTTP Server

示範寫一個簡單http server console application

me1237guy 發表在 痞客邦 留言(0) 人氣()

8路網絡繼電器 IP繼電器 Web Relay 雙控本地 手機 遠程控制 /安卓 蘋果 平板 windows系統

NT $1,500

一、功能(Feature):

    1. 以太網RJ45介面 。

me1237guy 發表在 痞客邦 留言(0) 人氣()

How to make auto-adjustments(brightness and contrast) for image Android Opencv Image Correction

me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

Given a set of connected points, where they are filled with red color.

me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

Today I reveiewed Observer Pattern – Design Pattern (Using C#) and have finished watching Observer Design Pattern tutorial.

As usual, I implemented the example in C# instead of JAVA.

me1237guy 發表在 痞客邦 留言(0) 人氣()

What is the Visitor Design Pattern ?

1. Allows you to add methods to classes of different types without much altering to these classes.

2. You can make completely different methods depending on the class used.

3. Allows you to define external classes that can extend other classes without majorly edit them.

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

A useful tutorial that help you understand about Interpreter Pattern.

me1237guy 發表在 痞客邦 留言(0) 人氣()

What is flyweight pattern?

me1237guy 發表在 痞客邦 留言(0) 人氣()

Create a logger

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

http://felix.abecassis.me/category/opencv/

me1237guy 發表在 痞客邦 留言(0) 人氣()

The following is an example[1] of image blending, which seamlessly combines two different images by using the mask of itself.

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
   1: interface IWeapon
   2: {
   3:     void Use();
   4: }

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()