码迷,mamicode.com
首页 >  
搜索关键字:media screen写好的宽高在手机    ( 4315个结果
项目--给项目添加提示声音
1.使用系统内自带的声音System.Media.SystemSounds.Beep.Play();System.Media.SystemSounds.Asterisk.Play();System.Media.SystemSounds.Exclamation.Play();System.Media....
分类:其他好文   时间:2014-06-28 21:07:33    阅读次数:229
遍历WPF DataGrid单元格
using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Media; namespace Splash.WPF { public static class DataGr...
分类:其他好文   时间:2014-06-23 07:31:36    阅读次数:1016
Linux下挂载Windows共享目录
$ sudo mount.cifs //windows-ip/shared  /media/ -o user=username password=password 该命令挂载Windows下的shared共享目录到本地/media目录下. Windows的用户名是username, 密码是password (作相应的修改) 这里的CIFS(Common Internet File Syste...
分类:Windows程序   时间:2014-06-21 23:47:31    阅读次数:428
linux下挂载NTFS分区错误修复
今天在linux下打开win的NTFS硬盘总是提示出错了,而且是全部的NTFS盘都出错,其中sda1错误显示如下:Error mounting /dev/sda1 at /media/wangbo/24F02EECF02EC3C0: Command-line `mount -t "ntfs" -o ...
分类:系统相关   时间:2014-06-17 00:29:31    阅读次数:383
!!!手机网页开发
移动篇:@media screen and (min-width:540px){#news_detail .pinglun-form { margin:0 auto;width: 540px;}}@media screen and (max-width:540px){#news_detail .pi...
分类:移动开发   时间:2014-06-15 06:26:51    阅读次数:400
Adobe/Flash Media Server 5.0 linux 64位系统下的安装
一、下载 Adobe/Flash MS5.0下载地址: http://fs1.d-h.st/download/00036/VOt/adobemediaserver_5_ls1_linux64.tar.gz # ./wget http://fs1.d-h.st/download/00036/VOt/adobemediaserver_5_ls1_linux64.tar.gz 二、安装 #...
分类:系统相关   时间:2014-06-13 21:56:27    阅读次数:509
安装qc 出现error An error occurred while attempting to connect to the database.
When trying to install mercury quality center starter edition 9.0 on Windows XP media center, I am getting the following error Wrong attributes "An er...
分类:数据库   时间:2014-06-12 18:07:45    阅读次数:344
nagios 安装配置说明(一)
Nagios安装配置说明修改YUM源为国内sohu的站点;[root@nagios~]#cd/etc/yum.repos.d/[root@nagiosyum.repos.d]#lsCentOS-Base.repoCentOS-Debuginfo.repoCentOS-Media.repoCentOS-Vault.repo[root@nagiosyum.repos.d]#mvCentOS-Base.repoCentOS-Base.repo.backup[root@nagiosyu..
分类:移动开发   时间:2014-06-10 23:59:17    阅读次数:484
苹果iOS操作系统整体架构层次讲解
iOS的系统架构分为四个层次:核心操作系统层(Core OS layer)、核心服务层(Core Services layer)、媒体层(Media layer)和可触摸层(Cocoa Touch layer)。1.Core OS层-----包含核心部分、文件系统、网络基础、安全特性、能量管理和一些...
分类:移动开发   时间:2014-06-10 19:39:16    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!