uva11997:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=24&problem=3148&mosmsg=Submission+received+wi...
分类:
其他好文 时间:
2014-07-25 23:55:50
阅读次数:
541
Intent MyIntent = new Intent(Intent.ACTION_MAIN); MyIntent.addCategory(Intent.CATEGORY_HOME); startActi...
分类:
移动开发 时间:
2014-07-25 14:11:01
阅读次数:
254
http://www.blogjava.net/yongboy/archive/2013/05/13/399203.html 100万并发设置http://blog.csdn.net/longhumen1214/article/category/1438633 端口65535原理接收连接数和发...
分类:
其他好文 时间:
2014-07-25 02:20:04
阅读次数:
186
转自:http://blog.csdn.net/ccccdddxxx/article/details/78430701、要弄清楚这个问题,首先需要弄明白什么是implicit(隐藏) intent什么是explicit(明确) intent。Explicit Intent明确的指定了要启动的Acit...
分类:
移动开发 时间:
2014-07-24 22:27:52
阅读次数:
211
给一个已有的类添加 category@interface ClassName (CategoryName)- (NSString *) Nothin_additionalMmethod;@end可以在category中给类添加扩展方法category通常声明在单独的.h文件中,实现category在...
分类:
其他好文 时间:
2014-07-24 17:02:05
阅读次数:
212
常用log4j配置,一般可以采用两种方式,.properties和.xml,下面举两个简单的例子: 一、log4j.properties ### 设置org.zblog域对应的级别INFO,DEBUG,WARN,ERROR和输出地A1,A2 ## log4j.category.org.zblog=ERRO...
分类:
其他好文 时间:
2014-07-24 10:54:24
阅读次数:
269
`UIView的Category UISnapshotting ````objc@interface UIView (UISnapshotting)- (UIView *)snapshotViewAfterScreenUpdates:(BOOL)afterUpdates;- (UIView *)re...
分类:
移动开发 时间:
2014-07-23 22:09:57
阅读次数:
303
其实分类页面里面本来就有相关的品牌、属性、分类的筛选功能在category.php和模板加上相应的功能即可1、读出当前分类的所有下级分类 $chlidren_category = $GLOBALS['db']->getALl('SELECT cat_id,cat_name FROM ' . $G.....
分类:
其他好文 时间:
2014-07-22 22:54:52
阅读次数:
152
如何实现商品列表页属性筛选区品牌筛选以LOGO形式展示,最模板总结ecshop/'>ecshop教程入下:1、修改 category.php 文件,将(大概215行)$sql = "SELECT b.brand_id,b.brand_logo, b.brand_name, COUNT(*) AS g...
分类:
其他好文 时间:
2014-07-22 22:52:32
阅读次数:
161
首先建立分类信息表:[sql] view plaincopyCREATETABLEIFNOTEXISTS`category`(`categoryId`smallint(5)unsignedNOTNULLAUTO_INCREMENT,`parentId`smallint(5)unsignedNOTNU...
分类:
Web程序 时间:
2014-07-22 22:34:53
阅读次数:
335