码迷,mamicode.com
首页 >  
搜索关键字:kafka 扩容 topic empty    ( 15636个结果
sql经典语句大全
SQL Server提供了大量的函数,但是在一些常见的如,字符串拆分,字符提取,过滤等没有对应的处理,本帖主要收集一些常见的函数,整理如下:------------------------------http://topic.csdn.net/u/20080306/23/d3c100f2-cda1-...
分类:数据库   时间:2014-07-29 10:45:16    阅读次数:402
linux内核精彩博客
http://blog.chinaunix.net/topic/linux2/
分类:系统相关   时间:2014-07-28 16:41:34    阅读次数:178
Length of Last Word leetocde java
题目:Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string.If the last w....
分类:编程语言   时间:2014-07-28 11:35:00    阅读次数:250
JAVA实现HTTPserver端
用java socket实现了一个简单的httpserver, 能够处理GET, POST,以及带一个附件的multipart类型的POST。尽管中途遇到了非常多问题, 只是通过在论坛和几个高手交流了一下,问题都攻克了。假设你认为程序有些地方看不明确,能够參看这个帖子:http://topic.cs...
分类:编程语言   时间:2014-07-27 22:00:39    阅读次数:357
[ZZ] Deferred Rendering and HDR
http://www.gamedev.net/topic/496785-deferred-rendering-and-hdr/Quote:Original post by jstrohYeah I've been reading about people saying "oh you can onl...
分类:其他好文   时间:2014-07-27 21:47:19    阅读次数:350
VS2008 工程只生成dll不生成lib的解决方案
http://topic.csdn.net/u/20081216/22/b12d1450-7585-4c9f-867a-7c181737c328.html问题:vs2008版本的,不知道为什么只生成dll,不生成lib文件了。解决方案:在工程上右键 -> 添加 -> 新建项 -> 选"模块定义文件(...
分类:其他好文   时间:2014-07-27 21:41:15    阅读次数:227
Stack和Queue的实现
实现: 1 #include "c2_list.h" 2 3 template 4 class Stack{ 5 public: 6 bool isEmpty() const 7 {return _list.empty();} 8 9 const object& top...
分类:其他好文   时间:2014-07-27 10:45:32    阅读次数:201
判断真实ip
#region 获取真实ip/// /// 获取真实ip/// /// public static string GetRealIP(HttpRequest request){string result = String.Empty;result = request.ServerVariab...
分类:其他好文   时间:2014-07-26 14:08:35    阅读次数:180
为Xen虚拟机扩容根文件系统(LVM)
===== 为Xen虚拟机扩容根文件系统(LVM) =====1. 增加1个4G的映像文件# dd if=/dev/zero of=data.img bs=4k seek=1024k count=12. 更改虚拟机配置:disk = [ "tap:aio:/xen_images/xen_centos...
分类:其他好文   时间:2014-07-25 16:40:41    阅读次数:536
【leetcode刷题笔记】Sudoku Solver
Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated by the character'.'.You may assume that there will be on...
分类:其他好文   时间:2014-07-25 14:18:51    阅读次数:284
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!