错误重现:1> vs2010创建 C++ win32 project, Application
type: DLL.2>为了在工程中使用 CString, 在 stdafx.h 中 Include .3> 编译工程,编译结果如下:LNK1169
和 LNK2005在网上找到一篇文章很详细的解释了这种...
分类:
其他好文 时间:
2014-05-10 08:05:17
阅读次数:
970
In Django parlance, a project is the final product,
and it assembles one or more applications together.Manage.py is a pointer back
to Django-admin.py ...
分类:
其他好文 时间:
2014-05-10 07:56:19
阅读次数:
480
在Android下,有的时候当我们把非自己创建的项目或者别人的项目导入(Import)到我们自己本地时,我们会看到项目前面有一个红色的“X”或者“1,如下图:或者而当我们运行该项目的时候,会弹出如下提示:之前我遇到过几次这个问题,很郁闷,因为都不知道哪里有所谓的error(s),..
分类:
移动开发 时间:
2014-05-10 03:55:54
阅读次数:
449
先下载最新的newlisp代码,解压后进入目录创建文件CMakeLists.txt, 内容如下:cmake_minimum_required (VERSION 2.6)
include_directories(${CMAKE_SOURCE_DIR})
project(newlisp)
set(NEWLISP_SRC newlisp newlisp.c nl-symbol.c nl-math...
分类:
其他好文 时间:
2014-05-10 03:38:36
阅读次数:
374
Problem DescriptionMr Wang wants some boys to
help him with a project. Because the project is rather complex,the more boys
come, the better it will be...
分类:
其他好文 时间:
2014-05-10 02:41:33
阅读次数:
291
由于是第一次使用qt,光是QT的安装和调试就费了好大功夫,汗一个,下面记录下过程和遇到的问题的解决方法吧。下载QT直接Google搜索“QT”,进入官网http://qt-project.org/,进行下载,我下载的是QT5.2版本,QT
Library和QT Create一起绑定下载的由于我电脑上...
分类:
其他好文 时间:
2014-05-10 01:00:35
阅读次数:
409
1.eclipse->项目->右键->Properties->Web
Project Setting->context root 设置为"/"或者""2.tomcat5.0/6.0:间加了一句3.tomcat7.0
间加了一句
分类:
其他好文 时间:
2014-05-10 00:45:36
阅读次数:
345
Delphi XE6找出 FMX.Platform.Android.pas 档案,并复制到自己的
Project 路径里,找到 GetScrollingBehaviour 函数,修改成如下:unit FMX.Platform.Android;function
TPlatformAndroid.Get...
分类:
移动开发 时间:
2014-05-09 08:55:47
阅读次数:
327
Github只允许上传最大100MB的文件,如果超过,则会被server reject则需:git filter-branch --force --index-filter "git rm --cached --ignore-unmatch Project1/Project1.1\ Sample\ Project/output.txt" --prune-empty --tag-name-filt...
分类:
其他好文 时间:
2014-05-09 06:35:41
阅读次数:
341
1.bat 启动java main函数
1.将project导出JAR,过程中注意选择main class
2.新建bat,设置环境变量
3.1启动程序,如果想在黑窗口中打印数字,可以system.out,程序运行万
@echo off
@setlocal
set JAVA_HOME=jdk1.6.0_25
set PATH=%JAVA_HOME%\bin;%JAVA_HOME%\jre...
分类:
编程语言 时间:
2014-05-09 02:23:42
阅读次数:
394