select top 1 id from AddWorkFlow order by id desc返回查询结果中前几条数据select count(1) as total from Base_Users where DeptId='101010102' and iDel=0返回查询的记录个数sele...
                            
                            
                                分类:
数据库   时间:
2014-06-23 06:31:15   
                                阅读次数:
247
                             
                    
                        
                            
                            
                                Minimum Path Sum:Given amxngrid filled with non-negative numbers, find a path from top left to bottom right whichminimizesthe sum of all numbers along...
                            
                            
                                分类:
其他好文   时间:
2014-06-22 23:06:39   
                                阅读次数:
290
                             
                    
                        
                            
                            
                                先普及小知识:
STL 中栈的使用方法(stack)
   基本操作:
push(x) 将x加入栈中,即入栈操作
pop() 出栈操作(删除栈顶),只是出栈,没有返回值
top() 返回第一个元素(栈顶元素)
size() 返回栈中的元素个数
empty() 当栈为空时,返回 true
STL 中队列的使用(queue)
基本操作:...
                            
                            
                                分类:
其他好文   时间:
2014-06-22 19:09:51   
                                阅读次数:
169
                             
                    
                        
                            
                            
                                Given a triangle, find the minimum path sum from top to bottom. Each step you may
move to adjacent numbers on the row below.
For example, given the following triangle
[
     [2],...
                            
                            
                                分类:
其他好文   时间:
2014-06-22 17:07:52   
                                阅读次数:
166
                             
                    
                        
                            
                            
                                堆排序、利用堆实现最大(小)优先级队列、STL中的heap的使用,利用堆求解top_k类问题。...
                            
                            
                                分类:
其他好文   时间:
2014-06-21 22:12:31   
                                阅读次数:
291
                             
                    
                        
                            
                            
                                现在的软件为了提高载入速度,往往把很多小图拼接成一张大图,一次载入,减少I/O,提高速度,这时候你就需要一款好的图片处理软件,当然如果你觉得你的PS水平已经突破天际了,也可以自己做。这篇文章讲解的就是游戏图片的合成和分解,希望能对大家有所帮助~...
                            
                            
                                分类:
编程语言   时间:
2014-06-21 20:10:01   
                                阅读次数:
390
                             
                    
                        
                            
                            
                                As virtualization shifts the network edge from top of rack switches to software virtual switches running on the hypervisors; visibility in the virtual...
                            
                            
                                分类:
Web程序   时间:
2014-06-21 15:21:57   
                                阅读次数:
414
                             
                    
                        
                            
                            
                                PS:tcpdump是一个用于截取网络分组,并输出分组内容的工具,简单说就是数据包抓包工具。tcpdump凭借强大的功能和灵活的截取策略,使其成为Linux系统下用于网络分析和问题排查的首选工具。 tcpdump提供了源代码,公开了接口,因此具备很强的可扩展性,对于网络维护和入侵者都是非常有用的工具...
                            
                            
                                分类:
系统相关   时间:
2014-06-21 15:19:22   
                                阅读次数:
321