随笔分类 - C#
摘要:1. .net 平台简介 .net 平台主要分为三个部分(.net 5 中据说会大一统,这我抛开.net 5了):.net Framework 、 .net Core 和 xamarin .net Framework : 2002年发布,现在很多公司都在使用,可以开发: window桌面程序:win
阅读全文
摘要:这是14天的审判。净反射器。如果你有任何问题,请联系info@reflector.net。开发人员使用。净反射器:•使用Visual Studio调试器调试程序集,即使你没有来源•动态反编译任何。NET代码•进入第三方代码,设置断点,,看着它跑了•给他们一个强大的对象浏览器探索在Visual Stu
阅读全文
摘要:namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object ...
阅读全文
摘要:服务器 namespace Win_Talk { partial class Form1 { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null;
阅读全文
摘要:邮件发送 邮件登陆和接收 第几封 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Te
阅读全文
摘要:private void button1_Click(object sender, EventArgs e) { Uri address = new Uri(textBox1.Text); //创建一个Uri类型的变量,用来存储要浏览的网页地址 webBrowser1.Url = address; ...
阅读全文
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Net; using System.Net...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IPFlag { public class Class1 { public bool ISIP(string ip) { bool ...
阅读全文