每次安装mysql5.5的时候总会报出一下错误:
-- Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)
-- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
CMake Error at cmake/r...
分类:
移动开发 时间:
2014-12-22 21:25:03
阅读次数:
191
1、RDLC报表表格中添加序号,调用表达式RowNumber( Nothing )
2、RDLC报表,表格分组后添加序号,分两种情况
第一种情况,在分组内添加从1开始的序号,每个分组内都是从1开始计数。
在报表属性-》代码中添加如下代码:
Dim count As Integer
Dim GroupName As String
Public Function GroupCount(na...
分类:
其他好文 时间:
2014-12-19 10:06:24
阅读次数:
396
","") response.write str%>4 then exit function end if getHTTPPage=BytesToBstr(Http.responseBody,"GB2312") set http=nothing If Er...
分类:
Web程序 时间:
2014-12-14 09:25:42
阅读次数:
231
#include #include using namespace std;#define DO_NOTHING()#define DESTROY_POINTER(ptr) if (ptr) { delete ptr; ptr = NULL; }class Component{ friend ...
分类:
其他好文 时间:
2014-12-12 11:15:31
阅读次数:
133
??
前言:Android SDK代理服务器解决国内Android SDK不能更新下载问题,经常会遇到Fitch fail URL错误,要不就是Nothing was installed。目下Google遭受在中国用户史上的严冬(堪比The
ice age),余花了三天时间去搞这个代理问题,但是收效甚微,因为许多代理都不起作用了。写此篇博客的目的是:一方面是为了向大家征求最新的解决方案...
分类:
移动开发 时间:
2014-12-08 17:51:41
阅读次数:
241
我定义了一个结构体,然后初始化它,结果编译报错no appropriate default constructor available代码如下:struct matrixXvect_func{ thrust::host_vector& matrix; thrust::host_vector& vec...
分类:
移动开发 时间:
2014-12-05 21:04:41
阅读次数:
164
Run "./configure" without any options to let the script detect the appropriate settings for the host:$ cd pjproject$ ./configure...———————————————————...
分类:
编程语言 时间:
2014-12-05 01:52:31
阅读次数:
539
eclipse git pull 报错// 使用这个配置会有 org.eclipse.jgit.api.errors.TransportException: Nothing to fetch. 异常[core] repositoryformatversion = 0 filemode = false...
分类:
系统相关 时间:
2014-12-04 17:18:50
阅读次数:
435
Givenanarraywithnobjectscoloredred,whiteorblue,sortthemsothatobjectsofthesamecolorareadjacent,withthecolorsintheorderred,whiteandblue.Here,wewillusetheintegers0,1,and2torepresentthecolorred,white,andbluerespectively.Note:Youarenotsupposetousethelibrary‘ssor..
分类:
其他好文 时间:
2014-11-30 17:10:10
阅读次数:
148
??
Public Sub DoFilter2()
' 按照发票号码做匹配,重新生成一个明细的表格,本例子的模板是Sheet9 和 Sheet13
'Sheet9 是明细,Sheet13 是汇总的, 需要从这个两个Sheet里重新提取数据到一个新的Sheet14里
'If Workbooks(1).Worksheets("sheet1") Is Nothing Then
...
分类:
编程语言 时间:
2014-11-30 14:08:06
阅读次数:
204