摘要:
在java下也有不少脚本引擎,像什么什么的——都没记住,不过最后还是选择了执行javascript脚本的引擎rhino,原因很简单,javascript脚本我会用,且据说rhino执行效率还行。不知道是不是不会玩perl或者python此类脚本的就是菜鸟,如果是的话,那我就是菜到不能再菜的鸟了。 言归正传,先给出rhino的下载地址:http://www.mozilla.org/rhino... 阅读全文
摘要:
public static void main(String[] args) { // TODO Auto-generated method stub String aa = String.format("where name=%s and thename like '%%%s%%' and aa=%s", "yohen","10","aa"); ... 阅读全文