码迷,mamicode.com
首页 >  
搜索关键字:implementing screen    ( 3207个结果
stone jaw crushers
The linear screen is a new kind of high efficiency screening equipment which vibrates with a vibration motor. Our company has introduced technology fr...
分类:其他好文   时间:2014-05-19 10:36:28    阅读次数:282
Win7双屏显示设置
双显示器:一个是T410自己的屏幕,一个是宏基的Acer1296*768显示器。连接:将宏基显示器的Display端子连接到笔记本的Display口上,电源接上。设置过程:1.右键点屏幕,选“Screen Resolution”一项。2.在弹出窗口中的“Multi displays”一项里选“Ent...
分类:Windows程序   时间:2014-05-16 20:42:53    阅读次数:537
tmux/screen里面如何用鼠标滚轮来卷动窗口内容
tmux里面用鼠标滚轮来卷动窗口内容在 tmux里面,因为每个窗口(tmux window)的历史内容已经被tmux接管了,所以原来console/terminal提供的Shift+PgUp/PgDn所显示的内容并不是当前窗口的历史内容,所以要用C-b [进入copy-mode,然后才能用PgUp/...
分类:其他好文   时间:2014-05-16 03:48:27    阅读次数:374
【Android】PA4D_CH7 文件、保存状态和首选项
本章主要知识点如下: 了解Shared Preferences 接口OnSharedPreferenceChangeListener, 每当添加、移除或者修改一个特定的Shared Preference 时候可以调用一个回调函数 创建Preference Screen(首选项框架) Preferen...
分类:移动开发   时间:2014-05-15 09:26:37    阅读次数:420
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
3207条   上一页 1 ... 317 318 319 320 321 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!