今天使用FreeMarker生成数据时一直报错,错误信息是“The following has evaluated to null or missing:”,告知我找不到值. 但是我再三确认,这些属性的值都是正常的,也就是说某些原因造成FreeMarker无法读取到这些值.困扰了我将近两个小时后,经过各种尝试后,终于被我发现了原因: FreeMarker读取数据的时候不支持属性名首字母大写(但是支持变量名全大写的属性)!将变量名全部改为小写后,数据就正常生成了. 因为我也只是个初学者(事实上我昨…
今天在java交流群里有个人问我如何用freemarker生成xml模板文件,可以手动配置参数,于是我到网上百度了一下.发现有一位同行的博文写的很nice,于是我就照着他的代码敲了一遍,最后实现了,本想贴出他的uri的,但是找不到了.网上这样的例子很多,大家可以自己到网上看看,我的建议是一个问题多看几个解决方案,这样才能找到正确的或者是最优解. 其实要实现的功能就是简单的将红框中的内容简单替换 下面是java代码: package createxml; import java.io.Buffer…
问题现象: 使用Cosbench 0.4.2.c4 版本测试Ceph RGW read test失败,遇到异常如下: FreeMarker template error: The following has evaluated to null or missing: ==> info.errorStatistics.stackTraceAndMessage[trace] [in template "mission.ftl" at line 238, column 48] Tip:…
FreeMarker template error:The following has evaluated to null or missing:==> blogger.md [in template "admin/about.ftl" at line 44, column 84] 报错信息: admin/about.ftl文件中44行中为null,或者丢失信息,44行代码:<textarea style="display: none;">${bl…
使用freemarker前端分页,报错: FreeMarker template error: The following has evaluated to null or missing 后端直接赋值: List<Student> stu=new ArrayList<Student>(); Student s1=null; for(int i=1;i<46;i++){ s1=new Student(); s1.setAge(i+10); s1.setId(i+"1…
项目框架:spring+springmvc+mybatis 问题描述:前端ajax用post方式提交json数据给后端时,网络报错 415 前端异常信息:Failed to load resource: the server responded with a status of 415 (Unsupported Media Type) 后端异常信息:无 报错原因:缺少jackson包 类似问题注意点:   springmvc添加配置.注解: pom.xml添加jackson包引用: Ajax请求…
转载自:http://blog.csdn.net/lilinoscar/article/details/21027319 简单的介绍一下生成XML文件以及解析,因为有些数据不一定放到数据库,减少链接数据库 用xml还是比较好些.如果遇到问题也就是解析时报错,对于解析,可以选择用ie浏览器进行验证 是否符合xml格式,不能显示说明不正确,用记事本打开看也没有发现啥情况,复制出来到别的xml 文件里,运行可能正确,那就说明生成的xml编码有问题.还有就是节点有什么空格啥的. Load和LoadXml…
参考博客:http://blog.csdn.net/lanchengxiaoxiao/article/details/40982771 1.在cmd窗口通过sqlplus连接数据库 C:\Users\Administrator>sqlplus sys/@192.168.0.54/oanet as sysdba 2.找出打开数据库的时候报错的地方 SQL> select open_mode from v$database; 3.试着打开数据库 SQL> alter database ope…
问题:页面上的数据已渲染出来,但是控制台还是报错变量未undefined,主要是当页面加载完成后,数据并未加载完,所以会报次错误. 解决办法:在数据渲染的主节点(最外层的div)添加 v-if=“data” 判断,data为真的时候再进行渲染即可.…
问题描述:.Net Core WebApi中用Newtonsoft.Json 把datatable转成json字符串,如:JsonConvert.SerializeObject(table,Formatting.Indented); 然后把转化好的JSON字符串new JsonResult ()作为返回值.这样android调用获得的数据用fastjson解析错误. 解决办法:把WebApi中的返回类型JsonResult改成了string,最终在android端调用后解析就能成功. 在andr…
同事导出数据,结果遇到如下报错: expdp user1/XXXXXXXX directory=szdata1 dumpfile=szhzinfo_20180319.dmp logfile=szhzinfo_20180319.log exclude=STATISTICS,INDEX tables=TKINFO QUERY=\"WHERE  voteproccesstime between 20180304000000 and 20180304235959 \" Processing o…
问题1. IDEA 中Kafa_Producer程序数据输出缓慢 但不报错 问题2. Kafa_Consumer程序报错: 17/11/10 11:31:11 ERROR ReceiverTracker: Deregistered receiver for stream 0: Error starting receiver 0 - org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper se…
前几天刚刚搭建好了Github博客,打算用作记录Go语言学习笔记.由于在此前我没有使用过markdown语法写过博客,所以跟着文档了解了格式就想试试, 发表第一篇博客.markdown编辑器我用的是Typroa,个人感觉简约美观.但是缺少了色彩的干巴巴的文字对代码的描述看久了就会产生视觉疲劳,尽管 背景色可以根据语法风格来调整. 我浏览了一下Typroa官方文档,发现里面提供的表情挺多的,像这些:表情很多. 因为github上在commit时根据特定的内容去添加对应表情,每个表情也有对应的意义.…
今天也不知道是该吐槽Java2word还是我的eclipse,总之就是使用Java2Word生成文档的时候文档生成没问题,但是生成的Word文档打不开还报错,存在非法字符xml,好扎心.终于找到了解决办法: 如图:将你的项目改成utf-8即可.不报错了.…
错误: Caused by: java.sql.SQLException: ERROR (INT10): Unable to find cached index metadata 解决办法: 在hbase RegionServer的hbase-site.xml添加如下配置 <property> <name>phoenix.coprocessor.maxServerCacheTimeToLiveMs</name> <value></value> &…
近日在用HttpClient访问抓取汇率时,为了省力,直接采用 String url = "http://api.liqwei.com/currency/?exchange=usd|cny&count=1"; HttpClient client = new DefaultHttpClient(); HttpGet httpget = new HttpGet(url); HttpResponse response = client.execute(httpget); 以前用这种方…
错误提示: #1291 – Column 'nature' has duplicated value '婆婆妈妈' in SET SQL 查询: -- -- 导出表中的数据 `dede_member_operation` -- -- -------------------------------------------------------- -- -- 表的结构 `dede_member_person` -- CREATE TABLE `dede_member_person` ( MySQL…
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using VanCloud.HPCCloud.UserManager; using VanCloud.HPCCloud.ReportManager; using System.IO; using System.Drawi…
I was having a problem with a grid toolbar template because of a # in a hrefWorked out that I needed to excape the # with \\\ and not \\ <script type="text/x-kendo-template" id="toolbarTemplate">     <div class='toolbar'>  …
<?xml version="1.0" encoding="UTF-8"?> <faceted-project> <fixed facet="wst.jsdt.web"/> <fixed facet="jst.web"/> <fixed facet="java"/> <installed facet="jst.web" v…
两次都是因为磁盘不够,这次得以解决: =>下面是可能会用到的命令行: 1.查看磁盘占用大小: df -hl 发现:   从上面看出来,根目录 / 下的东西沾满了  /dev/sda1  但是 /home 磁盘空间很大,所以我们把 / 下面能挪动的东西都挪到 /home目录下,或者删掉.   2.查看剩余内存 free -h   3.查看某一个目录占用磁盘大小 du -sh 文件名   最后,我们把root下能挪动的都 mv 到 home下.   4.在运行 df -hl 和 free -h的时候…
protected void Page_Load(object sender, EventArgs e) { string[] A; if (B== 0) { A = new string[] {1,2,3,4,5 }; } funD(A); } 这样会在funD(A);报错,使用了未赋值的局部变量“A" 要这样 protected void Page_Load(object sender, EventArgs e){ string[] A = null; if (B== 0)  { A = n…
体会这一个例子,检查是否是一个类:P187…
环境描述:macOS .vscode .netcore3.0 迁移工具:Microsoft.EntityFrameworkCore.Tools 遇到的问题: Could not execute because the specified command or file was not found. 解决办法: 因为dotnet正常(dotnet --version),猜测出现问题的部分应该是在EF,使用命令更新EF工具. dotnet tool update ---preview7.19362.…
由于公司项目是普通的web工程,没有用上maven,所以笔者在jdk1.8版本下运行项目报了这样的错误 [ERROR]: 2020-03-09 09:38:50 [org.springframework.web.context.ContextLoader] Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate co…
需求说明:spring session中的用户session更新是更新key的名字,所以对于key的操作时需要用newkey 替换oldkey value值只允许存在一个,这里用到rename就很合适,单机是没问题的,但是redis的集群模式下,由于采用了虚拟槽进行数据存储,所以修改时会报错 RedisCluster的rename机制失败报错:(error) CROSSSLOT Keys in request don't hash to the same slot 百度查询之后,需要用到hash…
从库上记录删除失败,Error_code: 1032 问题描述:在master上删除一条记录,而slave上找不到,导致报错 Last_SQL_Error: Could not execute Delete_rows event on table hcy.t1; Can't find record in 't1', Error_code: 1032; handler error HA_ERR_KEY_NOT_FOUND; the event's master log mysql-bin.0000…
错误信息: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FreeMarkerConfigurer' defined in class path resource [spring-mvc.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: fr…
1.待创建的表信息 from django.db import models # Create your models here. class Book(models.Model): name=models.CharField(max_length=20) price=models.IntegerField() pub_date=models.DateField() publish=models.ForeignKey("Publish") def __str__(self): retu…
导SQL数据库结构+数据时,如果数据是批量插入的话会报错:2006 - MySQL server has gone away. 解决办法:找到你的mysql目录下的my.ini配置文件,加入以下代码 max_allowed_packet=500M wait_timeout=288000 interactive_timeout = 288000 自己看情况更改数值,最后记得重启你的mysql服务 这样的话就能很好的解决MySQL server has gone away问题了.max_allowe…