码迷,mamicode.com
首页 >  
搜索关键字:my timeline    ( 14619个结果
Can I see my edit suggestions?
Can I see my edit suggestions? By going on your own profile, under All actions tab, you can view it all: Revisions, Reviews, Suggestion, etc as shown ...
分类:其他好文   时间:2020-07-01 15:53:02    阅读次数:56
数据库所有表包含该字段并为该字段赋值
DROP PROCEDURE IF EXISTS init ; delimiter $ CREATE PROCEDURE init( in my_database VARCHAR(200), in column_name VARCHAR(200), in my_new_value VARCHAR(2 ...
分类:数据库   时间:2020-07-01 14:19:11    阅读次数:66
MySQL主从复制
1.修改主 vim /etc/my.cnf文件 # For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html ...
分类:数据库   时间:2020-06-30 20:27:13    阅读次数:69
KMP
KMP算法原理 http://jakeboxer.com/blog/2009/12/13/the-knuth-morris-pratt-algorithm-in-my-own-words/ ...
分类:其他好文   时间:2020-06-30 17:31:21    阅读次数:67
mysql5.7压缩包配置
1、解压压缩包 我的放到:K:\Mysql5.7\mysql-5.7.15-winx64 2、配置环境变量 新建MYSQL_HOME: K:\Mysql5.7\mysql-5.7.15-winx64 path 添加 : %MYSQL_HOME%\bin 3、新建并修改配置文件my.ini [mysq ...
分类:数据库   时间:2020-06-30 10:32:08    阅读次数:81
mariadb设置utf8mb4
mariaDB的设置方法: #vim /etc/my.conf [mysqld] character_set_server=utf8mb4 collation-server=utf8mb4_unicode_ci init_connect='SET NAMES utf8mb4' skip-charac ...
分类:数据库   时间:2020-06-29 18:46:48    阅读次数:104
扑克牌顺子
题目描述 LL今天心情特别好,因为他去买了一副扑克牌,发现里面居然有2个大王,2个小王(一副牌原本是54张^_^)... 他随机从中抽出了5张牌,想测测自己的手气,看看能不能抽到顺子,如果抽到的话,他决定去买体育彩票, 嘿嘿!!“红心A,黑桃3,小王,大王,方片5”,“Oh My God!”不是顺子 ...
分类:其他好文   时间:2020-06-29 16:55:49    阅读次数:65
MHA 自动切换脚本
[root@pxc2 ~]# cat /root/master_ip_failover #!/usr/bin/env perl use strict;use warnings FATAL => 'all'; use Getopt::Long; my ( $command, $ssh_user, $o ...
分类:其他好文   时间:2020-06-29 13:51:34    阅读次数:113
windows 免安装mysql
一、下载免安装压缩包 https://dev.mysql.com/downloads/ 下载地址 二、本地环境配置 把zip包解压到需要安装的目录 ,会发现缺少data文件夹以及my.ini的配置文件 2.添加data文件夹以及my.ini环境配置 3. my.ini文件中添入一下内容并修改下面两项 ...
分类:数据库   时间:2020-06-29 09:43:12    阅读次数:70
writing: friendship and growth
Welcome!!! to my presentation !, About friendship, and growth. When i was little(靠过来正式), i used to make many friends. no matter who they are!, we can ...
分类:其他好文   时间:2020-06-29 00:51:57    阅读次数:104
14619条   上一页 1 ... 37 38 39 40 41 ... 1462 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!