码迷,mamicode.com
首页 >  
搜索关键字:requests get    ( 78991个结果
[Android学习系列15]下拉刷新列表实现动态加载
使用google官方的SwipeRefreshLayout参考:http://blog.csdn.net/easyer2012/article/details/22857807http://stormzhang.github.io/android/2014/03/29/android-swipere...
分类:移动开发   时间:2014-04-30 21:33:22    阅读次数:634
未在本地计算机上注册“microsoft.ACE.oledb.12.0”提供程序的解决方法
在win7 操作系统中SQL2008导入excel2007 出现:未在本地计算机上注册“microsoft.ACE.oledb.12.0”提供程序的解决方法:出现这个原因是office 2007没有安装64位的数据驱动,下载:http://download.microsoft.com/downloa...
分类:数据库   时间:2014-04-30 20:53:51    阅读次数:464
log4j日志等级
1.logger.debug("Debug ...")或logger.info("Info ...")或logger.warn("Warn ...")或logger.error("Error ...") 都只输出对应的信息,即logger.debug只输出debug的信息,info只输出info的信...
分类:其他好文   时间:2014-04-30 20:41:18    阅读次数:704
利用反射将任意元素类型 的 List 转为 DataTable
List to DataTable. 利用反射,将任意元素类型 的 List 转为 DataTable.Using System.Collections;Using System.Reflection; public static DataTable ToDataTable(IList...
分类:其他好文   时间:2014-04-30 20:06:11    阅读次数:422
python文件操作
1.文件的基本操作1.1文件的打开或创建文件的打开或创建可以使用内置函数file(别名open)。函数声明如下:file(name[,mode[,buffering]])->fileobject或open(name[,mode[,buffering]])->fileobject其中,name表示被打...
分类:编程语言   时间:2014-04-30 19:48:22    阅读次数:517
C# XmlSerializer序列化浅析
C# 中使用 XmlSerializer 实现类和xml文件的序列化和反序列化,使用起来非常简单。C# XmlSerializer实现序列化:XmlSerializerxml=newXmlSerializer(typeof(ClassName)); FileStreamfs=newFileStrea...
分类:其他好文   时间:2014-04-30 19:00:57    阅读次数:427
Ubuntu 12.04下安装ibus中文输入法
这是最完整的安装方法:ibu是一个框架,可以支持多种输入法,像是pinyin,五笔等。1,安装ibus框架终端输入以下命令:sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt42,启用Ibus框架终端输入以下命令:im-...
分类:其他好文   时间:2014-04-30 18:54:04    阅读次数:431
something about basic usage of vector,queue
1.for a two dimension vector, we must assign at least the first dimension of the vector2.each dimension of an inner vector can be different3.if you do...
分类:其他好文   时间:2014-04-30 18:47:20    阅读次数:549
Conceptual blockbusting--chap4 Cultural and Environmental blocks
Cultural blocks1) TaboosPing-pong ball exerciseTaboos can remove entire families of solutions from the ready grasp of the problem-solver. This is not ...
分类:其他好文   时间:2014-04-30 18:17:21    阅读次数:462
图文教程:在Mac上搭建Titanium的iOS开发环境
http://mobile.51cto.com/web-317170_all.htm跨平台开发工具Titanium的兴起之路:HTML 5是最大威胁比较Titanium和PhoneGap两大iOS移动应用开发框架跨平台移动Web开发工具 Titanium Mobile简介图文教程:在Windows ...
分类:移动开发   时间:2014-04-30 18:14:39    阅读次数:585
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!