错误Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refusedFailed to ...
分类:
移动开发 时间:
2014-07-16 22:58:26
阅读次数:
234
" /etc/vimrc (configuration file for vim only)" author: Klaus Franken " author: Werner Fink " author: Florian La Roche " version: 00/01/2...
分类:
其他好文 时间:
2014-07-11 12:09:51
阅读次数:
331
网页中向用户提供了ppt文件的下载功能,前提是只有登录的用户才能下载,所以需要禁止通过URL对文件进行下载。自己定义一个文件下载类。using System;using System.Data;using System.Configuration;using System.Web;using Sys...
分类:
其他好文 时间:
2014-07-11 10:46:50
阅读次数:
206
from:http://www.opsers.org/server/10-configuration-mysql-mysql-must-adjust-optimization.html大多数配置能在运行时使用SET GLOBAL改变。这是非常便捷的方法它能使你在出问题后快速撤销变更。但是,要永久生效...
分类:
数据库 时间:
2014-07-11 10:36:28
阅读次数:
282
1、android支持库未安装
编译不过,提示如下:
Could not find any version that matches com.android.support:appcompat-v7:+
.......
Please install the Android Support Repository from the Android SDK Manager
其实原因和解决方法已经说...
分类:
其他好文 时间:
2014-07-10 23:39:33
阅读次数:
282
这里给大家介绍一个很方便的关联源码的方法。1、打开Android SDK Manager。把你所使用的版本的API给下载下来,如下图所示。。。2、关联源码时,将源码关联到对应API的目录,如:E:\开发者工具\android可能工具包\adt-bundle-windows-x86-20130729\sdk\sources\android-18这时候,就能关联成功了。。。...
分类:
移动开发 时间:
2014-07-10 21:38:11
阅读次数:
261
有时候需要在putty这样的图形终端中打开图形化的管理工具会出现下面的错误:
[root@node2 ~]# Traceback (most recent call last):
File "/usr/share/virt-manager/virt-manager.py", line 383, in
main()
File "/usr/share/virt-manager/virt-ma...
分类:
其他好文 时间:
2014-07-10 19:40:29
阅读次数:
196
(1)Android SDK (Android SDK主安装包,包含SDK Manager、AVD Manager、工具包tools):revision 22.6.2http://dl.google.com/android/android-sdk_r22.6.2-windows.ziphttp://...
分类:
移动开发 时间:
2014-07-10 17:07:20
阅读次数:
235
当Oracle 数据库安装完毕后,系统会自动创建sys和system这两个帐户。1、sys :缺省密码为CHANGE_ON_INSTALL ,且被授予DBA角色system :缺省密码为MANAGER,且被授予DBA角色2、sys :这个帐户相当于SQL server中的sa帐户,或者说Xp系统中的...
分类:
数据库 时间:
2014-07-10 16:40:22
阅读次数:
254
主要分为四步1.安装java环境2.在Eclipse下安装Pydev1)启动 Eclipse,利用 Eclipse Update Manager 安装 PyDev。在 Eclipse 菜单栏中找到 Help栏,选择 Help > Software Updates > Find and Install...
分类:
编程语言 时间:
2014-07-10 16:30:28
阅读次数:
271