会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
魑魅魍魉四天王
博客园
首页
新随笔
联系
订阅
管理
2019年10月9日
pycharm安装第三方插件
摘要: 一、使用pip安装第三方插件不能直接在pycharm中使用,下载的插件在安装目录.\Python36_64\Lib\site-packages 二、在pycharm中下载安装包直接使用
阅读全文
posted @ 2019-10-09 11:13 魑魅魍魉四天王
阅读(343)
评论(0)
推荐(0)
2019年9月27日
python tcp客户端和服务端
摘要: 客户端:
阅读全文
posted @ 2019-09-27 15:31 魑魅魍魉四天王
阅读(327)
评论(0)
推荐(0)
添加iis服务
摘要:
阅读全文
posted @ 2019-09-27 10:23 魑魅魍魉四天王
阅读(115)
评论(0)
推荐(0)
2019年9月18日
C#和python读取pdf
摘要: 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 魑魅魍魉四天王
阅读(774)
评论(1)
推荐(0)
2019年9月17日
c#连接sqlserver
摘要: 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 魑魅魍魉四天王
阅读(1615)
评论(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 魑魅魍魉四天王
阅读(225)
评论(0)
推荐(0)
2019年6月3日
总结补充
摘要: 1.wpf 在xaml 字符串格式化 <TextBlock VerticalAlignment="Center" Foreground="#000080" HorizontalAlignment="Left" Text="{Binding, StringFormat='yyyy-MM-dd HH:m
阅读全文
posted @ 2019-06-03 12:02 魑魅魍魉四天王
阅读(277)
评论(0)
推荐(0)
2019年6月1日
反正就是总结(2019.06.01)
摘要: 1.DataGrid用法(用的metrol) <DataGrid AutoGenerateColumns="False" IsReadOnly="True" SelectedItem="{Binding}" ItemsSource="{Binding }"> <DataGrid.Columns> <
阅读全文
posted @ 2019-06-01 11:49 魑魅魍魉四天王
阅读(247)
评论(0)
推荐(0)
2019年3月20日
C#获取配置文件中的文件数据
摘要: 引入命名空间 System.Configuration public static string BaseUrl { get { return ConfigurationManager.AppSettings["hotelname"]; } } <add key="hotelname" value=
阅读全文
posted @ 2019-03-20 16:20 魑魅魍魉四天王
阅读(1962)
评论(0)
推荐(0)
2019年3月5日
wpf MVVMLight的DataGrid绑定数据
摘要: 数据绑定需要跟上下文绑定,并且将relativesource的ancestortype值设置为子窗口 <Button Content="弹窗" CommandParameter="{Binding}" Command="{Binding DataContext.DParaCommand, Relat
阅读全文
posted @ 2019-03-05 14:15 魑魅魍魉四天王
阅读(830)
评论(0)
推荐(0)
下一页
公告