原文出自:方杰|http://fangjie.sinaapp.com/?p=183转载请注明出处最终效果演示:http://fangjie.sinaapp.com/?page_id=54该项目代码已经放到github:https://github.com/JayFang1993/SinaWeibo一...
分类:
移动开发 时间:
2014-05-19 19:41:15
阅读次数:
441
前言1.
创建表:(由master完成)首先需要获取master地址(master启动时会将地址告诉zookeeper)因而客户端首先会访问zookeeper获取master的地址client和master通信,然后有master来创建表(包括表的列簇,是否cache,设置存储的最大版本数,是否压缩...
分类:
编程语言 时间:
2014-05-19 14:23:43
阅读次数:
392
原文出自:方杰|http://fangjie.sinaapp.com/?p=184转载请注明出处最终效果演示:http://fangjie.sinaapp.com/?page_id=54该项目代码已经放到github:https://github.com/JayFang1993/SinaWeibo
...
分类:
移动开发 时间:
2014-05-19 14:08:14
阅读次数:
376
">上一页 "> = $totalPage){echo
$totalPage;}else{echo $page+1;} ?>">下一页
分类:
Web程序 时间:
2014-05-19 13:42:33
阅读次数:
220
using System;using System.Data;using
System.Configuration;using System.Web;using System.Web.Security;using
System.Web.UI;using System.Web.UI.WebContro...
分类:
其他好文 时间:
2014-05-19 13:39:55
阅读次数:
131
首先我描述一下问题:当我从一个view到另外一个view的时候?
解答:这个问题的解决还需要看setAnimationTransition:forView:cache: 官方Api,官方是这样说的:
1.Begin an animation block.
2.Set the transition on the container view.
3.Remove the subview fro...
分类:
其他好文 时间:
2014-05-18 10:44:03
阅读次数:
370
原文出自:方杰|http://fangjie.sinaapp.com/?p=183 转载请注明出处
最终效果演示:http://fangjie.sinaapp.com/?page_id=54
该项目代码已经放到github:https://github.com/JayFang1993/SinaWeibo
一.TabHost的实现
之前的一篇文章讲的就是TabHost,但是那...
分类:
移动开发 时间:
2014-05-18 08:22:30
阅读次数:
374
boost版本为:
boost_1_52_0ubuntu版本为:ubuntu-12.04.1-desktop-i386这里有两种安装方法:=============第一种:也是最简单的:进入linux系统后,输入
# apt-cache search boost你将看到很多文件信息,你会看到其中一个...
分类:
其他好文 时间:
2014-05-18 00:27:46
阅读次数:
428
由于要在应用程序内部访问网页,不跳出应用。所以要实现一个浏览器。但是悲催的事windows
phone8 的WebBrowser控件已经支持了像CanGoBack
,CanGoForward,GoBack,GoForward等这些功能,但是wp7没有就实现了几个前进后退几个功能。用在page里面也很...
分类:
Web程序 时间:
2014-05-17 23:57:56
阅读次数:
521
首先<%@ include file=” ”%>:为指令元素<jsp:include
page=” ” flush=”true”/>:为
动作元素先说指令元素:include指令元素读入指定页面的内容。并把这些内容和原来的页面融合到一起。然后经过两个阶段:1.将jsp翻译成servlet2.serv...
分类:
Web程序 时间:
2014-05-17 22:53:25
阅读次数:
322