在.NET
3.5中提供了一套全新的接口来实现对RSS和ATOM这两种数据文件的读写。非常方便。下面演示一下1.
首先要添加一个引用System.ServiceModel.Webusing System.ServiceModel.Syndication;using
System.Xml;2. 读取R...
分类:
Web程序 时间:
2014-04-30 04:51:29
阅读次数:
513
菜单"File" - "Reverse Engineer" - "DataBase"弹出来
New Physical Data Model 窗口 ,为模型建好名字 - 点击确定到下一步 就是为建立 类似
jdbc连接数据库的配置文件的一个功能。选择using a data source : 点击右侧...
分类:
数据库 时间:
2014-04-30 02:46:10
阅读次数:
585
相关资料http://stackoverflow.com/questions/18404907/using-gpuimage-to-recreate-ios-7-glass-effecthttp://stackoverflow.com/questions/17036655/ios-7-style-b...
分类:
移动开发 时间:
2014-04-30 02:03:09
阅读次数:
729
这里仅仅是以putty作为演示消息发送机制和控件搜索机制,不完善,待更新#include"stdafx.h"#include #include using
namespace std;HWND FindTextBox(HWND hWnd,DWORD select_edit=1){ HWND hEdi...
分类:
其他好文 时间:
2014-04-29 22:20:23
阅读次数:
587
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Threading.Tasks;namespace 计算字符{ class
Program { ...
分类:
其他好文 时间:
2014-04-29 20:45:02
阅读次数:
446
利用减治法实现8枚硬币问题:参考资料:http://blog.csdn.net/wwj_748/article/details/8863503
算法设计--八枚硬币问题 1 #include "stdafx.h" 2 #include 3 #include 4 using namespace ...
分类:
其他好文 时间:
2014-04-29 18:18:17
阅读次数:
510
description:given two sorted singly list, merge
them into one using constant additional spacealgorithm:we will reference the two
linked list as list1 ...
分类:
其他好文 时间:
2014-04-28 00:32:52
阅读次数:
711
C++ Primer 5E 有符号和无符号
无符号类型和有符号类型混合运算时,有符号数会被提升至无符号类型,如果其值为负责会产生错误。 int main(){ unsigned int u = 10;
int i = -42; std::cout using Vec = vector>;auto和d...
分类:
编程语言 时间:
2014-04-28 00:19:15
阅读次数:
575
using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using System.Text;u...
分类:
Windows程序 时间:
2014-04-27 23:51:43
阅读次数:
1188
http://www.thegeekstuff.com/2010/07/perl-tcp-udp-socket-programming/In this
article, let us discuss how to write Perl socket programming using the inb...
分类:
Web程序 时间:
2014-04-27 23:22:09
阅读次数:
679