http://kb.mozillazine.org/Plugin-container_and_out-of-process_plugins Disabling crash protection go to about:config and set all dom.ipc.plugins.enabled.* preferences to false. This will prevent the "plugin-container" process from running
方法1: ps auxww|grep 方法2: Ctrl+C 方法3: celery multi 管理 celery multi start w1 -A proj -l info celery multi restart w1 -A proj -l info # 异步关闭 立即返回 celery multi stop w1 -A proj -l info # 等待关闭操作完成 celery multi stopwait w1 -A proj -l info
经常项目上有导入excel的需求,其实导入一个固定格式的excel数据非常容易,但是,发现一个问题就是,导入excel后,用户在打开excel时,必须要打开2次才能打开excel,这让人很不爽:开始查找原因:excel的进程关闭不了,资源不能释放,于是就想尽办法释放com对象excel实例: public Excel.Application app; //Excel对象 public Excel.Workbooks wbs; //工作簿集 public Excel.Workb