Interleaving Positive and Negative Numbers 原题链接 : http://lintcode.com/zh-cn/problem/interleaving-positive-and-negative-numbers/Given an array with pos...
分类:
其他好文 时间:
2014-12-20 18:08:37
阅读次数:
404
Implement Queue by Stacks 原题链接 : http://lintcode.com/zh-cn/problem/implement-queue-by-stacks/#As the title described, you should only use two stacks t...
分类:
其他好文 时间:
2014-12-20 16:46:10
阅读次数:
270
《Windows Azure Platform 系列文章目录》 请注意: - Azure不支持增加Endpoint Range - 最多可以增加Endpoint数量为150 http://azure.microsoft.com/zh-cn/documentation/articles...
分类:
系统相关 时间:
2014-12-19 21:52:52
阅读次数:
238
Minimum Subarray原题链接: http://lintcode.com/zh-cn/problem/minimum-subarray/#Given an array of integers, find the subarray with smallest sum.Return the s...
分类:
其他好文 时间:
2014-12-19 19:05:04
阅读次数:
250
Subarray Sum 原题链接:http://lintcode.com/zh-cn/problem/subarray-sum/#Given an integer array, find a subarray where the sum of numbers is zero. Your code ...
分类:
其他好文 时间:
2014-12-19 19:02:40
阅读次数:
357
https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=34794 下载地址:http://download.microsoft.com/download/5/6/4/5645A5C9-BE44-4964-9265-B6A8E48....
分类:
其他好文 时间:
2014-12-19 12:01:26
阅读次数:
812
1,安装django:pythonsetup.pyinstall2,django-admin.pystartprojectcsvt01---》表示新建一个项目csvt013,有以下目录: 1,__init__.py初始化 2,settings.pydjango的设置 DEBUG=TRUE表示开启debug功能 LANGUAGE_CODE=‘zh-cn‘语言为中文 TIME_ZONE=‘Asia/Shanghai’地区..
分类:
编程语言 时间:
2014-12-19 02:02:10
阅读次数:
516
下图中红色圈定的部分就是本次修改要改的地方修改方法其实很简单的:打开语言包文件 /languages/zh_cn/admin/common.php将$_LANG['app_name'] = 'ECSHOP';$_LANG['cp_home'] = 'ECSHOP 管理中心';修改为$_LANG['a...
分类:
其他好文 时间:
2014-12-18 01:36:20
阅读次数:
223
ecshop的后台要查询哪些会员是否有重复注册时,可以利用特定的栏目来判断~ 譬如会员电话...修改前请务必先备份下列档案!!!admin/users.phpadmin/templates/users_list.htmlanguages/zh_cn/admin/users.php开启 admin/u...
分类:
其他好文 时间:
2014-12-18 01:30:51
阅读次数:
152
首先,下载中文aip:下载地址连接:http://download.java.net/jdk/jdk-api-localizations/jdk-api-zh-cn/publish/1.6.0/html_zh_CN.zip下载完成后按下面的图片进行操作:在eclipse的“窗口”中打开“首选项”,在...
分类:
编程语言 时间:
2014-12-17 18:20:19
阅读次数:
247