1、在环境变量中添加D:\xampp\php // 如果前面已经有其他环境变量了,那么要用分号;跟前面的隔开2、ctrl+R , cmd , pear install PHP_UML3、如果提示Warning: channel "pear.php.net" has updated its prot....
分类:
Web程序 时间:
2014-12-30 13:16:09
阅读次数:
186
Warning:Not annotated parameter overrides @NonNull parameter本文地址:http://blog.csdn.net/caroline_wendyWarning:The @NonNull annotation can be used to indicate that a given parameter can not be null."@Non...
分类:
移动开发 时间:
2014-12-29 23:07:09
阅读次数:
523
资源xml文件适配不同的版本本文地址:http://blog.csdn.net/caroline_wendyAdapt layout to Android platform or API level:把布局文件适配不同的API级别,避免警告;通过为不同的API等级,建立不同的文件夹(layout-v4),进行适配,可以去掉Warning.具体:If what you're trying to do...
分类:
移动开发 时间:
2014-12-29 23:06:20
阅读次数:
337
本文不定期修改完善,为保证内容正确,建议移步原文处阅读。
积累,从点滴做起。俗话说得好,“千里之堤,溃于蚁穴”……...
分类:
其他好文 时间:
2014-12-29 13:48:23
阅读次数:
811
Uwsgistart uswgiuwsgi --harakiri 360000 --body-read-warning=10000 --max-fd=65536 -b 1000000 --http-buffer-size=65536 --post-buffering 8192 --post-buff...
分类:
编程语言 时间:
2014-12-29 13:31:44
阅读次数:
250
0. UNREFERENCED_PARAMETER(X)避免编译器关于未引用参数的警告。#pragma warning( push )#pragma warning( disable : 4100 )void DoSomething(...){}#pragma warning( pop )1.App...
分类:
其他好文 时间:
2014-12-28 14:11:03
阅读次数:
185
备份, 原文:http://rocry.com/2012/12/17/xcode-tips/让代码中的TODO和FIXME变成Warning选中某个Target > Build Phase > Add Build Phase > Add Run Script然后输入1234KEYWORDS="TOD...
分类:
其他好文 时间:
2014-12-26 14:30:38
阅读次数:
116
Git在执行 git push 时看到如下消息: warning: push.default is unset; its implicit value is changing in Git 2.0 from 'matching' to 'simple'. To squelch this messag...
分类:
其他好文 时间:
2014-12-24 16:07:50
阅读次数:
195
在开发的时候,有时候会遇到
1.ios attempt to present whose view is not in the window hierarchy
2.Warning: Attempt to present on whose view is not in the window hierarchy!
等等这样类似的提示,只要里面提示有 window hierarchy...
ld: warning: embedded dylibs/frameworks only run on iOS 8 or later
ld: embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/XXX.framework/XXX) for architecture armv7
clang: error...
分类:
移动开发 时间:
2014-12-23 12:24:35
阅读次数:
226