码迷,mamicode.com
首页 >  
搜索关键字:implementing screen    ( 3207个结果
javascript常用的107个语句
1.document.write(“”); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:编程语言   时间:2014-06-28 20:08:42    阅读次数:326
C# Screen 类(多屏幕开发)
Screen 类下面的代码示例演示如何使用 Screen 类的各种方法和属性。 该示例调用 AllScreens 属性来检索连接到系统的所有屏幕的数组。 对于每个返回的 Screen,该示例将设备名称、边界、类型、工作区和主屏幕添加到 ListBox。 1 private void button1_...
分类:其他好文   时间:2014-06-25 18:18:54    阅读次数:624
Generate eps plot with appropriate font size and line width in GNU Octave
Because eps terminal is different from the one for screen display, the font size and line width should all be adjusted as the following example:clist ...
分类:移动开发   时间:2014-06-24 14:26:32    阅读次数:438
javascript基础
1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:编程语言   时间:2014-06-22 12:26:07    阅读次数:214
unity3d屏幕截图功能
[java]view plaincopyprint?functionOnGUI(){if(GUI.Button(Rect(Screen.width*0.5-50,Screen.height*0.5-50,100,100),"screen")){Application.CaptureScreensho...
分类:其他好文   时间:2014-06-20 22:47:34    阅读次数:378
dom对象
1、理解DOM DOM:文档对象模型 Document Object Model DOM的意义:可以使用DOM的结构对html页面中任意元素进行动态操作 DOM:分层次的 有严格包含关系的树形结构2、window对象的常用属性、方法 获取屏幕分辨率:window screen width heigh...
分类:其他好文   时间:2014-06-20 21:25:57    阅读次数:261
9.3.3编程实例-图形拾取
#include #include #include #include using namespace std; int SCREEN_WIDTH = 400; //屏幕尺寸 int SCREEN_HEIGHT = 400; int posx1 = 150; int posy1 = 200; int...
分类:其他好文   时间:2014-06-18 20:57:18    阅读次数:238
What is the difference between the ways to implement inheritance in javascript.
see also :http://www.w3school.com.cn/js/pro_js_inheritance_implementing.asphttp://davidshariff.com/blog/javascript-inheritance-patterns/Object masquer...
分类:编程语言   时间:2014-06-18 16:43:34    阅读次数:239
android4.4上全屏界面实现禁止状态栏下拉
Google从KK开始增加了状态栏透明以及全屏界面有通知可以下拉状态栏的设计,而这个设计出现的隐患是设置了FULL_SCREEN的界面是无法禁止状态栏下拉的,这样对一些工程测试app可能会造成一定的影响,但是以google默认的设计,应用端无法修改此设计来满足自己的需求。 MTK 内部已经开发提供新的接口来实现全屏界面禁止下拉状态栏,如果贵司的代码还没有这部分逻辑,请参考如下: 1. fram...
分类:移动开发   时间:2014-06-17 19:13:52    阅读次数:312
Hide C# winform App Window When Started by Task Scheduler
To make a Scheduled Task run in the background, change the User running the task to "SYSTEM", and nothing will appear on your screen....
分类:移动开发   时间:2014-06-14 09:33:39    阅读次数:395
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!