码迷,mamicode.com
首页 >  
搜索关键字:back project    ( 30360个结果
Android错误笔记
----------------Your project contains error(s),please fix them before running your application解决Yourprojectcontainserror(s),please fix them before run...
分类:移动开发   时间:2014-07-29 11:42:46    阅读次数:286
VC++下编译 程序“减肥”
在vc6 和 vs 2008下 编译 以下代码,不更改任何编译设置(vc6 40k , s2008 7k)。一、vc6下,Release 模式 编译处理。1、去掉不必要的 链接库 工程(Project)-->设置(Settings)-->链接(link)属性页-->对象库/模块(object/lib...
分类:编程语言   时间:2014-07-29 10:41:36    阅读次数:361
Windows Setup progject : 修改默认安装路径
建立Windows Setup project 之后,程序安装的时候会默认选择系统路径- 具体格式为:[ProgramFilesFolder][Manufacturer]\[ProductName], 一般情况下,默认路径为C:\Program Files(x86)\Manufacurer\Prod...
分类:Windows程序   时间:2014-07-28 23:40:45    阅读次数:546
linxu文件共享服务器samba
linux文件共享安装samba软件包mount/dec/cdrom/mntrpm-ivh/mnt/Packages/samba-3.6.9-151.el6.i686.rpm配置相关文件cd/etc/sambagrep-v“#”smb.conf|grep-v“^$”>smb.conf.back去除注释和空白行cpsmb.conf.backsmb.conf覆盖原配置文件(1)匿名共享vi/etc/samba/smb.confsec..
分类:其他好文   时间:2014-07-28 16:53:34    阅读次数:282
HDU - 1789 Doing Homework again
Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline of handing in the homework. If Ignatius hands in the ho...
分类:其他好文   时间:2014-07-28 16:04:23    阅读次数:262
Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 Web modules
早上经理给我考了个项目,让我部署,遇到了这个问题 解决办法:由于 我的是JDK 6  TOMCAT 6 而他的是JDK 7 TOMCAT 7 ,我不想换JDK,                    于是修改配置文件就OK了 找到项目目录下的.settings 文件夹里面的org.eclipse.wst.common.project.facet.core.xml 修改如下:...
分类:编程语言   时间:2014-07-28 16:00:33    阅读次数:249
HDU1158:Employment Planning(DP)
Problem Description A project manager wants to determine the number of the workers needed in every month. He does know the minimal number of the workers needed in each month. When he hires or fires...
分类:其他好文   时间:2014-07-28 15:44:23    阅读次数:284
关于神经网络算法的 Python例程
# Back-Propagation Neural Networks# # Written in Python. See http://www.python.org/# Placed in the public domain.# Neil Schemenauer import mathimport ...
分类:编程语言   时间:2014-07-28 15:05:53    阅读次数:344
如何用Maven创建web项目(具体步骤)
原文地址:http://blog.csdn.net/chuyuqing/article/details/28879477使用eclipse插件创建一个web project首先创建一个Maven的Project如下图我们勾选上Create a simple project (不使用骨架)这里的Pac...
分类:Web程序   时间:2014-07-28 14:53:23    阅读次数:247
java线程例子登山
Through its implementation, this project will familiarize you with the creation and execution of threads, and with the use of the Thread class methods...
分类:编程语言   时间:2014-07-28 14:44:03    阅读次数:467
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!