/************* NSArray *************/ //创建一个包含一个元素的数组 NSArray *array=[NSArray arrayWithObject:@"one"]; //根据已有的数组创建新的数组 NSArray *ar...
分类:
其他好文 时间:
2015-11-06 09:35:24
阅读次数:
313
glBlendFunc 定义像素算法。void WINAPI glBlendFunc(GLenum sfactor,GLenum dfactor);参数编辑sfactor指定红绿蓝和 alpha 源混合因子如何计算。初始值为GL_ONE。 接受了九个符号常量: GL_ONE_MINUS_DST_AL...
分类:
其他好文 时间:
2015-11-05 18:22:08
阅读次数:
261
Watches所有的读操作(getData(),getChildren(),exists())都可以设置一个watch作为附加的操作Watch的关键特性有只触发一次(one-timetrigger)Watch当数据变化时,只会被触发一次,之后就会被移除,当数据再次变化时,不会再触发此watch发送到客户端(senttotheclient)通知客..
分类:
其他好文 时间:
2015-11-05 16:48:05
阅读次数:
203
原题链接在这里:https://leetcode.com/problems/integer-to-english-words/没三个digit分成一个 unit, 用unitNumber 函数把这三位数换算成数字加上对应的unit.Note: num = 1,000,000时不可以出现 "One M...
分类:
其他好文 时间:
2015-11-05 06:06:15
阅读次数:
157
http://segmentfault.com/q/1010000000257571想要把本地的分支推送到远端git push chucklu zhCN_v0.13.1 zhCN_v0.13.1正确的用法是git push chucklu zhCN_v0.13.1或者git push chucklu...
分类:
其他好文 时间:
2015-11-05 00:42:41
阅读次数:
253
Problem Description:One day, Dudu, the most clever boy, heard of ACM/ICPC, which is a very interesting game. He wants to take part in the game. But as...
分类:
其他好文 时间:
2015-11-04 21:14:35
阅读次数:
211
The Missing LinkPaul Waggoner, MBA, PMP, MCSE, CHP, CHSS Waukee, Iowa, U.S.
SoFTWARE PRojECT MAnAgERS AgREE that one of their most difficult challenges is keeping team members properly engaged in the...
分类:
其他好文 时间:
2015-11-04 11:34:03
阅读次数:
231
Find the contiguous subarray within an array (containing at least one number) which has the largest product.For example, given the array[2,3,-2,4],the...
分类:
其他好文 时间:
2015-11-04 09:59:24
阅读次数:
132
-- https://fpga4u.epfl.ch/wiki/FPGA4U_Description-- The SDRAM is an ISSI IS42S32800B. With 32 bits data bus, validated by SDRAM_DQM signals, -- one fo...
分类:
其他好文 时间:
2015-11-04 09:23:24
阅读次数:
150
QuestionGiven a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique lo...
分类:
其他好文 时间:
2015-11-04 01:56:54
阅读次数:
182