码迷,mamicode.com
首页 >  
搜索关键字:drawer layout    ( 7424个结果
[CSS] Choose between Grid layout and flexbox
1. Grid: by default showing content in Y axis (column), Flex: by default showing content in X axis. Exp: If you want to style a header.. you can use f ...
分类:Web程序   时间:2021-03-09 13:32:34    阅读次数:0
.net core 用引用log4net 写入日志
1. 安装需要应用的程序包 2. 准备配置文件 <?xml version="1.0" encoding="utf-8"?> <log4net> <!-- Define some output appenders --> <appender name="rollingAppender" type=" ...
分类:Web程序   时间:2021-03-01 13:34:26    阅读次数:0
Android 基础(四)滚动组件与Adapter
Android滚动控件 ListView的基本应用 因为要展示大量数据,这就涉及到将数据注入到view中的过程。 不过,数组中的数据是无法直接传递到view的,这需要借助适配器来实现。 Android是完全遵循MVC模式设计的框架,Activity是Controller,layout是View,因为 ...
分类:移动开发   时间:2021-02-26 13:14:16    阅读次数:0
今日总结
2021年2月18日: chartfrag_lv.xml: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android ...
分类:其他好文   时间:2021-02-19 13:53:16    阅读次数:0
【Java-GUI】09 Swing03 对话框
消息弹出框案例: package cn.dzz.swing; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; public class Demo06 { JFrame jFrame = new J ...
分类:编程语言   时间:2021-02-16 12:34:38    阅读次数:0
07 | 前端框架开发流程 | 谷粒
{ path: '/teacher', component: Layout, redirect: '/teacher/table', //重定向跳转 name: '讲师管理', meta: { title: '讲师管理', icon: 'example' }, //title页面标题,icon头像 ...
分类:其他好文   时间:2021-02-15 12:11:54    阅读次数:0
sdl win 播放video hello--
#include <stdio.h> #include <stdlib.h> extern "C" { #include <SDL.h> #include "libavutil/opt.h" #include "libavutil/channel_layout.h" #include "libavu ...
分类:Windows程序   时间:2021-02-05 11:02:29    阅读次数:0
012.NET5_MVC_Razor布局
Razor 页面组成到底有哪些内容? 包含了Layout的母版嵌套的返回需要渲染的视图内容; 如何嵌套? 通过Layout中的RenderBody()方法做了替换,把返回的视图替换到母版页中,形成了一整块的内容。目的返回到不同页面时候,能够把不变的部分视图能够重用。 在母版页中使用css,js是为了 ...
分类:Web程序   时间:2021-02-02 10:36:03    阅读次数:0
Hello World 实例
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ ...
分类:其他好文   时间:2021-01-21 10:51:22    阅读次数:0
Puppeteer--其它功能
1.Page.exposeFunction() Page.exposeFunction,这个 API 用来在页面注册全局函数,非常有用: 在比如给 window 对象注册 readfile 全局函数: const puppeteer = require('puppeteer'); const fs ...
分类:其他好文   时间:2021-01-19 12:20:37    阅读次数:0
7424条   上一页 1 2 3 4 5 6 ... 743 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!