(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
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 5级别服务的说明 安装sysv-rc-conf ...
分类:
系统相关 时间:
2017-04-14 09:57:10
阅读次数:
221
鸡啄米在上一节为大家讲解了文件对话框的使用,本节则主要介绍字体对话框如何应用。 字体对话框的作用是用来选择字体。我们也经常能够见到。MFC使用CFontDialog类封装了字体对话框的所有操作。字体对话框也是一种模态对话框。 CFontDialog类的构造函数 我们先来了解CFontDialog类。 ...
分类:
编程语言 时间:
2017-04-13 21:06:31
阅读次数:
226
//屏幕宽 int iWidth = Screen.PrimaryScreen.Bounds.Width; //屏幕高 int iHeight = Screen.PrimaryScreen.Bounds.Height; //按照屏幕宽高创建位图 Image img = new Bitmap(iWid ...
<style type="text/css" media="screen"> #gradient { width: 200px; height: 200px; /* 如果浏览器不支持渐变,使用图像作为背景 */ background: url(gradient.jpg); /* Webkit: Sa ...
分类:
其他好文 时间:
2017-04-12 13:19:15
阅读次数:
201
<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
题目: 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