会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wyhong
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
下一页
2019年10月16日
Janusgraph org.apache.tinkerpop.gremlin.driver.exception.ResponseException: Error during serialization: Could not execute operation due to backend exception
摘要: 项目里使用的图数据Cassandra+Elasticsearch+JanusGraph,代码没动过,忽然有的查询报错org.apache.tinkerpop.gremlin.driver.exception.ResponseException: Error during serialization:
阅读全文
posted @ 2019-10-16 15:31 YH_W
阅读(1208)
评论(0)
推荐(0)
2019年4月18日
Idea gradle
摘要: clean时Could not find method annotationProcessor() for arguments,问题一直指向
阅读全文
posted @ 2019-04-18 18:58 YH_W
阅读(425)
评论(0)
推荐(0)
2019年4月9日
Gremlin多个条件查询
摘要: 1、使用and,如果and里只有俩条件则不能用range,需要有>=3个条件 如g.V().and(has('paper_title').has('paper_title',textContains('计算机')).has('paper_title',textContains('计算机')).has
阅读全文
posted @ 2019-04-09 14:53 YH_W
阅读(1991)
评论(0)
推荐(0)
2019年3月22日
solr4.4导入数据乱码
摘要: 从mysql导入数据中文乱码,修改配置如下 <dataSource type="JdbcDataSource" driver="com.mysql.jdbc.Driver" url="jdbc:mysql://***:3306/test?useUnicode=true&characterEn
阅读全文
posted @ 2019-03-22 17:18 YH_W
阅读(352)
评论(0)
推荐(0)
2018年1月12日
Vue在jsp中使用渲染数量问题
摘要: 这两天在jsp中使用vue,发现通过ajax请求后push的数据渲染数量没有问题,但是在不用ajax请求时渲染数量不对
阅读全文
posted @ 2018-01-12 11:03 YH_W
阅读(422)
评论(0)
推荐(0)
2017年8月16日
WebStorm 开发react热部署,文件保存后页面未更新
摘要: 使用脚手架创建的react项目,理论上使用npm run dev后,如果文件发生变化,网页会自动发生更新,但在使用WebStorm开发时,发现修改文件后网页内容为自动刷新,按如下方式修改即可。 File->Settings->System Settings修改成如下
阅读全文
posted @ 2017-08-16 17:46 YH_W
阅读(1368)
评论(0)
推荐(0)
2017年7月28日
SpringBoot问题总结
摘要: 1、This application has no explicit mapping for /error, so you are seeing this as a fallback. 2、Your ApplicationContext is unlikely to start due to a @
阅读全文
posted @ 2017-07-28 09:56 YH_W
阅读(294)
评论(0)
推荐(0)
2017年7月11日
HTTP 常见错误
摘要: 1、400:由于语法格式有误,服务器无法理解此请求。不作修改,客户程序就无法重复此请求。 场景:传递的参数名字以及参数的值出现问题 2、404:找不到 3、500:服务器错误 场景:后台代码运行时出错、异常等原因导致无法运行到方法体的最后一行
阅读全文
posted @ 2017-07-11 15:48 YH_W
阅读(241)
评论(0)
推荐(0)
2017年2月24日
idea打开MyEclipse项目
摘要: 最近用IDEA打开之前MyEclipse开发的项目,发现各种问题,为了确保项目能够在IDEA中正确的跑起来首先需要检查项目的Project Structure 1、点击左侧Project配置好Project compiler output,我的配置到了tomcat\webapps下; 2、点击左侧M
阅读全文
posted @ 2017-02-24 16:59 YH_W
阅读(2537)
评论(0)
推荐(0)
2017年2月21日
java.lang.NoClassDefFoundError: com/sun/tools/javac/util/List
摘要: 今天用tomcat运行了下之前使用jetty插件运行的项目,发现报错 可以通过将java下的tool.jar复制到tomcat的lib目录下解决。
阅读全文
posted @ 2017-02-21 13:40 YH_W
阅读(1025)
评论(0)
推荐(0)
1
2
3
4
5
下一页
公告