在 mac 中编译 php-src.git 报错: configure: WARNING: This bison version is not supported , excluded: ). configure: error: bison is required to build PHP/Zend when building a GIT checkout! 使用下面的方式未果: env LDFLAGS='-L/usr/local/opt/bison27/lib' ./configure --d…
今天在部署WebLogic项目时,报了java.lang.ClassCastException: weblogic.xml.jaxp.RegistrySAXParserFactory cannot be cast to javax.xml.parsers.SAXParserFactory异常. 查询报错原因后,发现该异常是由Jar包冲突导致的. 大多数开发人员在本地使用Tomcat开发,而Tomcat中并没有此Jar包,需要添加JAR包xml-apis.jar:然鹅WebLogic却自带该Jar…
Handwritten Parsers & Lexers in Go (原文地址 https://blog.gopheracademy.com/advent-2014/parsers-lexers/) In these days of web apps and REST APIs it seems that writing parsers is a dying art. You may think parsers are a complex undertaking only reserved…