码迷,mamicode.com
首页 >  
搜索关键字:smallest screen widt    ( 3710个结果
Win7双屏显示设置
双显示器:一个是T410自己的屏幕,一个是宏基的Acer1296*768显示器。连接:将宏基显示器的Display端子连接到笔记本的Display口上,电源接上。设置过程:1.右键点屏幕,选“Screen Resolution”一项。2.在弹出窗口中的“Multi displays”一项里选“Ent...
分类:Windows程序   时间:2014-05-16 20:42:53    阅读次数:537
欧几里德投影(Euclidean projection)
Euclidean projection on a setAn Euclidean projection of a point on a set is a point that achieves the smallest Euclidean distance from to the set. ...
分类:其他好文   时间:2014-05-16 20:08:59    阅读次数:1697
source insight实用技巧
1 sourceinsight screen font 的默认字体是Verdana的,它是一直变宽字体。在Document style中可以将字体改为定宽的Courier 2   document options->auto indent 去掉indent Open Brace和Indent Close Brace的效果: 继上一段,在相对缩进行里, 如果输入"{"或"}", 则自动和上一行...
分类:其他好文   时间:2014-05-15 04:33:36    阅读次数:330
unity发布exe全屏方法
首先 将该代码挂在NGUI的UIroot上 using UnityEngine; using System.Collections; public class example : MonoBehaviour { public void Awake() { Screen.SetResolution(1024, 768, true);//自己想要的分辨率,比如1024*768,true表示全...
分类:其他好文   时间:2014-05-14 19:24:25    阅读次数:404
Android4.0 Surface机制分析
1. java层面的Surface 对于Surface我们的认识主要是android的类Surface, android的文档描述Surface是“Handle onto a raw buffer that is being managed by the screen compositor”,这个描...
分类:移动开发   时间:2014-05-14 01:43:20    阅读次数:9126
Datagrid分页、排序、删除代码
WebForm1                  window.resizeTo(screen.width,screen.height-30);    HorizontalAlign="Center" DataKeyField="au_id" PageSize="3" AllowPaging="True" Width="408px"  AutoGenerateColu...
分类:其他好文   时间:2014-05-10 04:27:21    阅读次数:300
c#中常用的js语句
1.document.write(""); 输出语句 2.JS中的注释为// 3.传统的HTML文档顺序是:document->html->(head,body) 4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,documen...
分类:Web程序   时间:2014-05-09 19:40:08    阅读次数:470
android permission
android.permission.WAKE_LOCK------------>keep the screen from dimming or the processor from sleeping, or uses the MediaPlayer.setScreenOnWhilePlaying(...
分类:移动开发   时间:2014-05-09 06:37:42    阅读次数:280
Screen shorts 笔记整理 容易忘的
2.3当创建一个数组对象时, 实际上是创建了 引用数组。且每个引用 都自动被初始化为 nulljava 看到null,就知道这个引用还没有指向某个对象也可以创建用来存放基本数据类型的数组,同样,编译器也能确保这种数组的初始化,全部置零。2.3.2 作用域java对象 可以存活于作用域之外,对象不同于...
分类:其他好文   时间:2014-05-08 14:46:48    阅读次数:243
the smallest positive number
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.What is the smallest positive number that is...
分类:其他好文   时间:2014-05-08 14:36:50    阅读次数:248
3710条   上一页 1 ... 367 368 369 370 371 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!