错误提示:Apple Mach-O Linker Error
红色提示:
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1
这种提示往往让我们不知道哪儿出错了,给出的提示不是很明显。
发生这种错误的原因通常是因为两个子工程中存在同名类造...
分类:
移动开发 时间:
2014-07-22 23:05:33
阅读次数:
469
如果想访问另一台mac电脑的共享文件可以采用这种方法.
1 找到对方的IP;
2 对方开放共享和共享用户设置正确,简单的隐秘方法是使用$用来隐藏共享;
3 按Command+K(Connect to Server),[或者在浏览器中]输入:smb://192.168.22.170/sharename (我分享的文件夹是sharename),如果是隐藏共享,就sharename$,在随后的登陆...
分类:
其他好文 时间:
2014-07-22 23:05:13
阅读次数:
304
1.try: command except 错误类型,记录错误信息变量: command
finally: command
try...finally的用处是无论是否发生异常都要确保资源释放代码的执行。一般来说,如果没有发生错误,执行过try语句块之后执行finally语句块,完成整个流程。...
分类:
编程语言 时间:
2014-05-01 20:27:21
阅读次数:
460
妈咪,我找到了! -- 15个实用的Linux
find命令示例http://www.oschina.net/translate/15-practical-linux-find-command-examples?p=2#comments爹地,我找到了!
-- 15个极好的Linux find命令示例...
分类:
系统相关 时间:
2014-05-01 19:41:30
阅读次数:
429
1.使用DataSource=dt方式绑定GridView并实现删除时,引发了未处理的“RowsDelete”事件:
更改CommandName="Delete" 改一个名字
,否则会引发GridView自身的Delete事件,但其实并未设置Delete事件。2.使用DataSource=dt方式绑...
分类:
其他好文 时间:
2014-05-01 18:39:19
阅读次数:
286
一、定时关闭与启动:cron stopcron
startcrontab语法说明:用户crontab文件的语法格式,每行语句为:* * * * *
command,每一行表示一个任务,可以有多行语句。第一个*字段:0~59 表示分第二个*字段:1~23 表示小时第三个*字段:1~31 表示日第四个*...
分类:
系统相关 时间:
2014-05-01 08:10:25
阅读次数:
711
单例模式(Singleton)
工厂模式(Factory)
桥接模式(Bridge)
组合模式(Composite)
门面模式(Facade)
适配器模式(Adapter)
装饰者模式(Decorator)
享元模式(Flyweight)
代理模式(Proxy)
观察者模式(Observer)
命令模式(Command)
1.单例模式(Singleton):
Singl...
分类:
编程语言 时间:
2014-04-29 13:34:20
阅读次数:
344
Usage: docker [OPTIONS] COMMAND [arg...]
-H=[unix:///var/run/docker.sock]: tcp://host:port to bind/connect to or unix://path/to/socket to use
A self-sufficient runtime for linux containers.
Co...
分类:
其他好文 时间:
2014-04-28 10:17:41
阅读次数:
359
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!
解决方法:
setenforce 0...
分类:
移动开发 时间:
2014-04-27 21:18:05
阅读次数:
450