摘要: 一、使用pip安装第三方插件不能直接在pycharm中使用,下载的插件在安装目录.\Python36_64\Lib\site-packages 二、在pycharm中下载安装包直接使用 阅读全文
posted @ 2019-10-09 11:13 魑魅魍魉四天王 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 客户端: 阅读全文
posted @ 2019-09-27 15:31 魑魅魍魉四天王 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-09-27 10:23 魑魅魍魉四天王 阅读(109) 评论(0) 推荐(0) 编辑
摘要: c# 使用第三方库pdfbox: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;using 阅读全文
posted @ 2019-09-18 17:29 魑魅魍魉四天王 阅读(692) 评论(1) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Web;using System.Data.OleDb;using System.Data;using System.Data.SqlClient; namespace httpCl 阅读全文
posted @ 2019-09-17 09:06 魑魅魍魉四天王 阅读(1607) 评论(0) 推荐(0) 编辑
摘要: 串口通讯: using CommunicationInterfaceForm.Script;using Microsoft.Win32;using System;using System.Collections.Generic;using System.ComponentModel;using Sy 阅读全文
posted @ 2019-09-17 09:05 魑魅魍魉四天王 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 1.wpf 在xaml 字符串格式化 <TextBlock VerticalAlignment="Center" Foreground="#000080" HorizontalAlignment="Left" Text="{Binding, StringFormat='yyyy-MM-dd HH:m 阅读全文
posted @ 2019-06-03 12:02 魑魅魍魉四天王 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 1.DataGrid用法(用的metrol) <DataGrid AutoGenerateColumns="False" IsReadOnly="True" SelectedItem="{Binding}" ItemsSource="{Binding }"> <DataGrid.Columns> < 阅读全文
posted @ 2019-06-01 11:49 魑魅魍魉四天王 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 引入命名空间 System.Configuration public static string BaseUrl { get { return ConfigurationManager.AppSettings["hotelname"]; } } <add key="hotelname" value= 阅读全文
posted @ 2019-03-20 16:20 魑魅魍魉四天王 阅读(1955) 评论(0) 推荐(0) 编辑
摘要: 数据绑定需要跟上下文绑定,并且将relativesource的ancestortype值设置为子窗口 <Button Content="弹窗" CommandParameter="{Binding}" Command="{Binding DataContext.DParaCommand, Relat 阅读全文
posted @ 2019-03-05 14:15 魑魅魍魉四天王 阅读(813) 评论(0) 推荐(0) 编辑