摘要:
问题出现在ios->Runner->Runner->AppDeleGate cannot find 'generatedpluginregistrant' in scope 解决方法: pod cache clean --all pod deintegrate pod setup pod insta 阅读全文
摘要:
抓取工具地址:https://gitee.com/yagerya/Administrative divisions of China $ yarn yarn可以用过node.js全局安装 npm install g yarn $ npm run fetch 抓取完之后 $ npm test 获取相关 阅读全文
摘要:
一般的update user set num = new_num where id = ('需更新的记录') ,这种一条条更新多条数据时会很慢,而采用下面的sql语句可以快速实现一条语句多条更新; UPDATE user SET name = CASE id WHEN 1 THEN new_num 阅读全文