码迷,mamicode.com
首页 > 2014年07月20日 > 全部分享
现代软件工程 第十三章 练习与讨论
13.5.2 有错不改果冻: 微软的产品经过这么多版本的不断完善,应该是把所有问题都搞定,“止于至善”了吧?阿超: 那也不一定,在非常有名的电子表格软件Excel中,就有这样一个Bug:Excel 的日期计算功能认为1900年是一个闰年,这是不对的,但是它愣是一直没有改正这个错误。众人: 真的?为什...
分类:其他好文   时间:2014-07-20 21:38:24    阅读次数:217
cocos2d-x -------之笔记篇 3D动作说明
CCShaky3D::create(时间,晃动网格大小,晃动范围,Z轴是否晃动); //创建一个3D晃动的效果CCShakyTiles3D::create(时间,晃动网格大小,晃动范围,Z轴是否晃动); //创建一个3D瓷砖晃动的效果CCShatteredTiles3D::create(时间,晃动网...
分类:其他好文   时间:2014-07-20 21:37:56    阅读次数:223
BZOJ 3038 上帝造题的七分钟2 (并查集+树状数组)
题解:同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
VB6之截图
今天先把主要逻辑写出来,如果有时间就实现一个真正的截图工具。 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
eclipse 32位和64位的jre
让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
第29周日
周日下午一个人在家,没做什么有挑战的事尝试尽量让自己放松放空,但始终没找到感觉,只有在运动时才感觉到格外的充实,又是一个周末该认真总结下自己。在过去的一周工作上我主要做了两个定制,并且不想努力去争取自己的话语权和影响力,或许是因为不想进而转变成不能,让我意识到并拥有想走的感觉,却没有勇气和决心执行,...
分类:其他好文   时间:2014-07-20 21:36:35    阅读次数:195
[LeetCode OJ] Sort Colors
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
最近在solaris11 上安装oracle 11g数据库,本来以为都是一家的,安装起来应该很简单吧,事实让我真的无法想到,真是一波三折,现在记录一下吧:1,下载sol-11-1111-text-x86.iso2,下载p10404530_112030_Solaris86-64_1of6.zip、p1...
分类:数据库   时间:2014-07-20 21:35:16    阅读次数:265
xpage 获取 附件
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
web 前端小记_1 :hasLayout
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自托管(不用IIS)
接着上一篇:《ASP.NET SignalR系列》第三课 SignalR的支持平台一、概述 SignalR常常依托于ASP.NET应用程序运行于IIS中,但它还可以自我托管(比如作为consolewinform、Windows service).只要我们使用self-host库就可以了.该库向所有....
分类:Web程序   时间:2014-07-20 21:33:59    阅读次数:531
【leetcode刷题笔记】Best Time to Buy and Sell Stock III
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
JDBC详解(3)
12.6 searchPerson.jsp My JSP 'searchPerson.jsp' starting page --> ...
分类:数据库   时间:2014-07-20 21:33:17    阅读次数:335
【leetcode刷题笔记】Add Two Numbers
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
779条   上一页 1 ... 18 19 20 21 22 23 24 ... 46 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!