• .net xml 增删改查基础复习及干货分享

    今天做做项目时,有一个需求需要用到一些固定的文本数据,觉得将这些需要存储的信息直接写在代码里很不友好,放在数据库中存储又觉得不够方便,自然就想到了使用xml来进行操作,我平常在项目中其实用到xml的机会并不多,今天既然碰到了,就再温故知新一下吧.... xml简...

    2018-06-22 07:04:26

  • Paypal支付小记

    Paypal支付小记 Paypal支付小记 网站支付 之前因为在公司做了一个小型的VPN网站,其中涉及在线支付环节。而且客户强烈要求不能使用国内支付网站,当时就找到了PayPal。 支付方式及优劣 总体来说,PayPal的支付方式跟支付宝还是差不了多少的,甚至比支付宝更强。具体没...

    2018-06-22 07:04:23

  • win10下vs2015创建asp,net core项目并运行在ubuntu14.

    上文说了.net core程序在win10与ubuntu下运行,用的是示例程序(https://github.com/aspnet/cli-samples),今天用vs2015 构建asp.net core mvc示例程序并运行下ubuntu下。 首先需要下载如下环境与软件至于下载还是32位还是64位根据你系统的了,本文基于64位。 1 .NET...

    2018-06-22 07:04:21 aspnet

  • Hello, Android 快速入门

    Hello, Android Android 开发与 Xamarin 简介 在这两节指南中,我们将 (使用 XamarinStudio或 Visual Studio) 建立我们的第一个 Xamarin.Android 应用程序 并 理解使用Xamarin 开发Android 应用程序的基本原理的。在这个系列 ,我们将介绍有关工具的使用、 Android开...

    2018-06-22 07:04:21

  • C#基础-邮件发送

    1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Net.Mail; 7 using System.Net.Mime; 8 using System.Net; 9 using System.IO; 10 11 namespace TestForm 12 { 13 c...

    2018-06-22 07:04:17

  • var和dynamic的区别

    ...

    2018-06-22 07:04:19

  • c#获取当前应用程序所在路径

    一、获取当前文件的路径 1. System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName 获取模块的完整路径,包括文件名。 2. System.Environment.CurrentDirectory 获取和设置当前目录(该进程从中启动的目录)的完全限定目录。 3. System.IO.Directory.GetC...

    2018-06-22 07:04:15 microsoft sql server

  • Ado.net[增删改查,GET传值]

    1. %@ Page Language= " C# " AutoEventWireup= " true " CodeBehind= " Home.aspx.cs " Inherits= " _20160520.Home " %!DOCTYPE htmlhtml xmlns= " http://www.w3.org/1999/xhtml " head runat= " server " meta http-equiv= " Content-Type " content= " text/html;...

    2018-06-22 07:04:15

  • 找不到方法:"!!0[] System.Array.Empty()&am

    找不到方法:"!!0[] System.Array.Empty()". 这个原因是没装 .net framework 4.6...

    2018-06-22 07:04:12

  • Newtonsoft.Json 用法

    Newtonsoft.Json 是.NET 下开源的json格式序列号和反序列化的类库.官方网站: http://json.codeplex.com/ 使用方法 1.首先下载你需要的版本,然后在应用程序中引用Newtonsoft.Json.dll 文件. 2.引用命名空间using Newtonsoft.Json; using Newtonsoft.Json.Linq; 使用示例...

    2018-06-22 07:04:12

2