码迷,mamicode.com
首页 >  
搜索关键字:presentation    ( 432个结果
web标准的构成
恢复内容开始 web标准主要包括结构(structure)、表现(presentation)和行为(behavior)三个方面 标准 说明 结构 结构用于对网页元素进行整理和分类,现阶段主要学习html 表现 表现用于设置网页元素的版式,颜色,大小等外观样式,主要指css 行为 行为是指网页模型的定 ...
分类:Web程序   时间:2021-06-13 09:26:57    阅读次数:0
Prism Sample 5 View Injection
这里稍微复杂了点,定义视图A的过程是一样的: <UserControl x:Class="ViewInjection.Views.ViewA" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="htt ...
分类:其他好文   时间:2021-06-07 20:43:44    阅读次数:0
(一)网络基础7层模型三次握手四次挥手
OSI七层参考模型 第7层 应用层 应用层(Application Layer)提供为应用软件而设的接口,以设置与另一应用软件之间的通信。例如: HTTP、HTTPS、FTP、TELNET、SSH、SMTP、POP3、MySQL等 第6层 表示层 主条目:表示层(Presentation Layer ...
分类:其他好文   时间:2021-04-16 12:05:11    阅读次数:0
WPF做一个侧边栏滑动进入的效果
效果 代码 1 <Window x:Class="WpfApp12.MainWindow" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3 xmlns:x="http://schemas.microsoft. ...
分类:Windows程序   时间:2021-04-15 12:47:15    阅读次数:0
Win2D 投影效果 ShadowEffect
<Page x:Class="Win2DDemo.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/ ...
分类:Windows程序   时间:2021-04-10 12:59:49    阅读次数:0
python读取ppt内容
import json from pptx import Presentation from pptx.enum.shapes import MSO_SHAPE_TYPE def ppt_catch_format_text(filename): """ 抓取PPT的内容,按段落返回 其中 filen ...
分类:编程语言   时间:2021-01-13 11:11:20    阅读次数:0
页面的跳转MVVM,带参数的传递
主页面 <Page x:Class="CheckMemoryLeak.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w ...
分类:其他好文   时间:2021-01-13 10:33:24    阅读次数:0
UWP 动画之路径
xml <Page x:Class="MyApp.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/ ...
分类:其他好文   时间:2021-01-05 11:34:25    阅读次数:0
uwp 动画之圆的放大与缩小
xml code <Page x:Class="MyApp.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/ ...
分类:其他好文   时间:2021-01-05 11:33:51    阅读次数:0
Notes: How to address an academic presentation
How to address an academic presentation This small piece of note is based on the EFES class of UoG and the video. The question lying here is not how g ...
分类:其他好文   时间:2020-12-30 10:25:37    阅读次数:0
432条   1 2 3 4 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!