- ASP.net(c#)生成条形码
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using S…
- MetaWeblog API
MetaWeblog API是一套基于XML-RPC通信协议的编程接口,是诸如Wordpress这样的Blog应用程序对外接口国际规范标准,通过MetaWeblog API,Blog应用可以对外公布Blog提供的服务,从而允许外面的程序能取得和设置Blog文章的…
- .Net防止网页后退-禁止缓存
.Net防止网页后退-禁止缓存
- 多线程Cross-thread的问题
最近在用C#做网络通信方面的WinForm程序,是C/S架构的程序,用到了多线程处理两端的通信。今天在调试的时候碰到了一个异常:Cross-thread operation not valid: Control btnConnect accessed from a thread other tha…
- C#操作xml SelectNodes,SelectSingleNode总是返回NULL 与 xPath 介绍
1. SelectNodes,SelectSingleNode总是返回NULL 下面以一个简单的xml为例:<?xml version="1.0"?> <message xmlns="http://www.mydomain.com/MyDataFeed" xmlns:xsi=http://www.w3.o…
添加评论