码迷,mamicode.com
首页 >  
搜索关键字:templates    ( 1847个结果
【设计】24款线框图相关工具及资源大放送
线框是一个非常有用的网页开发工具,正确使用有助于帮助Web开发者节省时间和精力!下面介绍一些常见的线框工具,希望对Web设计师有帮助。1.960.gs Templates for Inkscape960个Inkscape模板集合。2.Android Patterns一组帮你设计Android应用的交...
分类:其他好文   时间:2014-09-27 21:33:40    阅读次数:185
Django(part4)
一个简单的form表单:#polls/templates/polls/detail.html {{ question.question_text }}{% if error_message %}{{ error_message }}{% endif %} {% csrf_token %} {% fo...
分类:其他好文   时间:2014-09-24 18:19:47    阅读次数:241
15分钟搭建Linux操作系统+Oracle数据库的环境
一直想学习下Linux下Oracle数据库方面的运维,但从头安装Linux操作系统,再装Oracle数据库的过程确实非常繁琐,涉及到了很多的操作系统和数据库的配置,门槛高。最近才发现Oracle已经为我们把这些繁琐的工作都帮我们做了,方法就是Oracle VirtualBox + Oracle VM Virtual Appliances(也叫Oracle VM Templates)。...
分类:数据库   时间:2014-09-24 16:47:27    阅读次数:220
lightinthebox头部分类菜单下拉导航,使鼠标移到See All Categories就显示下拉菜单
lightinthebox头部分类菜单下拉导航,使鼠标移到See All Categories就显示下拉菜单打开includes\templates\lightinthebox\common\tpl_box_dropdown_categories_css.php1.将大约23行代码 改成 ...
分类:其他好文   时间:2014-09-24 12:13:26    阅读次数:205
cocos2d-x 2.2 在WINDOWS中如何创建项目
http://blog.sina.com.cn/s/blog_62df69790101en55.htmlQ: 之前在一本参考书中说到创建项目的模板,但实际在2.2版中并未发现其文件夹下有install-templates-msvc.bat文件,无法安装模版,怎么新建项目呢?A: 使用官方提供的工具,...
分类:Windows程序   时间:2014-09-23 21:48:55    阅读次数:299
ABAP table control例子
【转自】http://blog.csdn.net/lhx20/article/details/3039909Table control用于在screen上以表格的形式显示数据,在table control中,可以使用table elements,keywords,,templates,radio b...
分类:其他好文   时间:2014-09-23 13:56:04    阅读次数:281
zencart目录结构
zencart目录结构文件路径注释index.php主文件includes/templates/[custom template folder]/common/html_header.php页面的head部分includes/templates/[custom template folder]/co...
分类:其他好文   时间:2014-09-23 13:02:14    阅读次数:231
Effective C++:条款44:将与参数无关的代码抽离template
(一)     template是节省时间和避免重复代码的一个奇妙方法。class template的成员函数只有在被使用时才被暗中具现化。function templates有类似的诉求。     但是如果你不小心,使用templates可能导致代码膨胀(code bloat):其二进制代码带着重复(或几乎重复)的代码、数据、或两者。其结果可能源码看起来合身整齐,但目标码却不是那...
分类:编程语言   时间:2014-09-21 14:28:30    阅读次数:421
Eclipse设置模板代码
1. 打开preferences,找到Java > Editor > Templates。2. 点击"New",新建一个模版:3. 打开Java文件,输入模版名称的前面两个字母xs,然后按ALT+/,就可以看到模版提示:
分类:系统相关   时间:2014-09-20 15:16:17    阅读次数:202
简单工厂模式
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package simpleFactory;/** * * @author XiaoTianCai *///...
分类:其他好文   时间:2014-09-18 14:45:44    阅读次数:117
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!