码迷,mamicode.com
首页 >  
搜索关键字:screen    ( 3001个结果
android screen monitor怎么用
(1) 下载 ASM_2_50.zip 并解压缩, 取得 asm.jar(2) 将 asm.jar 复制到D:android-sdkplatform-tools目录下2. 执行 Android Screen Monitorwin+R ==》 运行cmd控制台进入D:android-sdkplatfo ...
分类:移动开发   时间:2017-04-16 11:57:21    阅读次数:169
初学vitmio,vitmio的环境配置及遇到的坑
1 到官网或者github下载vitamio 官网地址:https://www.vitamio.org/ github地址:https://github.com/yixia/VitamioBundle 2 解压文件,将其中的vitamio导入到as中 其中的vitamio-sample是官方提供的d ...
分类:其他好文   时间:2017-04-15 14:37:21    阅读次数:242
服务器环境搭建过程记录贴
记录我的lnmp安装过程:(确实,在折腾这些事儿的时候心里都是比较烦躁了。所以也没有安心截图;)主要流程:运行screen-Slnmp——》下载lnmp安装包——》安装lnmp一键安装包——》添加虚拟主机——》修改数据库密码——》将备份导入数据库——》完成因为之前想要升级apache2.2..
分类:其他好文   时间:2017-04-14 21:17:38    阅读次数:181
Ubuntu:系统启动服务
系统启动服务 针对Ubuntu 5级别服务的说明 安装sysv-rc-conf ...
分类:系统相关   时间:2017-04-14 09:57:10    阅读次数:221
(转载)VS2010/MFC编程入门之十八(对话框:字体对话框)
鸡啄米在上一节为大家讲解了文件对话框的使用,本节则主要介绍字体对话框如何应用。 字体对话框的作用是用来选择字体。我们也经常能够见到。MFC使用CFontDialog类封装了字体对话框的所有操作。字体对话框也是一种模态对话框。 CFontDialog类的构造函数 我们先来了解CFontDialog类。 ...
分类:编程语言   时间:2017-04-13 21:06:31    阅读次数:226
C# 实现屏幕截屏
//屏幕宽 int iWidth = Screen.PrimaryScreen.Bounds.Width; //屏幕高 int iHeight = Screen.PrimaryScreen.Bounds.Height; //按照屏幕宽高创建位图 Image img = new Bitmap(iWid ...
分类:Windows程序   时间:2017-04-13 19:56:06    阅读次数:226
兼容当前五大浏览器的渐变颜色背景gradient的写法
<style type="text/css" media="screen"> #gradient { width: 200px; height: 200px; /* 如果浏览器不支持渐变,使用图像作为背景 */ background: url(gradient.jpg); /* Webkit: Sa ...
分类:其他好文   时间:2017-04-12 13:19:15    阅读次数:201
响应式设计:根据不同设备引不同css样式
<link rel="stylesheet" media="screen and (max-width:600px)" href="small.css" type="text/css" /> 上面表示的是:当屏幕小于或等于600px时,将采用small.css样式来渲染Web页面。 <link re ...
分类:Web程序   时间:2017-04-11 11:51:00    阅读次数:214
csuoj-1011-Counting Pixels
题目: Description Did you know that if you draw a circle that fills the screen on your 1080p high definition display, almost a million pixels are lit? T ...
分类:其他好文   时间:2017-04-11 01:22:26    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!