相关分类: Java技术 C/C++ VB delphi
  • win10与ubuntu下演示运行.net core rc2 1.0.0.3002702

    随着.net core rc2(1.0.0.002702)发布的同时,我们也来在本地 win10与ubuntu玩一下吧. 先简单说下.net core ,在.net core rc1中用的是dnx 工具链可参考http://www.cnblogs.com/shanyou/p/4589930.html, .net core rc2中完全用dotnet工具链代替,具体说明见 dotnet...

    2018-06-18 04:35:18

  • 【基础】一个简单的MVC实例及故障排除

    Controller: 1 public ActionResult Index() 2 { 3 string setting = " ApplicationServices " ; 4 var connString = System.Web.Configuration.WebConfigurationManager.ConnectionStrings[setting]; 5 SqlConnection conn = new SqlConnection(connString.Connection...

    2018-06-18 04:35:15

  • 【PDF】HTML中嵌入pdf的简单方法

    embed src= " ~/Document/333.pdf " width= " 425 " height= " 425 " 或者你不想显示某些功能的话: embed src= " ~/Document/333.pdf#toolbar=0navpanes=0scrollbar=0 " width= " 425 " height= " 425 "...

    2018-06-18 04:35:13

  • MongoDB 效率

    写入: 插入100万条数据:用InsertMany,耗时16s左右。 读取: 读取300万条数据,耗时3600毫秒。...

    2018-06-18 04:35:13

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

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

    2018-06-18 04:35:12

  • MSCRM 获取列表所选记录相关信息

    问题:如何通过JS获取列表中所选记录信息? 解决办法: The CRM2011 Ribbon has a special set of parameters called 'CrmParameters' that provide information about the current session such as the selected rows in a sub-grid. We can use the 'SelectedControl...

    2018-06-18 04:35:11

  • 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-18 04:35:08

  • Web.config配置文件详解

    整理了一下ASP.NET Web.config配置文件的基本使用方法。很适合新手参看,由于Web.config在使用很灵活,可以自定义一些节点。所以这里只介绍一些比较常用的节点。 ?xmlversion="1.0"? !--注意: 除了手动编辑此文件以外,您还可以使用 Web 管理工具来配置应用程序的设置...

    2018-06-18 04:35:07

  • Paypal支付小记

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

    2018-06-18 04:35:04

  • 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-18 04:35:03

2