入口函数load_module load_config ast_channel_register console_tech ast_cli_register_multiple console_tech需要提供一系列的毁掉函数,比如 static struct ast_channel_tech co....
分类:
其他好文 时间:
2015-01-21 01:15:27
阅读次数:
248
项目之前在 Tomcat 环境下一直都正常运行,今天应客户要求需要迁移到 webLogic 10.3.6 下, 部署后竟然抛出了 org.hibernate.QueryException: ClassNotFoundException: org.hibernate.hql.ast.HqlToken 异常,经过一番搜索后弄明白了问题的产生原因及解决方法。
问题原因
Hibernate3...
分类:
Web程序 时间:
2015-01-20 12:09:47
阅读次数:
186
Exception in thread "main" org.hibernate.hql.ast.QuerySyntaxException: User is not mapped [from User user where user.name=?0 and user.pass=?1]
at org.hibernate.hql.ast.util.SessionFactoryHelper.requi...
分类:
移动开发 时间:
2015-01-19 23:34:39
阅读次数:
298
这是我们使用不同版本的Xcode造成的问题,当我们使用Xcode6打开项目之后再用Xcode5打开就会报错fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Develope...
分类:
其他好文 时间:
2015-01-19 12:16:00
阅读次数:
163
http://wiki.e1550.mobi/doku.php?id=installationhttps://wiki.asterisk.org/wiki/display/AST/Mobile+Channel+Requirements/usr/sbin/asterisk -vvvgcCLI>modu...
分类:
其他好文 时间:
2015-01-14 00:37:56
阅读次数:
392
简单来讲,lombok就是在编译时对抽象语法树(AST)进行了修改来实现它的功能。要了解lombok是怎么做的,那我们需要先了解下Java语言的编译器是怎么工作的。...
分类:
其他好文 时间:
2015-01-12 09:26:03
阅读次数:
217
使用hibernate时出现以下错误:org.hibernate.hql.ast.QuerySyntaxException: LogTaskEvents
is not mapped
原因1:hibernate的配置文件 *.hbm.xml文件没有添加的applicationContent.xml(或者相应的)文件中;
原因2:实体类LogTaskEvents 跟其相应的hib...
分类:
Web程序 时间:
2015-01-07 11:06:02
阅读次数:
180
对同一个sql语句,使用3种解析器解析出ast语法树(这是编译原理上的说法,在sql解析式可能就是解析器自定义的statement类型),执行1100万次的时间对比。...
分类:
数据库 时间:
2014-12-23 21:14:03
阅读次数:
754
错误完整表述:Filter execution threw an exception] with root cause java.lang.NoSuchMethodError: antlr.collections.AST.getLine()I在谷哥,度娘上问了,他们给出居多无比的文章,并且答案很一致...
分类:
其他好文 时间:
2014-12-13 12:01:58
阅读次数:
167
错误如下:org.hibernate.hql.ast.QuerySyntaxException: Content is not mapped [select new Content (t.id,t.name,t.values,t.systemType,t.type,t.sortnumber) fro...
分类:
移动开发 时间:
2014-12-11 20:37:46
阅读次数:
163