码迷,mamicode.com
首页 >  
搜索关键字:make: command not fo    ( 1841个结果
windows:远程结束进程
1、远程查询进程: tasklist [/S system [/U username [/P [password]]]] [/M [module] | /SVC | /V] [/FI filter] [/FO format] [/NH] 如:tasklist /S domain /U d...
分类:Windows程序   时间:2014-07-09 00:06:39    阅读次数:331
HTML5 Form Data 对象的使用
HTML5 Form Data 对象的使用MDN: https://developer.mozilla.org/zh-CN/docs/Web/Guide/Using_FormData_Objects XMLHttpRequest Level 2 添加了一个新的接口——FormData。利用 Fo.....
分类:Web程序   时间:2014-07-06 21:13:00    阅读次数:229
[算法]两字符串的最长子串
abractyeyt,dgdsaeactyey的最长子串为actyeyconst int maxSize = 100;char suffix[2][maxSize][maxSize];int max_sub(char* s1, int len1, char* s2, int len2){ fo...
分类:其他好文   时间:2014-07-06 18:13:00    阅读次数:150
数组-06. 找出不是两个数组共有的元素(20)
1 #include 2 using namespace std; 3 int main(){ 4 int i,j,k=0,l,a[20],b[20],c[40],m,n; 5 cin>>m; 6 for(i=0;i>a[i]; 8 cin>>n; 9 fo...
分类:其他好文   时间:2014-07-05 20:19:27    阅读次数:164
数组-09. 求矩阵的局部极大值(15)
1 #include 2 using namespace std; 3 int main(){ 4 int i,j,m,n,a[21][21]; 5 bool flag=true; 6 cin>>m>>n; 7 for(i=0;i>a[i][j];10 fo...
分类:其他好文   时间:2014-07-05 17:54:27    阅读次数:139
leetcode 题解:Remove Duplicates from Sorted Array(已排序数组去重)
题目:Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space fo...
分类:其他好文   时间:2014-07-03 20:58:08    阅读次数:248
Leetcode Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-07-02 22:34:44    阅读次数:318
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 for "abcabcbb" is "abc", which the length is 3. Fo...
分类:其他好文   时间:2014-07-02 16:35:32    阅读次数:213
postfix报错信息汇总
postfix_编译时make:***[xsasl_cyrus_server.o]Error1make:***[update] //如果编译出错,检查出错情况,一般是有包忘了装,要不是参数路径错误; 【注释】: xsasl_cyrus_server.c:598:error:‘SASL_OK‘undeclared(firstuseinthisfunction) xsasl_cyrus_server.c:600:warning:fo..
分类:其他好文   时间:2014-07-02 06:24:31    阅读次数:1272
创建android画笔程序的例子(有镜面效果)
关键是在检测到手指移动的时候用mPath.quadTo的方法,android sdk解释是: Add a quadratic bezier from the last point, approaching control point (x1,y1), and ending at (x2,y2). If no moveTo() call has been made fo...
分类:移动开发   时间:2014-07-01 08:07:39    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!