今天朋友问我怎么操作RSS,说实话以前还真没弄过,甚至就不知道什么是RSS。谷哥了一下才发现原来RSS就是一个XML文档啊 首先介绍下什么是RSS,来自百度百科: RSS(简易信息聚合,也叫聚合内容)是一种描述和同步网站内容的格式。RSS可以是以下三个解释的其中一个: Really Simple Syndication;RDF (Resource Description Framework) Site Summary; Rich Site Summary。但其实这三个解释都是指同一种Syndication的技术。RSS目前广泛用于网上新闻频道,blog和wiki,主要...
把ueditor编辑器放在项目根目录,目录名为ueditor 先配置editor_config.js第14行imagePath:URL + "",第51-66行 iframeUrlMap:{
'anchor':'~/ueditor/dialogs/anchor/anchor.html',
'insertimage': '~/ueditor/dialogs/image/image.html',
'inserttable': '~/ueditor/dialogs/table/table.html',
'link': '~/ueditor/dialogs/link/link.html'...
写一个截取字符串的方法,借鉴了一下别人的,有一点不太明白static void Main(string[] args)
{
CutString();
}
public static void CutString()
{
string inputString = "你好?";
ASCIIEncoding ascii = new ASCIIEncoding();
byte[] s = ascii.GetBytes(in...
今天在网上搜集了一些使用.net发送邮件的资料,现在拿出来和大家分享一下!在.net中,.NET自带了发送邮件的功能,在VS2003中该功能已经封装进.NET Framework的System.Web.Mail的命名空间里了,在VS2005下更多的是利用System.Net.Mail命名空间了。使用这个命名空间下的类,就可以很容易的构建一个发送邮件的程序,所需要的仅仅是在windows中架构好SMTP服务器。System.Web.Mail命名空间:这个命名控件下包含了以下的对象和三个属性:包含的对象:MailAttachment:与邮件附件有关的对象类MailMessage :邮件主体S...
页面代码<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" ><head runat=...
- «
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- »