码迷,mamicode.com
首页 >  
搜索关键字:does not support inn    ( 9201个结果
Python 模块day13
模块让你能够有逻辑地组织你的Python代码段。把相关的代码分配到一个模块里能让你的代码更好用,更易懂。模块也是Python对象,具有随机的名字属性用来绑定或引用。简单地说,模块就是一个保存了Python代码的文件。模块能定义函数,类和变量。模块里也能包含可执行的代码。例子..
分类:编程语言   时间:2014-08-12 03:35:13    阅读次数:219
怎么关联android-support-v4源码
问题:使用viewpager或者fragmentActivity等一些v4包下的类,当我们按F3时无法查看到源码,这个时候就需要我们关联该源码,该源码的关联与android源码的关联不一样。 解决办法: 1、首先在工程的libs目录下创建一...
分类:移动开发   时间:2014-08-12 00:54:13    阅读次数:202
解决Win7下VC++6.0与Office不兼容的问题
在Windows7下安装Visual C++ 6.0后,如果同时安装了Microsoft Office就会出现打开文件的时候出现异常,而导致VC6崩溃。微软已经为我们解决了问题,开发出一个插件(FileTool.dll)来帮我们解决这个问题。http://support.microsoft.com/...
分类:编程语言   时间:2014-08-12 00:20:13    阅读次数:336
Windows下Eclipse + MinGW + Glade + GTK+环境搭建
本文主要介绍Windows下GTK+开发环境的搭建,通过在Eclipse中安装插件Pkg-config support for Eclipse CDT使开发灵活简便;第一步:安装MinGW,安装Glade(不做赘述);第二步:下载gtk+-bundle_3.6.4-20130921_win32.zi...
分类:Windows程序   时间:2014-08-11 20:52:53    阅读次数:300
springmvc配置
web.xml文件 opensessioninview org.springframework.orm.hibernate4.support.OpenSessionInViewFilter opensessioninview /* ...
分类:编程语言   时间:2014-08-11 17:29:32    阅读次数:343
python学习--string
1\string are immutable, which means you can't change an existing string.>>>greeting = 'Hello world!'>>>greeting[0] = 'J'TypeError: object does not sup...
分类:编程语言   时间:2014-08-11 17:06:42    阅读次数:256
sql server 2008 r2 报错
无法启动服务,要求检查数据库和windows日志查看发现报错The SQL Server failed to initialize VIA support library [QLVipl.dll]. This normally indicates the VIA support library do...
分类:数据库   时间:2014-08-11 11:54:02    阅读次数:222
LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key) - Get the ...
分类:其他好文   时间:2014-08-11 10:01:01    阅读次数:193
Windows下安装并设置Redis
作者: 铁锚日期: 2014年8月10日Redis对于Linux是官方支持的,安装和使用没有什么好说的,普通使用按照官方指导,5分钟以内就能搞定。详情请参考:http://redis.io/download 但有时候又想在windows下折腾下Redis,可以从redis下载页面看到如下提示:Win64 Unofficial The Redis project does not directly...
分类:Windows程序   时间:2014-08-11 00:27:41    阅读次数:301
Android Widget 小部件(四---完结) 使用ListView、GridView、StackView、ViewFlipper展示Widget
A RemoteViews object (and, consequently, an App Widget) can support the following layout classes: FrameLayoutLinearLayoutRelativeLayout And the following widget classes: AnalogClockButtonChro...
分类:移动开发   时间:2014-08-11 00:24:11    阅读次数:494
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!