码迷,mamicode.com
首页 >  
搜索关键字:zh-cn    ( 4718个结果
Lintcode: Interleaving Positive and Negative Numbers 解题报告
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
Lintcode: Implement Queue by Stacks 解题报告
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
Azure PowerShell (7) 使用CSV文件批量设置Virtual Machine Endpoint
《Windows Azure Platform 系列文章目录》 请注意: - Azure不支持增加Endpoint Range - 最多可以增加Endpoint数量为150 http://azure.microsoft.com/zh-cn/documentation/articles...
分类:系统相关   时间:2014-12-19 21:52:52    阅读次数:238
Lintcode: Minimum Subarray 解题报告
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
Lintcode: Subarray Sum 解题报告
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
Microsoft Visual Studio 2012 文档 下载地址 vs2012 中文帮助文档
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
python-django基础教程
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
如何修改ECSHOP后台管理中心的Title信息
下图中红色圈定的部分就是本次修改要改的地方修改方法其实很简单的:打开语言包文件 /languages/zh_cn/admin/common.php将$_LANG['app_name'] = 'ECSHOP';$_LANG['cp_home'] = 'ECSHOP 管理中心';修改为$_LANG['a...
分类:其他好文   时间:2014-12-18 01:36:20    阅读次数:223
ecshop后台增加栏目查询会员是否重复注册
ecshop的后台要查询哪些会员是否有重复注册时,可以利用特定的栏目来判断~ 譬如会员电话...修改前请务必先备份下列档案!!!admin/users.phpadmin/templates/users_list.htmlanguages/zh_cn/admin/users.php开启 admin/u...
分类:其他好文   时间:2014-12-18 01:30:51    阅读次数:152
java中文api 安装和引入eclipse
首先,下载中文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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!