for(vari=0;i<store.getCount();i++){
varrecord=store.getAt(i);
alert(record.get(‘sblsh‘));
}
分类:
其他好文 时间:
2014-10-23 21:01:37
阅读次数:
96
最近在做一个WinForm的项目. 使用vs2013开发. 数据库使用的是oracle. 在本地写了一个webservice .测试正常.发布到服务器的时候.就是提示了错误. 打开服务器上的日志.看到如下信息:System.ArgumentException: The specified store...
分类:
其他好文 时间:
2014-10-23 17:37:31
阅读次数:
329
需求:商品排序,无库存的商品排在后面(排序)。搜索:默认搜索: df: 可以看出左图第1个、第6个库存为0.现在的需求是想将这两个库存为0的商品排在最后面。edismax-》bf:product(map(store,1,9999999,1),100),效果...
分类:
编程语言 时间:
2014-10-22 21:50:20
阅读次数:
239
最近读 《Founders at Work》,读到 Paul Graham 关于他早期创立 Viaweb (被 Yahoo 收购后变为 Yahoo Store)的经历。他谈到“ Another advantage of telling the truth is that you don’t have...
分类:
其他好文 时间:
2014-10-22 08:44:49
阅读次数:
149
Givenn, generate all structurally uniqueBST's(binary search trees) that store values 1...n.For example,Givenn= 3, your program should return all 5 uni...
分类:
其他好文 时间:
2014-10-21 22:48:09
阅读次数:
266
C#操作Xml有很多种方式,这里写出个人常使用的三种方式XmlDocumentDataSetlinq to xml首先声明本次操作使用的xml文件:books.xml;内容如下 哈里波特 10 这是一本很好看的书。 三国演义 10 四大名著之一。 ...
if object_id('tempdb..#dataOldNew1') is not null drop table #dataOldNew1 select distinct store_cd ,item_cd , ItemType , CompStoreNM , CompPrice -...
分类:
数据库 时间:
2014-10-21 12:09:17
阅读次数:
297
在mysql中concat函数有一个特点就是有一个值为null那么不管第二个字符有多少内容都返回为空了,这个特性让我们在实例应用中可能觉得不方便,但实现就是这样我们需要使用其它办法来解决。天在做opencart开发的时候,需要对用户表中用户的电话号码和区号连接起来,于是使用了concat方法,代码如...
分类:
数据库 时间:
2014-10-21 12:06:37
阅读次数:
157
Givenn, how many structurally uniqueBST's(binary search trees) that store values 1...n?For example,Givenn= 3, there are a total of 5 unique BST's. 1.....
分类:
其他好文 时间:
2014-10-21 11:53:17
阅读次数:
119
以前安装opencart的时候倒是不需要mcrypt 这个库。但是新版本需要了。加上自己的 是mac环境。当时闲麻烦,就一直没装。这次下午就寻思给装上吧! 1.首先你要先安装xcode这个工具。不然没办法编译! xcode这个可以在苹果appstore下载。 2.安装command line too...
分类:
系统相关 时间:
2014-10-20 22:40:36
阅读次数:
301