码迷,mamicode.com
首页 >  
搜索关键字:amount    ( 1179个结果
Centos7安装MySQL5.7(yum)
本人尝试过使用源码安装方式,那叫一个头疼,各种问题,于是采用yum方式安装,没想到如此简单: 此服务器是刚买的,所以以前没有安装过mysql,如果以前安装过mysql的,好像要卸载干净再安装(其实我也不懂~)。 开始吧: 1、配置yum源 检测yum源是否安装成功 如上图所示即安装成功 2、安装My ...
分类:数据库   时间:2019-03-01 18:46:56    阅读次数:217
java将数据生成csv文件
1,httpRequest接口触发进程[或者可以换成其他方式触发] ...
分类:编程语言   时间:2019-02-26 15:36:56    阅读次数:184
【转】支付宝 二维码/转账码/生成方式,突破二维码生成数量的限制
支付宝收款的几种方式: 对于传统方式.支付宝限制了一天二维码的生成数量.在这之间简直是好用得不要不要得.但是突然间支付宝爸爸说.你搞那么多二维码干啥.还备注...一天给你20张够不够? 于是乎一瞬间哀鸿遍野.有得同学有先见之明,生成好的二维码都存起来了.有存货,现在还可以拿出来用.但是没有存货的怎么 ...
分类:其他好文   时间:2019-02-19 11:53:48    阅读次数:247
pcapng文件的python解析实例以及抓包补遗
正文 为了弥补pcap文件的缺陷,让抓包文件可以容纳更多的信息,pcapng格式应运而生。关于它的介绍详见《PCAP Next Generation Dump File Format》 当前的wireshark/tshark抓取的包默认都被保存为pcapng格式。 形而上的论述就不多谈了,直接给出一 ...
分类:编程语言   时间:2019-02-17 10:46:44    阅读次数:351
PAT A1016 Phone Bills (25 分)
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
[Lintcode]187. Gas Station/[Leetcode]134. Gas Station
"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
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
C语言学习记录_2019.02.09
打印字符串:%s--------printf(“%s”,”abcd”); 打印字符串数组中某一位:%c--------printf(“%c”,”abcd[2]”); 字符的定义及打印格式: struct { int amount; char *name; }coins[] = { {1,"one"}... ...
分类:编程语言   时间:2019-02-10 00:10:31    阅读次数:194
5F - Coin Change
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
LeetCode-134-Gas Station
算法描述: 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
1179条   上一页 1 ... 18 19 20 21 22 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!