DependenciesFirst of all you need a version of
Qt for Windows. If you are an Open Source developer then you can download the
Open Source Edition of Qt...
/* * Copyright (C) 2011 The Rexsee Open Source
Project * * Licensed under the Rexsee License, Version 1.0 (the "License"); *
you may not use this file...
分类:
移动开发 时间:
2014-06-08 07:38:06
阅读次数:
363
1、到官网下载poco-1.4.6p4-all.tar.gz,地址为http://pocoproject.org/download/index.html2、同时下载说明文档3、根据说明文档执行安装3.1
make --version,查看make编译器版本3.2 tar -xvf poco-X.Y....
分类:
编程语言 时间:
2014-06-08 07:14:54
阅读次数:
288
JDK1.7能用,cmd下输入java,javac,java
-version,javaw配置和环境都没问题的话,有可能是工作空间的问题,就是一般在D盘下的workspace..那个文件夹,删除了,再打开eclipse。换了工作空间之后,有的项目重新导入有时会出现“Jar
mismatch! Fix...
分类:
移动开发 时间:
2014-06-08 00:40:17
阅读次数:
352
/*
* Copyright 2002-2008 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y...
分类:
其他好文 时间:
2014-06-07 14:55:47
阅读次数:
249
这篇文章可能比较适合那些在经常在Mac下进行Java编程开发,或者经常使用Java工具的朋友。不关心Java或者不了解Java的朋友可以绕过本文哈~1.
Mac下当你在【终端】输入java -version时,是执行的哪里的java呢,which java命令可以看到,就是【/usr/bin/jav...
分类:
编程语言 时间:
2014-06-06 14:46:16
阅读次数:
242
系统里之前先安装里jdk6的,后台又装里7,安装完成后,java -version 版本是7,
导致我eclipse打不开,一开始的做法是,把7的版本给删除掉。删除的方法也很简单,在命令行中到
/Library/Java/JavaVirtualMachines 这个目录下,删除对应的jdk就可以了。...
分类:
其他好文 时间:
2014-06-06 14:18:14
阅读次数:
210
Cookie Version in
J2EE原文章:http://villadora.me/2014/05/06/cookie-version/在处理Cookie的时候发现不能处理servlet
request中不能获取cookie中的带”:”字符的值.Cookie[] cookies = requ...
分类:
其他好文 时间:
2014-06-06 10:36:15
阅读次数:
174
##1.
查看android当前版本号在build/core/version_defaults.mk文件中查看PLATFORM_VERSION即可; grep
PLATFORM_VERSION build/core/version_defaults.mk##2. 查看android分支版本号 ...
分类:
移动开发 时间:
2014-06-05 19:49:14
阅读次数:
292
原文如下:Visual Studio "14" CTPToday, we are making
available afirst community technology previewof the next version of Visual
Studio, codenamed Visual St...
分类:
其他好文 时间:
2014-06-05 18:11:37
阅读次数:
351