查询博客中相同文章类别总共有多少文章
T_Content 博客表
T_ContentType 博客类别表
string sql = "select (select count(*) from T_Content where FTypeId=T.FID) as num from T_ContentType AS T"...
分类:
其他好文 时间:
2014-05-12 07:00:52
阅读次数:
294
只需两个字母lv ,帮助我们摆脱重复单调 Log.v(String ,String )和 import import android.util.Log;输入 。
设置Eclipse 方法模板,实现自己的代码风格
只写有思想的代码,屌丝程序猿逆袭必读。...
分类:
系统相关 时间:
2014-05-11 13:13:10
阅读次数:
617
CSS3 box-shadow
如下所示:查看更多:http://www.w3cplus.com/content/css3-box-shadow
分类:
Web程序 时间:
2014-05-10 20:35:12
阅读次数:
538
一、haproxy和keepalived的解释:1、haproxy:haproxy是免费、极速且可靠的用于为TCP和基于HTTP应用程序提供负载均衡和代理服务的解决方案,尤其适用于高负载且需要持久连接或7层处理机制的web站点。2、haproxy的特性:客户端侧的长连接(client-sidekeep-alive);TCP加速(TCPsp..
分类:
其他好文 时间:
2014-05-10 09:03:23
阅读次数:
553
原文链接http://www.ilisen.net/iphone-slider-switch-style-checkbox.html
使用:1http://www.ilisen.net/wp-content/uploads/2013/12/20131212144733....
分类:
其他好文 时间:
2014-05-10 08:19:52
阅读次数:
335
## Introduction读这篇论文的机缘巧合很有趣,我在Unity3D的Asset
Store上看到一个叫做[Dyanmic
Bones](http://u3d.as/content/will-hong/dynamic-bone/7fH)的项目,使用物理动画真实地模拟了角色的躯干动作,20$还...
分类:
其他好文 时间:
2014-05-10 07:25:47
阅读次数:
299
我们先以解析上例中的comments对象的JSON数据为例,然后再小结jQuery中解析JSON数据的方法。上例中得到的JSON数据如下,是一个嵌套JSON:{"comments":[{"content":"很不错嘛","id":1,"nickname":"纳尼"},{"content":"哟西.....
分类:
Web程序 时间:
2014-05-10 05:24:51
阅读次数:
348
1、传递,提交值,最好用GET提交,
如果用POST,就必须加上:setRequestHeader("Content-Type","application/x-www-form-urlencoded");2、$row[0]:
第一行数据3、mysql_fetch_row() 与 mysql_fetc...
分类:
其他好文 时间:
2014-05-10 05:05:26
阅读次数:
275
经常, 我们用通过这样的方法调用API。 NSString* urlString = [NSString stringWithFormat:@"http://api.douban.com/v2/movie/search?q=%@", content];
NSURL *url = [NSURL URLWithString:urlString];
testRequest...
分类:
移动开发 时间:
2014-05-10 04:51:21
阅读次数:
395
ViewPager代替Gallery效果,gallery弊端在于滑动的时候ViewPageritem需要一个布局Layout;importandroid.content.Context;
importandroid.content.Intent;
importandroid.view.LayoutInflater;
importandroid.view.View;
importandroid.widget.ImageView;
importandroid.widget..
分类:
其他好文 时间:
2014-05-09 21:33:39
阅读次数:
380