摘要:
刚刚安装DXSDK_Jun10时(下载地址:http://download.microsoft.com/download/A/E/7/AE743F1F-632B-4809-87A9-AA1BB3458E31/DXSDK_Jun10.exe),错误Error Code:s1023错误原因:计算机上有安装过更新版的Microsoft Visual C++ 2010 Redistributable,打开“控制面板”的“程序和功能”,计算机里之前有安装“Microsoft Visual C++ 2010 x86 Redistributable - 1010.0.40219”,而DXSDK_Jun安装的 阅读全文
摘要:
DataTable dt = CreateTable(); SqlConnection conn = new SqlConnection("Data Source=.;Initial Catalog=Test;Integrated Security=True"); SqlCommand myCommand = new SqlCommand("update sqlcommand set sname='@sname' where sid=@sid ", (SqlConnection)conn); SqlDataAdapter myAdapte 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Microsoft.Office.Interop.Word;using System.Reflection;namespace WordAndExcel.Word{ public partial class makeWord : System.Web.UI.Page { Microsoft.Of... 阅读全文