码迷,mamicode.com
首页 >  
搜索关键字:you    ( 26666个结果
A - Yet Another Tetris Problem
You are given some Tetris field consisting of nn columns. The initial height of the ii-th column of the field is aiai blocks. On top of these columns ...
分类:其他好文   时间:2020-03-14 23:53:35    阅读次数:75
访问RK3399 ubuntu系统时,提示perl: warning: Setting locale failed
如果访问树莓派,或其他嵌入式硬件时,提示perl: warning: Setting locale failed,虽然 不影响使用,但是也很烦人。这里给出解决方法。 ...
分类:系统相关   时间:2020-03-14 23:49:37    阅读次数:78
hdu 2674 N!Again
Problem Description WhereIsHeroFrom: Zty, what are you doing ?Zty: I want to calculate N!......WhereIsHeroFrom: So easy! How big N is ?Zty: 1 <=N <=10 ...
分类:其他好文   时间:2020-03-14 23:37:48    阅读次数:74
创建数据表的时候 varchar可变类型的奇怪现象
varchar的长度最大是65535字节 创建的时候varchar(n) 这里面的n是字符长度 所以编码格式不一样,n的最大值也不一样 编码格式为Latin1时 n理论最大值为 65535 编码格式为gbk时 n理论最大值为 65535/2 = 32767 编码格式为utf8时 n理论最大值为 65 ...
分类:其他好文   时间:2020-03-14 22:20:10    阅读次数:88
【List习题】A1051 Pop Sequence
Given a stack which can keep M numbers at most. Push N numbers in the order of 1, 2, 3, ..., N and pop randomly. You are supposed to tell if a given s ...
分类:其他好文   时间:2020-03-14 21:56:52    阅读次数:69
leetcode162 Find Peak Element
1 """ 2 A peak element is an element that is greater than its neighbors. 3 Given an input array nums, where nums[i] ≠ nums[i+1], find a peak element a ...
分类:其他好文   时间:2020-03-14 21:47:44    阅读次数:51
【ERROR 1064 (42000)】MySQL中使用mysqladmin或set修改root密码时提示语法错误
MySQL中使用mysqladmin或set修改root密码时提示语法错误。mysql> mysqladmin -uroot -p123456 password 654321; ERROR 1064 (42000): You have an error in your SQL syntax; che... ...
分类:数据库   时间:2020-03-14 20:28:58    阅读次数:240
PAT.Product of polynomials(map)
1009 Product of Polynomials (25分) This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file cont ...
分类:其他好文   时间:2020-03-14 17:02:41    阅读次数:48
Jaeger-2.客户端使用 (Java版本)
主要用到了opentracing相关的jar包,而且用到了jaeger的java客户端实现。 一段简单的代码 首先创建一个简单的loveyou类,里面有一个简单的方法hello。本部分之与OpenTracing有关,与Jaeger关系并不是很大。在hello方法体的前后,加入几行简单的代码,主要是根 ...
分类:编程语言   时间:2020-03-14 14:38:22    阅读次数:106
PAT.Emergency(求最短路条数 + 最短路中点权和最大的那条最短路的点权和)
1003 Emergency (25分) As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities ...
分类:其他好文   时间:2020-03-14 13:14:44    阅读次数:85
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!