上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 101 下一页
摘要: 一、Log4Net的控制台,WinForm,WebApplication使用 1、首先使用nuget 添加log4Net 到控制台项目中 log4j每个符号的具体含义:%d %5p %c{1}:%L - %m%n 2、在控制台项目的App.config中添加下面内容(只要是设置日志的添加类型,路径等 阅读全文
posted @ 2017-12-14 14:18 龙骑科技 阅读(254) 评论(0) 推荐(0)
摘要: C# 正则表达式判断IP,URL等及其解释 判断IP格式方法: [csharp] view plain copy public static bool ValidateIPAddress(string ipAddress) { Regex validipregex=new Regex(@"^(([0 阅读全文
posted @ 2017-12-14 11:57 龙骑科技 阅读(6427) 评论(0) 推荐(0)
摘要: 应用程序的exe启动设置 using System;using System.Diagnostics;using System.Reflection;using System.Runtime.InteropServices;using System.Threading;using System.Wi 阅读全文
posted @ 2017-12-14 10:14 龙骑科技 阅读(305) 评论(0) 推荐(0)
摘要: 前台 代码: <Window x:Class="WpfAppWPFMediaKit.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micros 阅读全文
posted @ 2017-12-07 10:56 龙骑科技 阅读(2313) 评论(0) 推荐(0)
摘要: Meta http-equiv属性详解(参考链接:http://www.w3school.com.cn/tags/tag_meta.asp) Meta http-equiv属性详解(参考链接:http://www.w3school.com.cn/tags/tag_meta.asp) http-equ 阅读全文
posted @ 2017-11-29 13:40 龙骑科技 阅读(326) 评论(0) 推荐(0)
摘要: 1、xaml 文件 <Window x:Class="DataTemplate.HierarchicalDataTemplateWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="htt 阅读全文
posted @ 2017-10-23 14:20 龙骑科技 阅读(1043) 评论(0) 推荐(0)
摘要: ApplicationCommands用于表示应用程序程序员经常遇到的常见命令,类似于ctrl+c 在WPF中,许多控件都自动集成了固有的命令集。比如文本框TextBox就提供了复制(Copy),粘贴(Paste),裁切(Cut),撤消(Undo)和重做(Redo)命令等。 WPF提供常用应用程序所 阅读全文
posted @ 2017-10-23 10:09 龙骑科技 阅读(3175) 评论(0) 推荐(3)
摘要: 主界面如下: 前台代码: <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft. 阅读全文
posted @ 2017-10-19 14:20 龙骑科技 阅读(290) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-10-19 10:56 龙骑科技 阅读(181) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Wind 阅读全文
posted @ 2017-10-18 17:04 龙骑科技 阅读(276) 评论(0) 推荐(0)
上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 101 下一页