码迷,mamicode.com
首页 >  
搜索关键字:foundation    ( 2310个结果
使用WPF技术模拟手机界面
原文:使用WPF技术模拟手机界面 1. 前言 WPF(Windows Presentation Foundation),即“Windows呈现基础”,它的目的非常明确,就是用来把数据“显示”给用户看的(说白了就是用来做UI的)。接下来将会介绍一个小项目,用WPF来实现模拟手机界面设计。 2. 实现的... ...
分类:移动开发   时间:2018-09-07 11:58:37    阅读次数:199
Maven之setting.xml配置
<?xml version="1.0" encoding="UTF-8"?> <!--Licensed to the Apache Software Foundation (ASF) under oneor more contributor license agreements. See the N ...
分类:其他好文   时间:2018-09-06 20:02:52    阅读次数:180
[iOS] 利用 NSAttributedString 进行富文本处理
/iOS /[iOS] 利用 NSAttributedString 进行富文本处理 2016年4月4日 刘小龙 iOS 许多时候我们需要以各种灵活的形式展现文本信息,即富文本。普通的 text 属性显然无法满足要求,这时我们需要利用 Foundation 中的 NSAttributedString— ...
分类:移动开发   时间:2018-09-03 13:54:02    阅读次数:296
paper reading:gaze tracking
https://www.cv-foundation.org/openaccess/content_cvpr_2016/papers/Krafka_Eye_Tracking_for_CVPR_2016_paper.pdf 1、using a single image to robustly predi ...
分类:其他好文   时间:2018-09-02 02:12:43    阅读次数:217
MyBatis 使用简单的 XML或注解用于配置和原始映射
MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 。MyBatis是一个基于Java的持久层框架。iBATIS提供的持久层框架包括SQL Maps和Data ...
分类:其他好文   时间:2018-09-01 13:19:30    阅读次数:348
优化WPF 3D性能
原文:优化WPF 3D性能Maximize WPF 3D Performance .NET Framework 4.5 As you use the Windows Presentation Foundation (WPF) to build 3D controls and include 3D s... ...
分类:Windows程序   时间:2018-08-30 13:20:57    阅读次数:248
杂项-Java:MyBatis
1、 MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 。2013年11月迁移到Github。 iBATIS一词来源于“internet”和“abatis” ...
分类:编程语言   时间:2018-08-28 20:23:57    阅读次数:171
window函数 resetAccumulator
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this ...
分类:Windows程序   时间:2018-08-27 22:30:43    阅读次数:335
Windows Presentation Foundation (WPF) 项目中不支持xxx的解决
一般Windows Presentation Foundation (WPF) 项目中不支持xxx都是由于没引用相应的程序集导致,比如 ...
分类:Windows程序   时间:2018-08-24 13:17:56    阅读次数:1961
细数改善WPF应用程序性能的10大方法
原文:细数改善WPF应用程序性能的10大方法 WPF(Windows Presentation Foundation)应用程序在没有图形加速设备的机器上运行速度很慢是个公开的秘密,给用户的感觉是它太吃资源了,WPF程序的性能和硬件确实有很大的关系,越高档的机器性能越有优势。 程序性能改善不是一蹴而就... ...
分类:Windows程序   时间:2018-08-20 01:14:39    阅读次数:241
2310条   上一页 1 ... 21 22 23 24 25 ... 231 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!