表示 进入内容 311 去 320 的 1006 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: html (reset) Nov 16 2017 python操作数据库 Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:58 UTC Tags: html, Blog, Python, utf-8, zabbix, MySQL, 数据库 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #!/usr/bin/env python #encoding:utf-8 import MySQLdb print "" print "" print "book" print " " connection = MySQLdb. 【python】 【mysql】 【zabbix】 【数据库】 【html】 【Blog】 【utf-8】 …[获取更多] Nov 16 2017 每天记录一点点 Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:45 UTC Tags: html, code, Blog, Google, awk, MySQL, logger 1.发送邮件并带附件 echo "test"|mail -s "itnihaotest" -a /etc/passwd itnihao@qq.com 注意:此命令在mailx-8.1.1(rhel5. 【mysql】 【code】 【logger】 【google】 【html】 【Blog】 【awk】 点击查看原文> Nov 16 2017 MySQL日期函数的用法几则 Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:44 UTC Tags: html, MySQL, 函数 1.将Date类型变成年月日时分秒的形式 select date_format(claimDate,'%Y-%m-%d %H:%i:%s') as claimdate from t1 2.只要年月日的形式 select date_format(claimdate,'%Y-%m-%d') as newdate from t1 3. 【mysql】 【函数】 【html】 点击查看原文> Nov 16 2017 Liunx运维监控_shark巨菜_cacti篇 Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:42 UTC Tags: PHP, html, Blog, Apache, database, rpm, Nagios, MySQL, 数据库, 配置, 源码, 监控, liunx Liunx运维监控_shark巨菜_cacti篇 原题:cacti+nagios_巨菜版 最近又有需求要部署cacti做监控,当然主要是方便查看。其实机器不多的话直接看/var/log/sa/里面的更方便。 【php】 【监控】 【mysql】 【Nagios】 【liunx】 【Apache】 【源码】 …[获取更多] Nov 16 2017 MySQL的左外连接 Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:39 UTC Tags: html, by, MySQL 代码: select t1.descid, IFNULL(t2.cnt,0) as countnew, t1.description from uosdesc t1 left outer join t2 on t1.descid=t2.descid order by countnew desc 说明: 左外连接,左表t1为主表,右表t2为从表。 【mysql】 【BY】 【html】 点击查看原文> Nov 16 2017 SpringMVC处理MySQL BLOB字段的下载 Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:23 UTC Tags: html, os, string, MySQL, Exception, springmvc, void, request, logger 任务: uos.docfile的content字段是longblob类型,通过Web点击链接能下载到存储在这个字段里的文件。Web点击链接类似如下形式: http://localhost:8080/dld/downloadDocument. 【mysql】 【os】 【logger】 【request】 【string】 【exception】 【void】 …[获取更多] Nov 16 2017 MySQL MHA高可用架构介绍 Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:23 UTC Tags: html, Blog, MySQL, CTO, 高可用, 架构 介绍了当前主流高可用软件MHA的工作流程和切换演示(模拟从库延迟,主库宕机后,数据自动补齐) 视频地址:http://edu.51cto.com/lesson/id-44865.html 本文转自hcymysql51CTO博客,原文链接: http://blog. 【架构】 【mysql】 【高可用】 【html】 【cto】 【Blog】 点击查看原文> Nov 16 2017 Snort入侵检测系统安装配置 Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:10 UTC Tags: PHP, html, Apache, rpm, service, MySQL, 数据库, 配置, 服务器, 开发环境 Snort入侵检测系统安装配置 snort有三种工作模式:嗅探器、数据包记录器、入侵检测系统。做嗅探器时,它只读取网络中传输的数据包,然后显示在控制台上。作数据包记录器时,它可以将数据包记录到硬盘上,已备分析之用。 【php】 【服务器】 【mysql】 【Apache】 【数据库】 【配置】 …[获取更多] Nov 16 2017 2、CentOS6.5之Zabbix3.2.2 Server安装、汉化及Agent安装 Posted by mysql-云栖社区 on Thu 16 Nov 2017 10:53 UTC Tags: PHP, html, database, rpm, zabbix, wget, server, test, service, agent, MySQL, 配置 1、安装MySQL 1.1、安装MySQL rpm -ivh http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm yum -y install mysql-server 1. 【php】 【mysql】 【zabbix】 【配置】 【agent】 【rpm】 【Server】 【test】 …[获取更多] Nov 16 2017 使用yum方式在centOS上安装mysql Posted by mysql-云栖社区 on Thu 16 Nov 2017 10:44 UTC Tags: html, centos, yum, grant, service, MySQL, 配置, 操作系统, 控制台 1.操作系统及MySQL版本 1.1 操作系统版本 CentOS release 6.5 (Final) 1.2 MySQL版本 mysql-5.1.73-3.el6_5.x86_64 mysql-libs-5. 【mysql】 【yum】 【配置】 【操作系统】 【centos】 【控制台】 【grant】 【html】 …[获取更多] 表示 进入内容 311 去 320 的 1006 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (44) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums