我使用的是从163镜像上下载的CentOS,安装包已经都在了/media/CentOS_6.5_Final/Packages中
检查是否已经安装了mysql
rpm –qa | grep –i mysql
mysql -libs-5.1.71-1.el6.x86_64.rpm
可见已经安装了库文件,应该先卸载,不然会出现覆盖的错误,注意:卸载时使用—nodeps忽略依赖关系
...
分类:
数据库 时间:
2014-11-26 16:37:42
阅读次数:
281
Max Width下面的样式会在可视区域的宽度小于 600px 的时候被应用。12345@mediascreenand (max-width:600px) {.class {background:#ccc;}}如果你想链接到一个单独的样式表,把下面的代码放在标签里。1Min Width下面的样式会在...
分类:
Web程序 时间:
2014-11-26 15:52:25
阅读次数:
185
直接上代码<<!DOCTYPEHTML>
<html>
<head>
<linkhref="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css"rel="stylesheet">
<linkrel="stylesheet"type="text/css"media="screen"
href="http://tarruda...
分类:
Web程序 时间:
2014-11-25 18:56:54
阅读次数:
305
先上html代码<!DOCTYPEHTML>
<html>
<head>
<linkhref="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css"rel="stylesheet">
<linkrel="stylesheet"type="text/css"media="screen"
href="http://tarruda.gi..
分类:
Web程序 时间:
2014-11-25 18:52:43
阅读次数:
202
屏幕尺寸大于400px时使用该css 屏幕尺寸小于399px时使用该cssbody{background:blue;}/*宽度500px-800px之间+高度100px-400px之间 蓝色*/@mediascreen and (max-width:500px){body{background:.....
分类:
Web程序 时间:
2014-11-25 18:14:28
阅读次数:
152
回复图片、音频、视频消息都是需要media_id的,这个是需要将多媒体文件上传到微信服务器才有的。 将多媒体文件上传到微信服务器,以及从微信服务器下载文件,可以参考:http://mp.weixin.qq.com/wiki/index.php?title=上传下载多媒体文件 上传下载多媒体文件的方法...
分类:
微信 时间:
2014-11-25 17:54:20
阅读次数:
808
项目中经常需要模拟些假数据,来做测试。这个随机生成数据的helper类就应用而生: using System;
using System.Text;
using System.Windows.Media; namespace WpfApplication1.Helper
{ public stati...
@media screen and (max-width:767px){ } @media screen and (max-width:480px){ } @media screen and ( min-width:480px) and (max-width:767px){ } @media screen and ( min-width:768px) and (max-width:959px...
分类:
其他好文 时间:
2014-11-24 10:18:09
阅读次数:
144
CSS3的Media Queries能够检测到的特性总结:视口(viewport)解释地址:http://baike.baidu.com/view/1522985.htmwidth:视口宽度的检测height:视口高度的检测device-width:设备屏幕宽度(设备渲染平面宽度)的检测device...
分类:
其他好文 时间:
2014-11-23 15:49:48
阅读次数:
201
MAC地址英文MAC Address英文全称: Media Access Control Address别称:硬件位址用途:定义网络设备位置表示:十六进制数,6 Byte特点:产品出产后MAC地址就固定了用来表示互联网上每一个站点的标识符,采用十六进制数表示,共六个字节(48位)。其中,前三个字节是...
分类:
Web程序 时间:
2014-11-22 13:12:46
阅读次数:
469