在Red Hat Enterprise Linux6.6上安装MySQL时,出现与package mysql-libs-5.1.73-3.el6_5.x86_64冲突的情况 [root@localhost tmp]# rpm -ivh MySQL-server-advanced-5.6.20-1.r...
分类:
数据库 时间:
2015-03-20 15:54:04
阅读次数:
488
// Protocol Buffers - Google's data interchange format// Copyright 2008 Google Inc. All rights reserved.// http://code.google.com/p/protobuf///// Red....
分类:
其他好文 时间:
2015-03-20 10:30:18
阅读次数:
328
*****C++ Primer 第五版第1章学习笔记**********实验代码在Red Hat 6.6或VS 2013中调试**********文章内容依据当前知识撰写,存在认识的局限性*****1.1 编写一个简单的C++程序函数:依据我个人理解,C/C++的函数是一个能够完成一个功能的模块。完...
分类:
编程语言 时间:
2015-03-19 23:24:06
阅读次数:
204
Graphics graphics(dc.GetSafeHdc());
graphics.Clear(Color::White);
//定义三种参与渐变的色彩
Color colors[] =
{
Color::Red, //红色
Color::Green , //过渡色为绿色
Color::Blue //蓝色
};
//定义三种颜色的位置
float p...
分类:
其他好文 时间:
2015-03-19 22:17:07
阅读次数:
171
随着Linux服务器越来越多了,底层系统内核想要保持版本统一就需要定制专门的二进制安装包来便捷的升级和管理。 RedHat系那当然就是使用rpmbuild来做定制化管理了。今天我们分俩个部分(root和普通用户)来讲解如何制作内核的二进制rpm包。Building主机系统环境约定:OS : Cent...
分类:
其他好文 时间:
2015-03-19 17:49:56
阅读次数:
158
1、聊天背景气泡:css代码如下:#talkbubble {width: 120px;margin:auto; background: red; position: relative; -moz-border-radius: 10px;-webkit-border-radius: 10px; bor...
分类:
Web程序 时间:
2015-03-19 16:11:58
阅读次数:
151
Vasya has found a strange device. On the front panel of a device there are: a red button, a blue button and a display showing some positive integer. A...
分类:
其他好文 时间:
2015-03-19 13:08:22
阅读次数:
136
先下载一个画各种图形的JS库http://pan.baidu.com/s/1sjyTqaT然后使用var point=new GLatLng(lat,lng);map.addOverlay(GPolygon.Circle(point, radius, "red", 3, 1, "red", 0.3)...
分类:
其他好文 时间:
2015-03-18 20:17:44
阅读次数:
195
cat tail -f 日 志 文 件说 明 /var/log/message系统启动后的信息和错误日志,是Red Hat Linux中最常用的日志之一 /var/log/secure与安全相关的日志信息 /var/log/maillog与邮件相关的日志信息 /var/log/cron与定时任...
分类:
系统相关 时间:
2015-03-18 19:53:27
阅读次数:
156
转载请注明出处:
下面介绍Android图像处理。
RGBA模型
red green blue alpha
1.改变其色像,透明度和亮度。
2.使用颜色矩阵处理图像
3.改变像素处理图像
1.使用ColorMatrix改变色相,透明度和亮度
获取新的图像的步骤:
(1)创建新的BitMap,使用createBitmap()方法
(2)使用ColorMatrix...
分类:
移动开发 时间:
2015-03-18 18:15:20
阅读次数:
201