如题,报错截图如下:根据以上警告信息我们可以清晰看出,是字段DEFAULT_FLAG出错了!于是我们找到对应的字段,结果一看,导出文件中DS表结构中该字段为DECIMAL(18,2),但是导出文件中为VARCHAR(1),这就尴尬了!于是修改字段类型后,轻松导入!注明:此类错误在DS运行时候,DS运... ...
分类:
其他好文 时间:
2017-08-10 19:42:09
阅读次数:
251
Windows by default are vulnerable to several vulnerabilities that could allow an attacker to execute malicious code in order to abuse a system. From t ...
原文链接:http://www.linuxidc.com/Linux/2014-05/102327.htm ******************************************************************************* checking for BZi ...
分类:
Web程序 时间:
2017-08-09 10:13:48
阅读次数:
219
觉得有必要把解决问题的过程写下来 1,因为要安装flask,所以安装pip,所以安装setuptools,所以安装zlib。(具体过程http://www.cnblogs.com/aiyr/p/7260838.html 这个链接中有安装zlib,zlib-devel,耐心找找) 2,之后通过 #rp ...
分类:
编程语言 时间:
2017-08-06 20:50:24
阅读次数:
245
今天早上 上班发现钥匙串中的全部证书 都 提示此证书签发者无效 Thanks for bringing this to the attention of the community and apologies for the issues you’ve been having. This issue ...
分类:
移动开发 时间:
2017-08-05 09:51:57
阅读次数:
257
症状: Missing artifact org.springframework:spring-core:jar:5.0.0.RC3 原因: 在引入之前没有设置spring版本号 和spring url地址 解决方案: ...
分类:
编程语言 时间:
2017-08-03 09:54:47
阅读次数:
396
Missing letters 从传递进来的字母序列中找到缺失的字母并返回它。 如果所有字母都在序列中,返回 undefined。 String.charCodeAt() String.fromCharCode() 思路: (1)直接将字符串转化为数字按顺序放入数组arr中; (2)如果没有缺失的字 ...
分类:
编程语言 时间:
2017-08-02 23:21:27
阅读次数:
492
244.http请求的url含有中字符时。须要Uri编码。Uri.encoder() 245.使用androidstudio时,不知道什么原因svn不见了 Android Studio missing Subversion plugin Please make sure that the “Subv ...
分类:
移动开发 时间:
2017-08-01 20:48:16
阅读次数:
1209
已经存在Makefile.am,如何生成Makefile? 步骤: [plain] view plain copy [root@localhost hello]# autoscan .///在当前文件夹中搜索 [root@localhost hello]# cp configure.scan con ...
分类:
其他好文 时间:
2017-08-01 16:36:22
阅读次数:
250
schema.xml这个配置文件的根本目的是为了通过配置告诉Solr怎样建立索引。 solr的数据结构例如以下: document:一个文档、一条记录 field:域、属性 solr通过搜索某个或某些field,返回若干个符合条件的document。或者按搜索的score排序返回。 假设跟数据库对照 ...
分类:
其他好文 时间:
2017-07-30 19:07:29
阅读次数:
131