码迷,mamicode.com
首页 >  
搜索关键字:make: command not fo    ( 1841个结果
C#配置升级
void ConvertProject() { List convertors = new List(); Assembly archiverAssembly = this.GetType().Assembly; fo...
分类:Windows程序   时间:2015-12-25 17:11:29    阅读次数:171
[New learn]讲解Objective-c的block知识-实践
1.简介在之前的文章[New learn]讲解Objective-c的block知识中介绍了block的相关知识。本章中我们将以一个实际例子来简单介绍一下block如何代替代理。2.原有通过代理实现方式回顾在[How to] 使用Xib来创建view中我们介绍了如何通过xib来自定义table的fo...
分类:其他好文   时间:2015-12-25 15:22:53    阅读次数:167
随机组合
#coding:utf-8mylist = ['X','Y','Z']halfkuohao = '('halfkuohao2 =')'luojilist = ['&','|']for i in mylist: biaodashi = '' biaodashi += i fo...
分类:其他好文   时间:2015-12-23 22:48:27    阅读次数:177
poj 3311
挺基础挺经典的状压DP,叫TSP来着? 1 //#include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #define inc(i,l,r) for(int i=l;i=r;i--) 9 #define link(x) fo...
分类:其他好文   时间:2015-12-18 22:33:59    阅读次数:217
CSS样式命名整理(非原创)
非原创,具体出自哪里忘了,如果侵害您的利益,请联系我。CSS样式命名整理页面结构容器: container/wrap 整体宽度:wrapper 页头:header 内容:content 页面主体:main 页尾:fo...
分类:Web程序   时间:2015-12-16 17:08:46    阅读次数:160
bzoj 2157
链剖。。。这次的信息存在边上。。。调了好久啊QAQ,没有看出连锁错误,对代码的敏感程度还是太差了,老是依赖debug(论NOIP为何会死得那么惨) 1 #include 2 #define inc(i,l,r) for(int i=l;i=r;i--) 4 #define link(x) fo...
分类:其他好文   时间:2015-12-15 22:33:00    阅读次数:367
怪怪的函数strtok
////#include<stdio.h>//strtok函数的利用//intmain()//{// charp[]="192.196.23.45";// char*token=strtok(p,".");// ///*printf("%s",token);// //while(token!=NULL)// //{// // token=strtok(NULL,".");// // if(token!=NULL)// // printf("%s",token);// //}*/// fo..
分类:其他好文   时间:2015-12-14 23:24:50    阅读次数:341
[Linked List]Remove Duplicates from Sorted List
Total Accepted:90247Total Submissions:254602Difficulty:EasyGiven a sorted linked list, delete all duplicates such that each element appear onlyonce.Fo...
分类:其他好文   时间:2015-12-12 15:29:08    阅读次数:136
String与Date、Timestamp互转
一、String与Date(java.util.Date)互转 1.1 String -> Date String dateStr = "2010/05/04 12:34:23"; Date date = new Date(); //注意fo...
分类:其他好文   时间:2015-12-12 12:22:31    阅读次数:127
[leetcode]Spiral Matrix II
问题叙述性说明:Given an integer n, generate a square matrix filled with elements from 1 ton2 in spiral order.For example,Given n = 3,You should return the fo...
分类:其他好文   时间:2015-12-11 15:03:35    阅读次数:124
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!