11 2022 档案

摘要:找到对应的cuda及cudnn版本 view cuda version cmd: nvidia-smi cuda 10.1 下载地址 https://developer.nvidia.com/cuda-10.1-download-archive-base?target_os=Windows&targ 阅读全文
posted @ 2022-11-28 17:35 潜谷先生 阅读(22) 评论(0) 推荐(0) 编辑
摘要:创建服务端 private void StartServer() { try { // Set the TcpListener on port 13000. Int32 port = 8888; IPAddress localAddr = IPAddress.Parse("127.0.0.1"); 阅读全文
posted @ 2022-11-28 16:29 潜谷先生 阅读(504) 评论(0) 推荐(0) 编辑
摘要:内容居中风格 <Style x:Key="HorizontalAlignedData" BasedOn="{StaticResource {x:Type TextBlock}}" TargetType="{x:Type TextBlock}"> <Setter Property="Horizonta 阅读全文
posted @ 2022-11-07 17:33 潜谷先生 阅读(881) 评论(0) 推荐(0) 编辑
摘要:资源文件 定义颜色及样式 <SolidColorBrush x:Key="TextColorGeneral" Color="#a2a2a2" /> <Style TargetType="DataGridColumnHeader"> <Setter Property="HorizontalConten 阅读全文
posted @ 2022-11-07 17:22 潜谷先生 阅读(963) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示