Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string.If the last word doe...
分类:
其他好文 时间:
2015-02-09 15:40:23
阅读次数:
114
dx10 demo这东西我没法跑nsight 。。。这就坑大了里面有个 RenderTargetCollection这个东西里面有很多 rendertargets最让我苦恼的就是 sceneRT了 它是给colorTexGamma传参数用的sceneRT_SRGB 是给colorTex传参数用的我画...
分类:
其他好文 时间:
2015-02-09 15:37:45
阅读次数:
125
一.行内元素和块级元素有哪些?块级元素information on authorlong quotationpush buttontable captiondefinition descriptiondeleted textgeneric language/style containerdefini...
分类:
其他好文 时间:
2015-02-09 15:39:53
阅读次数:
163
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu...
分类:
其他好文 时间:
2015-02-09 15:39:13
阅读次数:
163
Given a collection of integers that might contain duplicates,S, return all possible subsets.Note:Elements in a subset must be in non-descending order....
分类:
其他好文 时间:
2015-02-09 15:39:14
阅读次数:
131
NodeJS是基于Chrome’s Javascript runtime,也就是Google V8引擎执行Javascript的快速构建网络服务及应用的平台,其优点有:在CentOS编译安装NodeJS+Express相比在Windows下有点复杂,但只要有点Linux基础的人,就非常的简单了。安装...
分类:
Web程序 时间:
2015-02-09 15:38:05
阅读次数:
186
Warning: POST Content-Length of 35052172 bytes exceeds the limit of 8388608 bytes in Unknown on line 0该条警告是PHP.ini中的配置有关。上述错误信息的大致意思是,我们使用POST请求提交的数据大...
分类:
Web程序 时间:
2015-02-09 15:39:08
阅读次数:
159
Linux Free命令每个数字的含义 和 cache 、buffer的区别 我们按照图中来一细细研读(数字编号和图对应)1,total:物理内存实际总量2,used:这块千万注意,这里可不是实际已经使用了的内存哦,这里是总计分配给缓存(包含buffers 与cache )使用的数量,但其中可能部分...
分类:
系统相关 时间:
2015-02-09 15:39:15
阅读次数:
186
Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n).For example,S="ADOBECODEBA...
①使用增量编译vlog -incrvcom -incr②不启用GUI界面,记录下仿真波形(仿真完后再看波形),将观察的信号打印到文件,直接比对vsim -c -do run_sim.do -l vsim.log -wlf vsim.wlf③启用nodebug模式(默认是debug模式),速度会有所提...
分类:
其他好文 时间:
2015-02-09 15:37:50
阅读次数:
338
AlertView的使用还是很频繁的,扁平化以后似乎也不是那么丑了,但是到现在为止官方还是在用Delegate来处理点击事件,很影响程序的可读性。如果用Block那么就会一目了然。自己本来想写一个,但是实在是太懒了(其实是不会好吧....)。 当然,万能的Git上肯定有,轻而易举就找到了,使用...
分类:
其他好文 时间:
2015-02-09 15:36:27
阅读次数:
429
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:
其他好文 时间:
2015-02-09 15:37:57
阅读次数:
116
Follow up for "Search in Rotated Sorted Array":What ifduplicatesare allowed?Would this affect the run-time complexity? How and why?Write a function to...
分类:
其他好文 时间:
2015-02-09 15:37:57
阅读次数:
174
题目描述:Given an arraySofnintegers, are there elementsa,b,cinSsuch thata+b+c= 0? Find all unique triplets in the array which gives the sum of zero.Note:E...
分类:
其他好文 时间:
2015-02-09 15:37:52
阅读次数:
146
memcache事件模型 在memcache中,作者为了专注于缓存的设计,使用了libevent来开发事件模型。memcache的时间模型同nginx的类似,拥有一个主进行(master)以及多个工作者线程(woker)。流程图在memcache中,是先对工作者线程进行初始化并启动,然后才会创建启....
分类:
系统相关 时间:
2015-02-09 15:36:11
阅读次数:
243
今天在一台Linux系统里,使用df命令查看磁盘使用情况,发现/根分区使用了100%然后删除一大文件/var/lib/pgsql/9.1/pgstartup.log,再使用df查看使用情况,显示内容不变。如下图所示:在网上查了下,好像说是inode的原因,还没真正删除,也没怎么说清楚,于是笔者使用如...
分类:
系统相关 时间:
2015-02-09 15:37:15
阅读次数:
197
常用的命令 及其linux常识版本号分析2.6.32-2202主版本号6次版本号 偶数为稳定版奇数为开发版32派生版本号220修改次数root超级管理员家目录 相当于windows的-我的文档home普通用户家目录显示机器名#hostnamelspci:查看PCI信息lsusb:查看USB信息cat...
分类:
系统相关 时间:
2015-02-09 15:35:56
阅读次数:
203