首先这个问题有两种可能: 1.就是没有配置环境变量,
这个只需要将android安装:例如C:\Program File\android-sdk-windows\tools加入到
系统变量Path中,需要注意的是Path中会配置的有其他的路径,需要在android的路径前加;然后将上面的路径粘贴上去...
分类:
数据库 时间:
2014-05-08 13:07:56
阅读次数:
397
Fatal error: Maximum execution time of 30
seconds exceeded inC:\Program Files\Apache Software
Foundation\Apache2.2\htdocs\code\curl\work\work3.phpon l...
分类:
其他好文 时间:
2014-05-07 16:53:31
阅读次数:
338
开始学习模板元编程了
#include
#include
#include
#include
#include "boost/assign/list_of.hpp"
#include "boost/type_traits/is_const.hpp"
#include "boost/type_traits/is_reference.hpp"
#include "boost/type_tr...
分类:
其他好文 时间:
2014-05-07 16:32:27
阅读次数:
358
http://www.cnblogs.com/zengen/archive/2010/12/07/1874031.htmlWindows下安装:1.将上图中Memcached
1.2.5.zip解压缩到 D:\program files\memcached目录下(此目录自行定义)。2.Ctrl+R,...
分类:
数据库 时间:
2014-05-07 14:47:21
阅读次数:
472
1.登录PL/SQL Developer这里省略Oracle数据库和PL/SQL
Developer的安装步骤,注意在安装PL/SQL Developer软件时,不要安装在Program Files (x86)目录下,不然无法启动PL/SQL
Developer。奇怪这里为什么选择不到数据库的TNS...
分类:
数据库 时间:
2014-05-07 14:03:54
阅读次数:
467
DescriptionYou are to write a program that has
to decide whether a given line segment intersects a given rectangle.An
example:line: start point: (4,9)...
分类:
其他好文 时间:
2014-05-07 13:55:45
阅读次数:
387
运行Rational Rose的时候如果出现这样的错误,先检查环境变量有没有common的地址,如果没有直接配上就OK;配置如下:D:\Program Files\Rational\Common;
我的win7直接使用大写的Common路径没有出现下面资料说的问题;如果有的可以按照下面资料再次修改下;
下面资料来自于网络:
安装完以后提示找不到 suite objects.d...
分类:
其他好文 时间:
2014-05-07 12:19:33
阅读次数:
364
程序与进程:
程序(program)是一个普通文件,是机器代码指令和数据的集合,这些指令和数据存储在磁盘上的一个可执行映像中。所谓可执行映像就是一个可执行文件的内容。使用6个exec函数中的一个由内核将程序读入内存,并使其执行。
进程(process)是一个动态的实体,它具有生命周期,系统中进程.....
分类:
其他好文 时间:
2014-05-07 02:33:54
阅读次数:
352
编写程序的时候,经常需要用的项目根目录。自己总结如下1、取得控制台应用程序的根目录方法
方法1、Environment.CurrentDirectory 取得或设置当前工作目录的完整限定路径(eg:“C:\Program Files
(x86)\Microsoft Visual Studio 9.0...
分类:
其他好文 时间:
2014-05-07 01:05:21
阅读次数:
327
一、添加“SharePoint 2013 切换用户”标签 相比SharePoint
2010,SharePoint2013版本去掉了切换用户登陆的功能(如下图),其实这个可以通过改welcome.ascx控件来显示出来;
修改文件的位置,如下图: 文件位置C:\Program Files\...
分类:
其他好文 时间:
2014-05-07 00:26:13
阅读次数:
292