码迷,mamicode.com
首页 >  
搜索关键字:templates    ( 1847个结果
[Windows]Allow Administrator account mstsc multi login / 允许Administrator账号多用户远程登录
gpedit.msc Computer Configuration - Administrative Templates - Windows Components - Remote Desktop Services - Remote Desktop Session Host - Connection ...
分类:Windows程序   时间:2019-07-02 19:36:27    阅读次数:142
admui 框架源码 模板结构
模板结构 一般情况下,模板的结构如下(具体代码见/html/index.html或/src/templates/pages/index.html)。 代码片段 头部(.site-navbar) 内容(.site-page) 菜单(.site-menubar) 如果您使用不同的主题,.site-men ...
分类:其他好文   时间:2019-06-29 16:32:26    阅读次数:155
spring boot
配置maven仓库: 倒入依赖: 放入pom.xml中,(自动倒入jar包) 目录:src/main/resoursec下 需创建三个文件: static文件 :放置静态资源 templates文件:放置静态模版 application.properties file文件:核心配置文件 项目入口:其 ...
分类:编程语言   时间:2019-06-29 00:30:45    阅读次数:149
Django 练习班级管理系统一
创建项目 user_manager 和 app为 app01 models.py 为 views.py 为 settings.py 修改 urls.py 为 添加一个 templates 文件夹,里面增加下面 html 文件 layout.html index.html classes.html l ...
分类:其他好文   时间:2019-06-26 15:01:20    阅读次数:108
IDEA jetbrain Live Template
IDEA(jetbrain通用)优雅级使用教程 IDEA 强大的 Live Templates(转) 官网 ...
分类:其他好文   时间:2019-06-26 01:13:50    阅读次数:109
ssh 常用技巧
连接中转 连接中转 有时候你可能需要从一个服务器连接另外一个服务器,比如在两个服务器之间直接传输数据,而不用通过本地电脑中转: www1 $ scp -pr templates www2:$PWD (顺便说一下,当你需要在两台服务器间拷贝文件时,$PWD变量是非常有用的),因为即使你已经在两台服务器 ...
分类:其他好文   时间:2019-06-23 15:43:14    阅读次数:121
Django打造大型企业官网(七)
4.13.新闻列表tab栏布局完成 templates/news/index.html src/css/index.scss 4.14.新闻列表页布局完成 templates/news/index.html src/css/index.scss 4.15.加载更多按钮布局和样式 templates/ ...
分类:其他好文   时间:2019-06-23 15:35:14    阅读次数:102
Eclipse配置注释模板
通过菜单 Window->Preference -> Java -> Code Style -> Code Templates 在右侧选择Comments 选择修改选项 Files: Types: Fields: Constructors: Methods: Overriding methods: ...
分类:系统相关   时间:2019-06-23 14:01:29    阅读次数:118
spring boot整合Thymeleaf
1、引入thymeleaf; 2、Thymeleaf使用 只要我们把HTML页面放在classpath:/templates/,thymeleaf就能自动渲染; 使用: 1、导入thymeleaf的名称空间 2、使用thymeleaf语法; 3、语法规则 1)、th:text;改变当前元素里面的文本 ...
分类:编程语言   时间:2019-06-22 18:23:11    阅读次数:118
Django自定义模板函数
模板函数是使用于模板文件的处理函数,模板函数的使用方式是{%模板函数%}1.创建自定义函数文件夹想要使用自定义模板函数的话需要先创建用于存放函数的文件夹,而在django中对于自定义函数文件夹的名称有严格的要求,即要求存放自定义模板函数的文件夹必须叫templatetags。首先在项目app文件夹中创建templates文件夹创建模板函数py文件,文件名可自定义,笔者这里叫utils.pytemp
分类:其他好文   时间:2019-06-22 12:15:29    阅读次数:119
1847条   上一页 1 ... 34 35 36 37 38 ... 185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!