Python 常用语句
每个文件头切记加上: #coding:utf-8 访问当前脚本上层目录: import sys,os os.path.join( os.path.dirname(__file__),’. Continue reading Python 常用语句
WordPress数据库错误: [Got error 28 from storage engine]SHOW FULL COLUMNS FROM `wp_options`
WordPress数据库错误: [Got error 28 from storage engine]SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (101) ORDER BY t.name ASC
每个文件头切记加上: #coding:utf-8 访问当前脚本上层目录: import sys,os os.path.join( os.path.dirname(__file__),’. Continue reading Python 常用语句