本人尝试过使用源码安装方式,那叫一个头疼,各种问题,于是采用yum方式安装,没想到如此简单: 此服务器是刚买的,所以以前没有安装过mysql,如果以前安装过mysql的,好像要卸载干净再安装(其实我也不懂~)。 开始吧: 1、配置yum源 检测yum源是否安装成功 如上图所示即安装成功 2、安装My ...
分类:
数据库 时间:
2019-03-01 18:46:56
阅读次数:
217
1,httpRequest接口触发进程[或者可以换成其他方式触发] ...
分类:
编程语言 时间:
2019-02-26 15:36:56
阅读次数:
184
支付宝收款的几种方式: 对于传统方式.支付宝限制了一天二维码的生成数量.在这之间简直是好用得不要不要得.但是突然间支付宝爸爸说.你搞那么多二维码干啥.还备注...一天给你20张够不够? 于是乎一瞬间哀鸿遍野.有得同学有先见之明,生成好的二维码都存起来了.有存货,现在还可以拿出来用.但是没有存货的怎么 ...
分类:
其他好文 时间:
2019-02-19 11:53:48
阅读次数:
247
正文 为了弥补pcap文件的缺陷,让抓包文件可以容纳更多的信息,pcapng格式应运而生。关于它的介绍详见《PCAP Next Generation Dump File Format》 当前的wireshark/tshark抓取的包默认都被保存为pcapng格式。 形而上的论述就不多谈了,直接给出一 ...
分类:
编程语言 时间:
2019-02-17 10:46:44
阅读次数:
351
A long-distance telephone company charges its customers by the following rules: Making a long-distance call costs a certain amount per minute, dependi ...
分类:
其他好文 时间:
2019-02-16 15:16:03
阅读次数:
176
"187. Gas Station" / "134. Gas Station" 本题难度: Medium Topic: Greedy Description There are N gas stations along a circular route, where the amount of ga ...
分类:
其他好文 时间:
2019-02-10 20:40:06
阅读次数:
233
1585: 【例 1】Amount of Degrees 时间限制: 1000 ms 内存限制: 524288 KB 题目描述 原题来自:NEERC 2000 Central Subregional,题面详见 Ural 1057。 求给定区间 [X,Y] 中满足下列条件的整数个数:这个数恰好等于 K ...
分类:
其他好文 时间:
2019-02-10 15:12:43
阅读次数:
248
打印字符串:%s--------printf(“%s”,”abcd”); 打印字符串数组中某一位:%c--------printf(“%c”,”abcd[2]”); 字符的定义及打印格式: struct { int amount; char *name; }coins[] = { {1,"one"}... ...
分类:
编程语言 时间:
2019-02-10 00:10:31
阅读次数:
194
Suppose there are 5 types of coins: 50-cent, 25-cent, 10-cent, 5-cent, and 1-cent. We want to make changes with these coins for a given amount of mone ...
分类:
其他好文 时间:
2019-02-08 10:25:11
阅读次数:
207
算法描述: here are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it ...
分类:
其他好文 时间:
2019-02-06 11:56:04
阅读次数:
96