最近读 《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
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
安装Exchange2007邮箱角色的时候,ExchangeInformationStore服务无法启动,修改注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem新建REG_SZ,名称为WorkingDirectory,Value为C:\ProgramFiles\Microsoft\ExchangeServer\(V14\)Mai..
分类:
其他好文 时间:
2014-10-20 19:38:22
阅读次数:
171
随着iOS8的发布,iTunes Connect的界面也是发生了很大的改变,App 上传到 Store上面的步骤也是发生了些改变.下面继续用图说话:/*********************************************1*******************************************//**********************************...
分类:
移动开发 时间:
2014-10-20 19:31:50
阅读次数:
253
从App Store下载Mac OS X Yosemite安装程序,下载后的安装文件保存在应用程序(/Applications)文件夹中。请注意,此时一定不要直接启动该程序安装OS X Yosemite,因为一旦安装完后该安装程序会被删除。至少,你应该先做完独立安装介质之后再启动该程序安装。准备独立...
分类:
系统相关 时间:
2014-10-20 16:36:10
阅读次数:
267
============问题描述============ define(['jquery','underscore','backbone','store','utils','params','constant','lang/en-us','lang/zh-cn','SGPlugin','plugin...
分类:
Web程序 时间:
2014-10-18 23:45:52
阅读次数:
303