1.首先在index.php页面加上这段代码:function index_get_cat_id_goods_best_list($cat_id, $num){$sql = 'Select g.goods_id, g.goods_name, g.goods_name_style, g.market_...
分类:
其他好文 时间:
2014-07-16 22:49:48
阅读次数:
225
The Problem. 求解8数码问题。用最少的移动次数能使8数码还原. Best-first search.使用A*算法来解决,我们定义一个Seach Node,它是当前搜索局面的一种状态,记录了从初始到达当前状态的移动次数和上一个状态。初始化时候,当前状态移动次数为0,上一个状态为null,将...
分类:
其他好文 时间:
2014-07-16 21:29:13
阅读次数:
187
转自:http://www.ruanyifeng.com/blog/2008/07/best_webpage_width_and_realization.html1.设计网页的时候,确定宽度是一件很苦恼的事。 以minifun.cn为例,根据Google Analytics的统计,半年多以来,访问者...
分类:
Web程序 时间:
2014-07-16 20:43:57
阅读次数:
195
JSTL标签库可分为5类:核心标签库I18N格式化标签库SQL标签库XML标签库函数标签库1. 核心标签库从功能上可以分为4类:表达式控制标签、流程控制标签、循环标签、URL操作标签表达式控制标签:out标签、set标签、remove标签、catch标签流程控制标签:if标签、choose标签、wh...
分类:
Web程序 时间:
2014-07-16 20:26:41
阅读次数:
198
英文原文:The Best Font for Programming: M+ 程序员的最佳等宽字体是 M+。 一个偶然机会遇到了这个字体,在命运多舛的kod编辑器体验了。这个字体非比寻常,我坚持这个选择已有三年多时间了。 // 编注:kod 一个面向在 OS X 平台开发的编辑器。 我看过很...
分类:
其他好文 时间:
2014-07-13 12:16:02
阅读次数:
282
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock),...
分类:
其他好文 时间:
2014-07-12 17:34:34
阅读次数:
170
Say you have an array for which the ith element is the price of a given stock on day i.
Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy on...
分类:
其他好文 时间:
2014-07-12 16:31:50
阅读次数:
192
Choose the best routeTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6501Accepted Submission(s): 2...
分类:
其他好文 时间:
2014-07-12 15:01:18
阅读次数:
156
我们的程序与抽象模型互动,因此不需要管理细节。与关系型数据库大不相同,以至于谷歌称之为datastore,而非database。App数据存储在数个不同位置,依据best-of-breed consensus protocol。datastore最好理解为object database. datas...
分类:
其他好文 时间:
2014-07-11 10:14:53
阅读次数:
198
在运行项目的时候,eclipse弹出提示框“Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it's being used by something else, choose a new port number in the preferences.”
在终端输入:netstat -ano ...
分类:
其他好文 时间:
2014-07-10 23:03:07
阅读次数:
432