码迷,mamicode.com
首页 >  
搜索关键字:support v7    ( 7602个结果
出现未知错误,错误代码:0x80070057
出现未知错误,错误代码:0x80070057当我们使用Outlook配置客户端的时候,遇到“出现未知错误,错误代码:0x80070057”的报错,这个是服务器端导致的,只需要在Exchange2010服务器端安装一个修补程序包就可以了。下面是报错的截图,次修补程序包的官方下载位置为http://support..
分类:其他好文   时间:2014-05-27 04:03:05    阅读次数:370
关于如何查看android-support-v4.jar源码
刚刚在学习ViewPager的使用,于是想要观看它的源码。上网找了很多资料大概步骤如下1: 找到libs/android-support-v4.jar,对其Build Path-add toBuild Path2:Java Build Path-Libraries android-support-v...
分类:移动开发   时间:2014-05-27 03:05:40    阅读次数:291
gdb调试多进程和多线程命令
转自:gdb调试多进程和多线程命令1. 默认设置下,在调试多进程程序时GDB只会调试主进程。但是GDB(>V7.0)支持多进程的分别以及同时调试,换句话说,GDB可以同时调试多个程序。只需要设置follow-fork-mode(默认值:parent)和detach-on-fork(默认值:on)即可...
分类:数据库   时间:2014-05-23 23:01:03    阅读次数:470
【LeetCode】LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:其他好文   时间:2014-05-23 09:59:05    阅读次数:257
Type Unknown error: java.lang.NullPointerException
Android 项目开发的时候 出现: Description Resource Path Location Type       Unknown error: java.lang.NullPointerException 出现的原因: 是因为,我在导入外部项目的时候,没有添加依赖包(appcompat-V7;appcompat_v7_3)。 解决方案: 将 这两...
分类:编程语言   时间:2014-05-22 13:23:28    阅读次数:327
IntelliSense 无法重载仅按返回类型区分的函数
IntelliSense:无法重载仅按返回类型区分的函数       d:\programfiles (x86)\microsoft sdks\windows\v7.0a\include\winbase.h         3540在VS2010下用C语言写Windows系统服务,从另一个c#的项目中Copy过来一段代码,修改后再编译,就产生了这个错误!在网上搜索得到的答案是:“无法重载仅按返回类...
分类:其他好文   时间:2014-05-22 11:29:13    阅读次数:207
【LeetCode】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 value (will always be positive) of the key if t...
分类:其他好文   时间:2014-05-22 07:25:32    阅读次数:254
mysql的简单使用
写这篇的主要目的是记录一点mysql的基本使用方法,当然sql查询语句本来就有不少东西,这里就不一一介绍,这个网址有详细的教程(http://www.sdau.edu.cn/support/mysq_doc/manual_Tutorial.html)1、登陆mysql -h 主机名 -u 用户名 -...
分类:数据库   时间:2014-05-21 22:10:25    阅读次数:375
hdu 1114 Piggy-Bank -- 完全背包
Piggy-Bank Problem Description Before ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this action comes from Irreversibly Bound M...
分类:其他好文   时间:2014-05-21 10:17:35    阅读次数:289
Hyper-V中 远程桌面无法捕获鼠标信号
当我们在Hyper-v中遇到鼠标不能正常使用,点击鼠标没反应的时候,在网络连接中也找不到网卡。点击鼠标时,虚拟机下方提示,“远程桌面无法捕获鼠标信号”,这是由于驱动问题导致的。我们在虚拟机中插入集成服务安装盘,如下图,手动运行光盘里的support->x86->setup重启..
分类:其他好文   时间:2014-05-20 23:15:32    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!