Android禁止在剪贴板中书写

问题描述

我想问一下是否可以在不使用During handling of the above exception,another exception occurred: Traceback (most recent call last): File ".\save_counts.py",line 24,in <module> results['Label'] = pd.Series(results['Filename'].str.split("\\").str[0]) File "K:\...\lib\site-packages\pandas\core\frame.py ",line 2800,in __getitem__ indexer = self.columns.get_loc(key) File "K:\...\site-packages\pandas\core\indexes\ base.py",line 2648,in get_loc return self._engine.get_loc(self._maybe_cast_indexer(key)) File "pandas\_libs\index.pyx",line 111,in pandas._libs.index.IndexEngine.get _loc File "pandas\_libs\index.pyx",line 138,in pandas._libs.index.IndexEngine.get _loc File "pandas\_libs\hashtable_class_helper.pxi",line 1619,in pandas._libs.has htable.PyObjectHashTable.get_item File "pandas\_libs\hashtable_class_helper.pxi",line 1627,in pandas._libs.has htable.PyObjectHashTable.get_item KeyError: 'Filename' 的情况下使用权限或某些配置来阻止在android中写入剪贴板文件。当我知道所有文本自动保存在剪贴板文件中并且我拥有敏感数据时,我感到困惑。如果有办法防止在剪贴板中书写,我会被粘住。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)