使用MJRefresh上拉加载,下拉刷新时,导入包后,编译出现:Too many arguments to function call ,expected 0,have3
网上解决解决办法:
Build Setting--> Apple LLVM 6.0 - Preprocessing--> Enable Strict Checking of objc_msgSend Calls 将YES ...
分类:
其他好文 时间:
2015-03-02 13:13:59
阅读次数:
129
遇到的问题:解决办法:1.电脑左下角开始--搜索”php.exe“,记录下路径,如我的是C:\xampp\php\2.点击phpstorm里的configured PHP Interpreter(见下图)3.点击下图里的红框4.在下图红框输入步骤1里的php的文件夹路径确认即可。PS:本人是新手在自...
分类:
Web程序 时间:
2015-03-02 10:59:29
阅读次数:
352
由于git的index文件出错。 需要删除.git/index文件, 然后运行git reset,重新生成index文件。 git reset还可以删除已经commit,但未push上去的信息。
分类:
其他好文 时间:
2015-02-28 11:39:36
阅读次数:
104
django.core.exceptions.ImproperlyConfigured: Requested setting CACHES, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configur...
分类:
系统相关 时间:
2015-02-22 23:06:53
阅读次数:
1485
近期把项目移植到cocos2d-x 3.0,在整Android编译环境的时候,出现一大堆的编译出错,都是类似“error: expected ';' at end of member declaration”之类的,看了一些编译错误,都是cocos2d-x库里面的代码出错。 经过分析,怀疑...
分类:
其他好文 时间:
2015-02-21 09:40:10
阅读次数:
294
在安装zabbix外部发送邮件mailx出现:openssl.c:226:警告:赋值丢弃了指针目标类型的限定openssl.c:在函数‘ssl_check_host’中:openssl.c:311:错误:‘STACK’未声明(在此函数内第一次使用)openssl.c:311:错误:(即使在一个函数内多次出现,每个未声明的标识符在其openssl.c:3..
分类:
其他好文 时间:
2015-02-17 23:47:12
阅读次数:
395
问题1:“NHibernate.TypeMismatchException”类型的异常在 NHibernate.dll 中发生,但未在用户代码中进行处理其他信息: Provided id of the wrong type. Expected: System.Int64, got System.In...
分类:
Web程序 时间:
2015-02-13 18:00:58
阅读次数:
346
背景:
今日在某集市执行一hivesql,sql没有问题,在数据仓库里执行没有问题。
但是在某集市执行后,一直提示UDFArgumentTypeException No argument is expected,很蛋疼。
其中,这个sql涉及到到row_number()、regexp_replace等函数。
分析:
经sql分段排查,是由于使用到row_number()函数才报错...
分类:
其他好文 时间:
2015-02-12 16:16:38
阅读次数:
337
jsp页面中使用取静态字段的值,报HTTP Status 500 - Unable to compile class for JSP:Syntax error on token “=”, @ expected错误。
详细错误信息如下:
在网上搜索了很久也没找到解决方法,后来发现是因为“<% =”百分号...
分类:
Web程序 时间:
2015-02-12 14:03:26
阅读次数:
153
1.Missing a Javadoc comment:缺少JavaDoc注释
2.First sentence should end with a period:你的注释的第一行文字结束应该加上一个"."
3.Expected @throws tag for 'Exception':在注释中希望有@throws的说明,在方法前得注释中添加这样一行:* @throws Exception if...
分类:
移动开发 时间:
2015-02-12 09:16:19
阅读次数:
204