• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
河谷心
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
1 2 下一页

2019年8月27日

CKEditor5 使用第二天 获取回传数据,图片上传
摘要: 1、当系统中存在编辑功能时,需要将数据库中数据回显到页面,因此采用了最一般的方法,通过隐藏的input标签存贮,在通过CkEditor5中的setData方法将数据赋值到富文本框中 2、实现CKEditor5的图片上传 通过CKEditor的ckfinder属性,定义自己的上传请求地址,网上说有三种 阅读全文
posted @ 2019-08-27 11:38 河谷心 阅读(2343) 评论(0) 推荐(0)
 
 

2019年8月26日

ckeditor5 使用第一天 下载并加载居中,居左,居右功能
摘要: 官方网站地址https://ckeditor.com/,下载zip包或者从git上下载, 下载完成后解压文件,将文件复制到项目中 , 引用ckeditor.js,zh-cn.js路径到项目中, 初始化ckeditor,代码如下: /** * @license Copyright (c) 2003-2 阅读全文
posted @ 2019-08-26 14:54 河谷心 阅读(1163) 评论(0) 推荐(0)
 
 

2019年8月21日

Android studio 3.4 新建项目报错Error:unable to resolve dependency for app@。。。解决办法
摘要: 试过网上很多的例子,有的设置Go to `File->Settings->Build, Execution, Deployment->Gradle->Uncheck Offline work option.` 但我的没成功,后来发现 打开C:/Users/(用户名)/.gradle/gradle.p 阅读全文
posted @ 2019-08-21 09:53 河谷心 阅读(1528) 评论(0) 推荐(0)
 
 

2019年7月29日

IDEA 运行后乱码问题解决
摘要: 页面乱码: 在edit configurations->vm options 添加 -Dfile.encoding=UTF-8 调整idea文件编码格式,全部为 UTF-8 (file -> settings -> editor -> file Encodings) 阅读全文
posted @ 2019-07-29 14:56 河谷心 阅读(3817) 评论(1) 推荐(0)
 
 

2019年5月29日

tomcat9启动后控制台输出乱码问题
摘要: 修改Tomcat9下 /conf/logging.properties 文件 找到java.util.logging.ConsoleHandler.encoding=utf-8 改成GBK 或者注释掉 阅读全文
posted @ 2019-05-29 09:50 河谷心 阅读(1074) 评论(0) 推荐(1)
 
springboot架构下运用shiro后在configuration,通过@Value获取不到值,总是为null
摘要: 通过网上查找资料,是因为shiro的bean 阅读全文
posted @ 2019-05-29 09:38 河谷心 阅读(1256) 评论(0) 推荐(0)
 
 

2019年5月7日

IDEA org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):
摘要: 引用地址:https://guozh.net/idea-org-apache-ibatis-binding-bindingexception-invalid-bound-statement-not-found/ 这位大哥写的很详细,就拿过来用了 IDEA org.apache.ibatis.bind 阅读全文
posted @ 2019-05-07 18:14 河谷心 阅读(4193) 评论(0) 推荐(0)
 
 

2019年5月6日

查找 oracle 数据库中包含某一字段的所有表的表名
摘要: select table_name from DBA_TAB_COLUMNS where COLUMN_NAME='字段名';字段名需要大写 阅读全文
posted @ 2019-05-06 11:06 河谷心 阅读(9296) 评论(0) 推荐(0)
 
 

2019年3月6日

git 提交项目代码到码云步骤 以及出现错误解决办法
摘要: git initgit remote add origin 项目地址git add .git commit -m "注释"git push origin master 出现错误 $ git push origin masterTo https://gitee.com/heguxin/XXX ! [r 阅读全文
posted @ 2019-03-06 09:38 河谷心 阅读(1219) 评论(0) 推荐(0)
 
 

2019年3月4日

jeesite3环境部署时初始化数据库注意问题
摘要: 恢复内容开始 首先要修改jeesite.properties下数据库连接方式,注意选择自己的数据库 其次在pom.xml文件中修改对应的数据库连接方式 最后运行db文件夹下的init-db.bat即可 阅读全文
posted @ 2019-03-04 15:59 河谷心 阅读(927) 评论(0) 推荐(0)
 
 
1 2 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3