码迷,mamicode.com
首页 >  
搜索关键字:resolution    ( 447个结果
icon-font图标介绍
声明:此文转载自:http://www.cnblogs.com/tblog/p/4738816.html,仅供本人学习参考,版权归原作者所有! 前言 像素完美(Pixel Perfection)、分辨率无关(Resolution Independent)和多平台体验一致性是设计师们的追求。 可访问性 ...
分类:其他好文   时间:2016-08-12 13:29:42    阅读次数:362
How to enable TLS 1.2 on Windows Server 2008 R2
Problem How to enable TLS 1.2 on Windows Server 2008 R2? Resolution QuoVadis recommends enabling and using the TLS 1.2 protocol on your server. TLS 1. ...
分类:Windows程序   时间:2016-08-05 00:35:14    阅读次数:319
sun.misc.BASE64Encoder找不到jar包的解决方法
1.右键项目-》属性-》java bulid path-》jre System Library-》access rules-》resolution选择accessible,下面填上** 点击确定即可!!! 在MyEclipse中编写Java代码时,用到了BASE64Decoder,import su ...
分类:编程语言   时间:2016-08-02 11:18:08    阅读次数:161
Failure to transfer org.apache.maven:maven-archiver:pom:2.5 from http://repo.maven.apache.org/ maven2 was cached in the local repository, resolution will not be reattempted until the update interv
Failure to transfer org.apache.maven:maven-archiver:pom:2.5 from http://repo.maven.apache.org/ maven2 was cached in the local repository, resolution w ...
分类:Web程序   时间:2016-07-30 11:54:33    阅读次数:415
第七章 虚拟机类加载机制
JVM把描述类的数据从class文件加载到内存,并对数据进行校验、转换解析和初始化,最终形成JVM可以直接使用的Java类型的过程就是类加载机制。1. 类加载的时机类从被加载到虚拟机内存中开始,到卸载出内存为止,它的生命周期包括了:加载(Loading)、验证(Verification)、准备(Preparation)、解析(Resolution)、初始化(Initialization)、使用(Us...
分类:其他好文   时间:2016-07-14 03:20:22    阅读次数:263
中间人攻击——ARP欺骗的原理、实战及防御
? 1.1 什么是网关 首先来简单解释一下什么是网关,网关工作在OSI七层模型中的传输层或者应用层,用于高层协议的不同网络之间的连接,简单地说,网关就好比是一个房间通向另一个房间的一扇门。 1.2 ARP协议是什么 ARP(Address Resolution Protocol)地址转换协议,工作在 ...
分类:其他好文   时间:2016-07-12 12:03:55    阅读次数:165
unity,standalone下自定义分辨率不起作用的解法
参考:http://answers.unity3d.com/questions/516517/why-doesnt-standalone-build-resolution-settings-af.html ...
分类:编程语言   时间:2016-07-10 21:26:43    阅读次数:192
Master Nginx(6) - The Nginx HTTP Server
Nginx's architecture The HTTP core module The server Logging Finding files Name resolution Client interaction Using limits to prevent abuse Restrictin ...
分类:Web程序   时间:2016-07-10 16:39:00    阅读次数:192
[Unity3D]通过反射方式获取Game View当前选择的分辨率
以上代码可获取Game View中当前选择的分辨率,而非Using resolution。取到的值可用于动态设置NGUI组件(如UIScrollView)的参数等。 ...
分类:编程语言   时间:2016-07-05 18:49:46    阅读次数:298
计算机网络(2)-----ARP协议
ARP协议(Address Resolution Protocol) 概念 地址解析协议,即ARP(Address Resolution Protocol),是根据IP地址获取物理地址的一个TCP/IP协议。 划分 由于是IP协议使用了ARP协议,因此通常就把ARP协议划归网络层。但是ARP协议的用 ...
分类:其他好文   时间:2016-07-04 20:29:06    阅读次数:125
447条   上一页 1 ... 26 27 28 29 30 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!