码迷,mamicode.com
首页 >  
搜索关键字:bigger    ( 231个结果
数据导入报错 Got a packet bigger than‘max_allowed_packet’bytes
数据导入报错:Got a packet bigger than‘max_allowed_packet’bytes的问题2个解决方法:1.临时修改:mysql>set global max_allowed_packet=524288000;修改 #512M2.修改my.cnf,需重启mysql 在 [...
分类:其他好文   时间:2015-05-21 12:23:09    阅读次数:93
Tasker to answer incoming call by pressing power button
nowadays, the smartphone is getting bigger in size, eg. samsung galaxy note and note 2, sorta big in size, which you will have to use a leather protec...
分类:其他好文   时间:2015-05-18 00:54:48    阅读次数:186
hdu3938 Portal
Problem Description ZLGG found a magic theory that the bigger banana the bigger banana peel .This important theory can help him make a portal in our universal. Unfortunately, making a pair of porta...
分类:其他好文   时间:2015-05-13 22:06:01    阅读次数:153
高性能大并发server的基础
一、背景进入多核时代已经很久了,大数据概念也吵得沸沸扬扬,不管你喜欢不喜欢,不管你遇到没遇到,big-data或bigger-data都必须正视.处理大数据,基本都离不开分布式计算和分布式存储,这其中以hadoop最为使用广泛和经典。分布式系统,就离不开计算系统、网络系统、文件系统和数据库系统。这么多系统,之间又是如何协作的呢? 通讯过程又是如何保障高性能的呢?1.单处理器在以前的单核心cpu下,...
分类:其他好文   时间:2015-05-04 15:40:02    阅读次数:262
高性能服务端漫谈
一.背景进入多核时代已经很久了,大数据概念也吵得沸沸扬扬,不管你喜欢不喜欢,不管你遇到没遇到,big-data或bigger-data都必须正视.处理大数据,基本都离不开分布式计算和分布式存储,这其中以hadoop最为使用广泛和经典。分布式系统,就离不开计算系统、网络系统、文件系统和数据库系统。这么多系统,之间又是如何协作的呢? 通讯过程又是如何保障高性能的呢?单处理器在以前的单核心cpu下,我们...
分类:其他好文   时间:2015-05-04 08:45:16    阅读次数:234
don't forget the bigger picture
Imagine a circle that contains all of human knowledge:By the time you finish elementary school, you know a little:By the time you finish high school, ...
分类:其他好文   时间:2015-04-28 11:18:07    阅读次数:147
uva 10131 Is Bigger Smarter? dag 最长路 加路径还原
#include #include #include #include #include #include #include #include #include #include #define INF 100000000 using namespace std; struct node{ int x,y; }; node a[1005]; int n; int ma[1...
分类:其他好文   时间:2015-04-28 09:47:39    阅读次数:121
centos mysql 大量数据导入时1153 错误:1153 - Got a packet bigger than 'max_allowed_packet' bytes
参考:http://stackoverflow.com/questions/93128/mysql-error-1153-got-a-packet-bigger-than-max-allowed-packet-bytes用脚本写测试数据,在ubuntu上ok,没想到到centos报1153错误。解决...
分类:数据库   时间:2015-04-28 09:27:42    阅读次数:171
用Wireshark抓包来揭开ftp client GG和ftp server MM的勾搭内容并用C代码来简要模拟实现Windows自带的ftp client
前面, 我们玩过http, 颇有点意思, 在本文中, 我们继续来玩ftp(file transfer protocol).   http和ftp都是建立在tcp之上的应用层协议, 无论他们怎么包装, 怎么装bigger, 最终还是基于tcp端到端传输的。本文主要分为两个部分: 一. 用Wireshark抓包来揭开ftp client GG和ftp server MM的勾搭内容。二.用C代码来简要模...
分类:Windows程序   时间:2015-04-17 22:19:18    阅读次数:185
《僵尸尖叫》跑酷风格游戏制作历程(unity3d制作)
看完了unity3d教程,试着做一个作品,提高一下bigger。选了这个《僵尸尖叫》。当然模仿也不能死板硬套全部搬过来,我就做个3D版的吧,省事。首先是分析游戏主要结构,我的观点:1.地形系统;地图板块在动态更新。2.僵尸链表;每咬死一个人类,人类会加入僵尸的“队伍”,但是这个队伍是任意节点可删除的...
分类:编程语言   时间:2015-04-12 06:34:04    阅读次数:624
231条   上一页 1 ... 16 17 18 19 20 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!