码迷,mamicode.com
首页 >  
搜索关键字:too long    ( 24701个结果
Not Too Impressed With The Runway Bags This Year
I B? These laptop bags pupils a strong, durable and resistant to exposure from day to day, for students to go to bags, such as laptop computers remain...
分类:其他好文   时间:2014-05-26 23:49:39    阅读次数:533
wcf文件上传时碰到的配置问题
1.远程服务器返回了意外相应:(413) Request Entity Too Large修改客户端配置maxReceivedMessageSize="2147483647" 并在服务端修改webconfig,加入binding节...
分类:其他好文   时间:2014-05-26 23:10:58    阅读次数:370
剑指OFFER之跳台阶(九度OJ1388)
题目描述:一只青蛙一次可以跳上1级台阶,也可以跳上2级。求该青蛙跳上一个n级的台阶总共有多少种跳法。输入:输入可能包含多个测试样例,对于每个测试案例,输入包括一个整数n(1long long stair[71];void getStair(void);int main(){ int n; ...
分类:其他好文   时间:2014-05-26 20:37:07    阅读次数:218
【NHibernate】id标签的unsaved-value属性
父表 子表 了解unsaved-value,需要知道如下知识点:1.unsaved-value默认值是null2.id的type标签属性可以标示为: 【1】基本对象类型如int,long 【2】对象类型,...
分类:系统相关   时间:2014-05-26 15:08:42    阅读次数:325
android 修改listview中adapter数据时抛出异常java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification问题
近日在做项目时遇到非必现crush,具体异常信息为:// Short Msg: java.lang.IllegalStateException// Long Msg: java.lang.IllegalStateException: The content of the adapter has ch...
分类:移动开发   时间:2014-05-26 10:08:36    阅读次数:590
SQL Server 的字段类型
数据库中存储的信息主要有:数字、时间、文字、图片、唯一标示等。针对数字有:bit,tinyint,smallint,int,long,decimal,float。长度从一个位逐个字节(8位)的增加。时间:date,datetime.文字:char,varchar,nvarchar.唯一标示有:tim...
分类:数据库   时间:2014-05-26 09:12:53    阅读次数:218
Python基础1--变量类型
首先,在之前,我不是一个 Python玩家,我只是一个使用者,需要即取,现在,我要认真学习和记录,正确称为一个Python的玩家。 说明,这明显不是教程,是我自己理解并记录的笔记而已。 Python有五个标准的数据类型: Numbers(数字)String(字符串)List(列表)Tuple(元组)Dictionary(字典) 数字有四种数值类型:int,long ,float...
分类:编程语言   时间:2014-05-24 23:07:59    阅读次数:387
各种String类型的时间转long型,long转String
唉! 有用的拿去吧。 直接可以用。 1 package com.tai.use; 2 3 import java.text.SimpleDateFormat; 4 5 public class DataUtil 6 { 7 /** 8 * 时间格式转换,将字...
分类:其他好文   时间:2014-05-24 12:47:52    阅读次数:439
long类型的时间转为n秒前n分钟前n小时前或者日期
1 package com.tai.use; 2 3 import java.text.DateFormat; 4 import java.text.SimpleDateFormat; 5 import java.util.Calendar; 6 import java.util.Date; 7.....
分类:其他好文   时间:2014-05-24 11:51:15    阅读次数:302
MongoDB连接数与连接优化
默认每个连接数占用10M内存ulimit -a 查看stack sizeMongoDB服务器内存要满足 connection overhead + data size + index size即连接数开销+热点数据+索引连接数太多的问题:如果在日志中遇到类似如下的错误信息:"too many ope...
分类:数据库   时间:2014-05-24 11:18:25    阅读次数:378
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!