当在internet发布用ClickOnce打包的客户端程序时,遇到ClickOnce启动后出错,错误信息如下: + Downloading https://xxxxx/Deploy/pc/Booter.application did not succeed.+ The underlying con...
分类:
其他好文 时间:
2015-06-09 21:48:33
阅读次数:
138
产生错误的代码:DataTable dtContract_src = Oper.GetDataTable("select * from T_Contract where ProjectID=" + ProjectID_src + " and Flag=0", con_src);
foreach (DataRow dr in dtContract...
> 定义 PPRevealViewControllerPPRevealSideViewControllerDelegate
@property (strong, nonatomic) PPRevealSideViewController *revealSideViewController;> 初始化HomeViewController* con = [[HomeViewController allo...
分类:
移动开发 时间:
2015-06-09 17:19:01
阅读次数:
136
An undirected graph is called k-regular, if the degrees of all its vertices
are equal k. An edge of a connected graph is called a bridge, if after
removing it the graph is being split into two con...
分类:
其他好文 时间:
2015-06-09 17:16:47
阅读次数:
171
#include#include#define MAXN 10001using namespace std;char dict[MAXN][20];char s[20];bool is_replace(const char * a,const char * b);bool is_delete(con...
分类:
其他好文 时间:
2015-06-09 16:39:57
阅读次数:
85
语法: select * from table where 条件1 [语句一] start with 条件2 [语句二] connect by prior 当前表字段=级联表字段 [语句三]说明:con...
分类:
其他好文 时间:
2015-06-09 13:17:08
阅读次数:
84
<form?name="form1"?action="#"???onsubmit="return?check(this);">
??<table?class="con_list"?width="670"?border="0"?cellspacing="0"
???cellpadding="0">
???
??
???<tr>
????<...
分类:
Web程序 时间:
2015-06-09 12:03:55
阅读次数:
124
Web.config文件是一个XML文本文件,它用来储存 ASP.NET Web 应用程序的配置信息(如最常用的设置ASP.NET Web 应用程序的身份验证方式),它可以出现在应用程序的每一个目录中。当你通过VB.NET新建一个Web应用程序后,默认情况下会在根目录自动创建一个默认的Web.con...
分类:
Web程序 时间:
2015-06-09 11:17:34
阅读次数:
93
一、等价与相等的简述 在容器中,等价并不是相等。为什么要提等价与相等呢?因为泛型算法中的find等用于比较的是相等,即以operator==为基础,而容器成员函数的比较是以operator 2 3 struct CIStringCompare{ 4 bool operator()(con...
分类:
其他好文 时间:
2015-06-09 00:41:29
阅读次数:
134
2015年5月14日 星期四 10:37第三部分 类和数据抽象 第12章~14章第12章 类类的定义和声明,数据抽象和封装隐含的this指针何时使用this指针,最常见情况:函数返回对调用该函数的对象的引用返回*this从const成员函数返回*thismutable,希望类的数据成员(甚至在con...
分类:
编程语言 时间:
2015-06-08 18:49:59
阅读次数:
166