码迷,mamicode.com
首页 >  
搜索关键字:bigger    ( 231个结果
navicat 导入数据报错 --- 1153 - got a packet bigger than 'max_allowed_packet' bytes
navicat 导入数据报错 1153 - got a packet bigger than 'max_allowed_packet' bytes 今天在用navicat导入sql文件时报错:mysql 错误 err [imp] 1153 - got a packet bigger than 'ma ...
分类:其他好文   时间:2017-04-10 14:37:02    阅读次数:208
猜年龄,三次失败退程序
my_age = 30 count = 0 while count my_age: print("no no no try samller") else: print("no no no try bigger") count += 1 else: print("对你无语,拜拜!") ...
分类:其他好文   时间:2017-03-31 00:34:23    阅读次数:165
day13 3.27
1.密文密码 getpass.getpass 2. int str ...
分类:其他好文   时间:2017-03-27 13:23:33    阅读次数:140
Java NIO (10) Non-blocking Server
Java NIO: Non-blocking Server Even if you understand how the Java NIO non-blocking features work (Selector, Channel, Buffer etc.), designing a non-blo ...
分类:编程语言   时间:2017-03-21 15:21:17    阅读次数:258
cs231n-2
In practice, people prefer to avoid cross-validation in favor of having a single validation split, since cross-validation can be computationally expen ...
分类:其他好文   时间:2017-03-11 20:35:06    阅读次数:273
UVa 12105 Bigger is Better (DP)
题意:用不超过 n 根火柴,组成一个尽可能大的数。 析:很明显的一个DP题,首先不难想到这个dp[i][j] 表示前 i 根火柴,所能拼出的取模 m 为 j 的数,状态转移方程也很好写, dp[i][j] ==> dp[i+c[k]][(j*10+k)%m] 其中 k 为在后面添加的数,c 数组是用 ...
分类:其他好文   时间:2017-02-23 23:58:33    阅读次数:366
亚马逊拟斥资15亿美元建航空货运中心 - Amazon to spend $1.49 bln on air cargo hub, fans talk of bigger ambitions - ReutersFebruary 1, 2017
2月1日消息,亚马逊本周二宣布将在肯塔基州开建其第一个航空货运中心,以应对高速增长的航空货运需求。亚马逊预计,该项目将带来2000个工作岗位。 据悉,该项计划总投入约为15亿美元,亚马逊或可从当地政府获得4000万美元的税收激励。但亚马逊方面尚未透露项目的相关文件审批进度。值得一提的是,全世界最大的 ...
分类:其他好文   时间:2017-02-01 16:34:52    阅读次数:266
Inversion of Control Containers and the Dependency Injection pattern--Martin Fowler
原文地址:https://martinfowler.com/articles/injection.html n the Java community there's been a rush of lightweight containers that help to assemble compone ...
分类:其他好文   时间:2017-01-17 10:53:12    阅读次数:203
python基础语言以及if/while语句结构
接下来学会了变量:用简单的变量来代替复杂的字符串 变量首字母不能是数字或者特殊符号~!@#¥等。 字符集的发展: ASCII 255个 1个占1bytes >1980年 GB2312 支持7千多汉子 >1995年,GBK10,支持2W多汉子 >2000年,GB18030支持27000多汉子, Uni ...
分类:编程语言   时间:2017-01-13 22:16:05    阅读次数:194
13 Free GIS Software Options: Map the World in Open Source
13 Free GIS Software Options: Map the World in Open Source A LIST OF FREE OPEN SOURCE MAPPING SOFTWARE 1025 SHARES FacebookTwitterSubscribe Your searc ...
分类:其他好文   时间:2017-01-12 12:25:28    阅读次数:244
231条   上一页 1 ... 10 11 12 13 14 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!