Lv.的博客
摘要: Qt Style Sheets are a powerful mechanism that allows you to customize the appearance of widgets, in addition to what is already possible by subclassin... 阅读全文
posted @ 2014-12-24 16:53 Avatarx 阅读(567) 评论(0) 推荐(0)
摘要: Qt Style Sheets support various properties, pseudo-states, and subcontrols that make it possible to customize the look of widgets.List of Stylable Wid... 阅读全文
posted @ 2014-12-24 16:51 Avatarx 阅读(573) 评论(0) 推荐(0)
摘要: 这篇文章主要介绍了使用Linux下的crontab进行MySQL定时备份的例子,需要的朋友可以参考下1. Mysql备份某个数据库的命令复制代码代码如下:################################################################### 备份某个数... 阅读全文
posted @ 2014-12-24 14:46 Avatarx 阅读(262) 评论(0) 推荐(0)
摘要: REPAIR TABLE `table_name` 修复表OPTIMIZE TABLE `table_name` 优化表 阅读全文
posted @ 2014-12-24 13:04 Avatarx 阅读(219) 评论(0) 推荐(0)
摘要: 一 Linux安装文件Linux常见的安装为tar,zip,gz,rpm,deb,bin等。我们可以简单的分为三类,第一:打包或压缩文件tar,zip,gz等,一般解压后即可,或者解压后运行sh文件;第二:对应的有管理工具的deb,rpm等,通常的这类安装文件可以通过第三方的命令行或UI来简单的安装... 阅读全文
posted @ 2014-12-24 09:51 Avatarx 阅读(8225) 评论(0) 推荐(0)