今天偶然遇到一个错误,就是保存文本的时候带有了emoji表情,报错了 java.sql.SQLException: Incorrect string value: '\xF0\x9F\x98\x8A\xF0\x9F...' for column 'content' at row 1 ; uncategorized SQLException for SQL []; SQL state [HY000]; error code [1366]; Incorrect string value: '\xF0…
今天用python写入文本, file_object2 = open('result.txt', 'w') file_object2.write(bookid_list) file_object2.close( ) 报错 TypeError: expected a string or other character buffer object 原因: 是写入文件要求写入内容是str,直接转换成str即可,如下: file_object2 = open('result.txt', 'w') fil…
IIS6(Win2003) 使用.net framework 4.0 后,默认文档失效解决方案. 用.net framework 4.0 开发的WEB项目,但放到iis6 中无法使用默认文档,状况如下:地址栏输入:http://xxx.xxx.xxx.xxx/    提示找不到文件输入全称:http://xxx.xxx.xxx.xxx/default.aspx 正常显示. 本人解决方案如下. 1. 先新建一个文本文件,然后把以下文本COPY到这个文件中,保存为 1.reg ,然后直接导入.Win…
当我们把文件从windows系统中编辑的文件拷贝到linux系统中,如果我们执行文件会保存如下的错: shell脚本报错:-bash: xxx: /bin/bash^M: bad interpreter: No such file or directory 1.在命令模式中使用set ff命令查看文件格式 :set ff 可以看到文件的格式为dos: fileformat=dos 2.通过命令行修改文件格式 :set ff=unix 执行完命令后再次通过set ff命令查看文件格式,可以看到文件…
windows server2012 R2安装python3.x版本报错0x80240017 环境: windows server 2012 R2系统 问题: 安装python3.5版本时候出现错误0x80240017 解决方案: 需更新3个补丁.而且耗时比较长补丁方面.KB2919442 ,KB2919355,KB3118401 这三个补丁.其中先按装KB2919442 ,在KB2919355,最后KB3118401 下载地址: 1:https://www.microsoft.com/en-u…
atitit 英文与中文与阿拉伯文的简化解决方案.docx 1. 英文与中文与阿拉伯文的简化意义1 2. 简化的主要方法分类2 2.1. 同音替代法(比如o2o)2 2.2. 符号法(比如英文i18n,汉字鸡)2 2.3. 内部掏空法(有点类似符号发2 2.4. 特征字缩写法(foto<<photo<<<photograph num代替number2 2.5. 草书法(辅音序列缩写法 比如prj代替project )2 3. 英文简化方案2 4. 中文与汉字简化方案2 5.…
DZ!NT论坛 3.6.711删除用户各种错解决方案   首先删除一个用户~ado.net报错 对象名  'dnt_spaceposts' 无效. 对象名 'dnt_spaceconfigs' 无效. 对象名 'dnt_photocomments' 无效. 对象名  'dnt_photos' 无效. 对象名  'dnt_albums' 无效. 各种错误!!!我是利用向导安装的居然还来这么一出!!!!fuck !shit! 好吧手动添加建表脚本如下: ? CREATE TABLE [dnt_spa…
>Erlang machine stopped instantly (distribution name conflict?). The service is not restarted as OnFail is set to ignore. -报错解决方案 原来是NNND... RabbitMQ安装的盘符的名字是中文字符 切记:RabbitMQ安装路径不能出现中文字符…
ilovejinglei 原文 C#中保存datagridview中的数据时报错"动态SQL生成失败.找不到关键信息" 问题描述     相关代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Th…
[Egret] web发行版本报错:XMLHttpRequest cannot load file:///C:/Users/PX/Documents/EgretProjects/Xt1/resource/default.res.json 不能加载图片等资源,原因是IIS服务器没有开启asp和.json类型: 解决方法:http://bbs.egret.com/thread-1772-1-1.html http://blog.eroad.info/iis-suport-json/…