摘要:
一、使用pip安装第三方插件不能直接在pycharm中使用,下载的插件在安装目录.\Python36_64\Lib\site-packages 二、在pycharm中下载安装包直接使用 阅读全文
摘要:
c# 使用第三方库pdfbox: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;using 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Web;using System.Data.OleDb;using System.Data;using System.Data.SqlClient; namespace httpCl 阅读全文
摘要:
串口通讯: using CommunicationInterfaceForm.Script;using Microsoft.Win32;using System;using System.Collections.Generic;using System.ComponentModel;using Sy 阅读全文
摘要:
1.wpf 在xaml 字符串格式化 <TextBlock VerticalAlignment="Center" Foreground="#000080" HorizontalAlignment="Left" Text="{Binding, StringFormat='yyyy-MM-dd HH:m 阅读全文
摘要:
1.DataGrid用法(用的metrol) <DataGrid AutoGenerateColumns="False" IsReadOnly="True" SelectedItem="{Binding}" ItemsSource="{Binding }"> <DataGrid.Columns> < 阅读全文
摘要:
引入命名空间 System.Configuration public static string BaseUrl { get { return ConfigurationManager.AppSettings["hotelname"]; } } <add key="hotelname" value= 阅读全文
摘要:
数据绑定需要跟上下文绑定,并且将relativesource的ancestortype值设置为子窗口 <Button Content="弹窗" CommandParameter="{Binding}" Command="{Binding DataContext.DParaCommand, Relat 阅读全文