1. 警告:directory not found for option “xxxxxxxx” 文件路径未找到
选择工程, 编译的 (targets)选择 Build Settings 菜单查找 Library Search Paths 和 Framework Search Paths, 删掉编译报warning的路径即OK
详细步骤图文参考
2. missing required a...
分类:
微信 时间:
2015-04-22 13:53:42
阅读次数:
471
解决VS2010中winsock.h与winsock2.h冲突(重复定义)——转载当这两个头文件顺序颠倒时,编译会出现许多莫名其妙的错误,错误如下:1>…\include\ws2def.h(91) : warning C4005: 'AF_IPX' : macro redefinition1>…\i...
以下是我的程序(取自好headfirst Java): 1 import javax.sound.midi.*; 2 3 public class MiniMiniMusicApp { 4 public static void main(String[] args) { 5 ...
分类:
编程语言 时间:
2015-04-21 20:33:37
阅读次数:
265
Linux系统内存机制:在linux中有这么一种思想,内存不用白不用,因此它尽可能的cache和buffer一些数据,以方便下次使用。但实际上这些内存也是可以立刻拿来使用的。所以空闲内存=free+buffers+cached#!/bin/bash
USAGE="`basename$0`[-w|--warning]<percentfree>[-c|--cri..
分类:
移动开发 时间:
2015-04-21 14:52:17
阅读次数:
158
Linux系统内存机制:在linux中有这么一种思想,内存不用白不用,因此它尽可能的cache和buffer一些数据,以方便下次使用。但实际上这些内存也是可以立刻拿来使用的。所以空闲内存=free+buffers+cached#!/bin/bash
USAGE="`basename$0`[-w|--warning]<percentfree>[-c|--cri..
分类:
移动开发 时间:
2015-04-21 13:12:06
阅读次数:
129
#import<UIKit/UIKit.h>@interfaceLTView:UIView#warning创建需要的属性@property(nonatomic,retain)UILabel*mLabel;@property(nonatomic,retain)UITextField*mTextField;@end#import"LTView.h"@implementationLTView#warning第一步,重写初始化方法-(instancetype)initW..
分类:
其他好文 时间:
2015-04-21 11:28:04
阅读次数:
135
PyQt5中为我们提供了很多默认信息框QMessageBox,注意为方便使用需要导入模块。
QMessageBox对话框包含类型只是图标不同其他无太大差别:
QMessageBox.information 信息框
QMessageBox.question 问答框
QMessageBox.warning 警告
QMessageBox.ctitical危险
QMessageBox.about 关于...
分类:
其他好文 时间:
2015-04-20 18:37:31
阅读次数:
152
As I Began to Love Myself: Charlie Chaplin on his 70thbirthdayAs I began to love myself I found thatanguishand emotional suffering are only warning si...
分类:
其他好文 时间:
2015-04-20 14:50:44
阅读次数:
158
[ 111.322967] wlcore: ERROR ELP wakeup timeout![ 111.327636] ------------[ cut here ]------------[ 111.332672] WARNING: at /home/snq/rowboat-android.....
分类:
其他好文 时间:
2015-04-20 12:50:00
阅读次数:
275
vi check_open_file.c (仅限linux系统使用)
#include
#include
#include
#define OK 0
#define WARNING 1
#define CRITICAL 2
#define UNKNOWN 3
#define LEN 1000
#define FILE_NR "/proc/sys/...
分类:
移动开发 时间:
2015-04-20 00:38:28
阅读次数:
204