#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
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
.....刚装好了 RedHat 6 系统,但是使用 yum 的时候总是提示 nothing to do,并且什么都做不了。后来经过一番搜索才知道,红帽的 yum 在线更新是收费的,而且必须注册系统之后才能使用。之前使用 Ubuntu 的时候由于国外的 apt-get 源过慢是可以更新国内的源的,L...
分类:
其他好文 时间:
2014-11-25 01:40:29
阅读次数:
182
Download interrupted: hostname in certificate didn't match: != Download interrupted: Connection tohttps://dl-ssl.google.comrefusedDone. Nothing was i....
分类:
移动开发 时间:
2014-11-23 12:55:02
阅读次数:
155
Grateful for everything; entitled to nothing.沒有任何事情是你不该感激的;沒有任何东西是你该派得到的。Leadership is the ability to make those around you better and more productive...
分类:
其他好文 时间:
2014-11-15 18:38:31
阅读次数:
237
一、DataGridView 取得或者修改当前单元格的内容:当前单元格指的是 DataGridView 焦点所在的单元格,它可以通过 DataGridView 对象的 CurrentCell 属性取得。如果当前单元格不存在的时候,返回Nothing(C#是null)// 取得当前单元格内容Conso...
1. View只是存储下来的sql 语句 Views are nothing but saved SQL statements, and are sometimes referred as “Virtual Tables”. Keep in mind that Views cannot store ...
分类:
数据库 时间:
2014-11-06 16:28:49
阅读次数:
296