
1: <Window x:Class="WpfApp3.MainWindow"
2: xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3: xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4: xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
5: xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
6: xmlns:local="clr-namespace:WpfApp3"
7: mc:Ignorable="d"
8: Title="MainWindow" Height="450" Width="800">
9: <Grid>
10: <Button Height="60"
11: Width="200"
12: Click="MyButton_Click"
13: Content="點我"/>
14:
15: </Grid>
16: </Window>
me1237guy 發表在
痞客邦
留言(0)
人氣()
WIN鍵: WINDOWS菜單
WIN鍵+D: 顯示桌面WIN鍵+E: 開啟檔案總管
me1237guy 發表在
痞客邦
留言(0)
人氣()
Serialization is used to write class objects to files.[1] De-Serialization is used to recover the objects from the file.
When we want to transport an object through network then we have to convert the object into a stream of bytes.[2] The process of converting an object into a stream of bytes is called Serialization. For an object to be serializable, it should implement ISerialize Interface. De-serialization is the reverse process of creating an object from a stream of bytes.
參考資料:1. C# Serialization & Deserialization with Example
me1237guy 發表在
痞客邦
留言(0)
人氣()
參考資料1. SQLite 資料庫 C# 程式範例-使用 Dapper
me1237guy 發表在
痞客邦
留言(0)
人氣()
參考資料:1. [Day 21] C#中Json的序列化和反序列化的幾種方式(二)2. [Day 22] C#中Json的序列化和反序列化的幾種方式(三)3. [.NET] [C#] [JSON.NET] Serialize序列化與Deserialize反序列
me1237guy 發表在
痞客邦
留言(0)
人氣()

TortoiseGit->Add
me1237guy 發表在
痞客邦
留言(0)
人氣()
me1237guy 發表在
痞客邦
留言(0)
人氣()
在做AES 加解密 發生 CryptographicException 填補無效,而且無法移除錯誤,
使用錯誤的金耀產生的錯誤提醒。
me1237guy 發表在
痞客邦
留言(0)
人氣()

取得電腦資訊PCInfoApp
加密解密 EncryptApp
加密金鑰: How are you?
me1237guy 發表在
痞客邦
留言(0)
人氣()
挑選一段時間範圍內的資料SELECT [Id]
,[CameraId]
,[CreateDate]
,[CarId]
,[Type]
,[IP]
,[Src]
FROM [CarServer].[dbo].[Photo] WHERE [CreateDate] BETWEEN '20170101 00:00:00.000' AND
'20180301 23:59:59.999'
me1237guy 發表在
痞客邦
留言(0)
人氣()
參考資料:SVM model fails to load
me1237guy 發表在
痞客邦
留言(0)
人氣()
參考資料:1. Load x64 or a x86 DLL depending upon the platform? [duplicate]
me1237guy 發表在
痞客邦
留言(0)
人氣()