摘要:
前几天在操作sql语句的时候,发觉使用%会报错 例如 google了好久才发现: The wildcard % should be part of the parameter string 大致意思是: 通配符%,应该是参数字符串的一部分,也就是说%必须作为字符串写到参数里面去,而不能在sql语句 阅读全文
摘要:
首先市面上大多数人都是用godep,原因是这个出来得比较早。 godep已经不再维护了,可以在github上看到以下声明: Godep - ArchivedPlease use dep or another tool instead.Godep will continue to be support 阅读全文