码迷,mamicode.com
首页 >  
搜索关键字:make: command not fo    ( 1841个结果
选择的文件是解决方案文件,但是用此应用程序的较新版本创建的,无法打开
解决办法:记事本或写字板打开解决方案文件,把版本更改为你现在的版本就可以了,如下,我将Format Version 12.00改为11.00,就能运行该方案了将其改成你现在用的vs版本就可以打开了——vs2010改为:Microsoft Visual Studio Solution File, Fo...
分类:其他好文   时间:2014-07-31 09:34:15    阅读次数:271
四皇后问题
递归#include #include #include #define NUM 4int total = 0;void print_board(int *board){ printf("\n"); for (int i = 0; i < NUM; i++) { fo...
分类:其他好文   时间:2014-07-30 20:20:54    阅读次数:188
让WordPress不同的分类目录的文章调用不同的模板
近日,因为网站建设的需要,在没有使用自定义文章类型的情况下,使用不同的分类目录里的文章调用不同的模板,作为注册wordpress大学的见面礼。首先在function.php里,添加如下代码://获取并输入某个分类的子分类functionpost_is_in_descendant_category($cats,$_post=null){fo..
分类:其他好文   时间:2014-07-29 16:04:39    阅读次数:189
hdu 1532 poj 1273 Drainage Ditches (最大流)
Drainage Ditches Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 55276   Accepted: 21122 Description Every time it rains on Farmer John's fields, a pond fo...
分类:其他好文   时间:2014-07-29 14:34:22    阅读次数:185
Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for "abcabcbb" is "abc", which the length is 3. Fo...
分类:其他好文   时间:2014-07-29 14:28:48    阅读次数:218
Windows 2008下 rman backup scirpts(备份脚本)--已经在生产环境下通过验证
Windows 2008下 rman backup scirpts(备份脚本)--已经在生产环境下通过验证...
分类:Windows程序   时间:2014-07-29 13:22:17    阅读次数:362
[LeetCode] Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2014-07-27 10:25:42    阅读次数:179
[leetcode]Permutation Sequence
Permutation SequenceThe set[1,2,3,…,n]contains a total ofn! unique permutations.By listing and labeling all of the permutations in order,We get the fo...
分类:其他好文   时间:2014-07-23 22:11:47    阅读次数:327
eclipse提交项目到github
1.在https://github.com ? new repository 2.在eclipse中new project ?比如:Test项目 3.右击"Test"->Team->share project... ?->select a repository type:Git 勾选 ?Use or create repository in parent fo...
分类:系统相关   时间:2014-07-23 17:39:31    阅读次数:306
POJ 3090 Visible Lattice Points 欧拉函数
#include #include using namespace std;//点(x,y)可见当且仅当x,y互质,那么我仅仅只要知道int euler(int x){// 就是公式 int i, res=x,tmp; tmp= (int)sqrt(x * 1.0) + 1; fo...
分类:其他好文   时间:2014-07-23 16:26:41    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!