13.5.2 有错不改果冻: 微软的产品经过这么多版本的不断完善,应该是把所有问题都搞定,“止于至善”了吧?阿超: 那也不一定,在非常有名的电子表格软件Excel中,就有这样一个Bug:Excel 的日期计算功能认为1900年是一个闰年,这是不对的,但是它愣是一直没有改正这个错误。众人: 真的?为什...
分类:
其他好文 时间:
2014-07-20 21:38:24
阅读次数:
217
CCShaky3D::create(时间,晃动网格大小,晃动范围,Z轴是否晃动); //创建一个3D晃动的效果CCShakyTiles3D::create(时间,晃动网格大小,晃动范围,Z轴是否晃动); //创建一个3D瓷砖晃动的效果CCShatteredTiles3D::create(时间,晃动网...
分类:
其他好文 时间:
2014-07-20 21:37:56
阅读次数:
223
题解:同BZOJ 3211 花神游历各国,需要注意的是需要开long long,还有左右节点需要注意一下。#include #include #include #include using namespace std;typedef long long LL;LL a[100005],c[10000...
分类:
其他好文 时间:
2014-07-20 21:37:34
阅读次数:
199
今天先把主要逻辑写出来,如果有时间就实现一个真正的截图工具。 1 Private Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, _ 2 ByVal X As Long, _ 3 ByVal Y As Lo...
分类:
其他好文 时间:
2014-07-20 21:37:19
阅读次数:
303
让32位Eclipse和64位Eclipse同是在64的Windows7上运行用文本编辑器打开eclipse.ini文件,在-vmargs之前加入下面的内容:-vmC:\ProgramFiles(x86)\Adobe\AdobeFlashBuilder4.6\jre\bin\javaw.exe上面的...
分类:
系统相关 时间:
2014-07-20 21:36:55
阅读次数:
234
周日下午一个人在家,没做什么有挑战的事尝试尽量让自己放松放空,但始终没找到感觉,只有在运动时才感觉到格外的充实,又是一个周末该认真总结下自己。在过去的一周工作上我主要做了两个定制,并且不想努力去争取自己的话语权和影响力,或许是因为不想进而转变成不能,让我意识到并拥有想走的感觉,却没有勇气和决心执行,...
分类:
其他好文 时间:
2014-07-20 21:36:35
阅读次数:
195
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:
其他好文 时间:
2014-07-20 21:36:16
阅读次数:
186
//一般的字符串的解析 NSString *string = @"One,Two,Three,Four"; NSLog(@"string:%@",string); NSArray *array = [string componentsSeparatedByString:@","]; NSLo...
分类:
其他好文 时间:
2014-07-20 21:35:54
阅读次数:
200
寂寞。 一个人早起晚睡不难,但在一群晚起早睡的人中早起晚睡不简单。 没人陪你占座,没人陪你背书,没人陪你写作。学习就是孤独的。 食堂,寝室,教室,你就只能去这三个地方 厕所你都要算好时间再去 没人经常短信你,没人经常鼓励你,没人一直关注你 不管是打雷下雨下雹子还是刀子。都要早起前行去学习,你的伙伴....
分类:
其他好文 时间:
2014-07-20 21:35:39
阅读次数:
241
最近在solaris11 上安装oracle 11g数据库,本来以为都是一家的,安装起来应该很简单吧,事实让我真的无法想到,真是一波三折,现在记录一下吧:1,下载sol-11-1111-text-x86.iso2,下载p10404530_112030_Solaris86-64_1of6.zip、p1...
分类:
数据库 时间:
2014-07-20 21:35:16
阅读次数:
265
var db:NotesDatabase=session.getCurrentDatabase();var doc:NotesDocument=db.getDocumentByUNID('80E2193C517E9B3A872578D90018D92E');var valString:String ...
分类:
其他好文 时间:
2014-07-20 21:34:56
阅读次数:
233
VERILOG:case(a) 1'b0: begin end 1'b1: begin endendcaseif() begin endelse begin if() begin end else begin en...
分类:
其他好文 时间:
2014-07-20 21:34:35
阅读次数:
222
hasLayout: IE独有CSS渲染引擎。ie下很多bug都因为没有触发hasLaayout而引起。触发hasLayout的方法有:width\height\position:relative或height:1%。但会出现一些副作用。于是,完美的解决方案:zoom:1;当然:zoom:1在极其复...
分类:
Web程序 时间:
2014-07-20 21:34:20
阅读次数:
272
接着上一篇:《ASP.NET SignalR系列》第三课 SignalR的支持平台一、概述 SignalR常常依托于ASP.NET应用程序运行于IIS中,但它还可以自我托管(比如作为consolewinform、Windows service).只要我们使用self-host库就可以了.该库向所有....
分类:
Web程序 时间:
2014-07-20 21:33:59
阅读次数:
531
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2014-07-20 21:33:36
阅读次数:
204
12.6 searchPerson.jsp My JSP 'searchPerson.jsp' starting page --> ...
分类:
数据库 时间:
2014-07-20 21:33:17
阅读次数:
335
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2014-07-20 21:32:55
阅读次数:
250