Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Magento 数据库中执行查询,问题是 Python API 没有写入我的数据库。似乎从未执行过查询。
我想查询是正确生成的,它们在 mysql cli 中工作。也许我没有正确使用 API,这里是代码:
http://pastebin.com/5pUJc7ve
我想你忘记了提交。
添加
connessione.commit() connessione.close()
尝试使用 PHP 正则表达式来匹配可能是函数的单词,而不是双引号。同时忽略可能是函数的双引号中的任何内容。下面已经匹配“你好(世界)”。并将 'hello(world)' 放在一个数组中,然后将 'hello' 放在另一个数组中。但是,我想要一个不添加它的条件,如上所述。
preg_match_all('#(\w*)\s*\(.*?\)