自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(18)
  • 资源 (2)
  • 收藏
  • 关注

原创 vue3.0 引入svg-icon组件

从vue2.0的svg-icons升级到 vue3新特性写法

2022-01-21 15:23:14 710

原创 【无标题】Unable to convert type java.lang.Character of 8 to type of java.lang.CharSequence

服务器内部错误org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.IllegalArgumentException: Unable to convert type java.lang.Character of 8 to type of java

2022-01-12 11:03:38 1315

原创 2021-10-15

spring boot@Value的引入包为: import org.springframework.beans.factory.annotation.Value;其它引入包都是报错的import org.slf4j.Logger;import org.slf4j.LoggerFactory;import org.springframework.context.annotation.Bean;import org.springframework.context.annotati.

2021-10-15 14:06:06 126

原创 Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource could

2021-07-03 15:26:02.718 INFO 3920 --- [ main] c.r.m.HcspManagementApplication : Starting HcspManagementApplication using Java 1.8.0_241 on DESKTOP-M3T90UM with PID 3920 (D:\Riash\hcsp-cloud\hcsp-management\hcsp-management-admin\target\c...

2021-07-03 15:47:51 205

原创 cron表达式

*/20 * * * * ? 每20 秒钟执行一任务

2021-06-22 13:56:18 231

原创 扩展IoHandlerAdapter中为什么触发messageReceived事件原因

解码器 */public class LoraDecoder extends CumulativeProtocolDecoder { private final Charset charset; public LoraDecoder(Charset charset) { this.charset = charset; } @Override protected boolean doDecode(IoSession ioSession, I.

2021-05-20 13:16:33 557

原创 Method DELETE is not allowed by Access-Control-Allow-Methods in preflight response

问题:Access to XMLHttpRequest at 'http://192.168.8.134:8082/lorartu/27' from origin 'http://localhost' has been blocked by CORS policy: Method DELETE is not allowed by Access-Control-Allow-Methods in preflight response.解决:public class CorsFilter impl.

2021-05-11 16:20:39 2382

原创 preset Content-Type ‘null‘]-HttpMessageNotWritableException

Resolved [org.springframework.http.converter.HttpMessageNotWritableException: No converter for [class com.riash.lora.util.R] with preset Content-Type 'null']14:35:53.115 [http-nio-8082-exec-4] DEBUG org.springframework.web.servlet.DispatcherServlet - Comp

2021-04-29 17:44:48 1571 1

原创 Springmvc中ajax实现发送put请求三步骤

1. Form 标签: <form:form method="post" style="height:100px;width:1600px"> 更新<input type="hidden" name="_method" value="put"> 更新<input type="area" name="updateLoraParam" id="updateLoraParam" multiple="multiple" ...

2021-04-20 18:16:38 194

原创 2021-04-19 把对象实现转换成jason格式 返回方法

@RequestMapping(value = "/userinfo/{userId}", method = RequestMethod.GET) @ResponseBody public String GetUser(@PathVariable("userId") int userId) throws IOException { RiashUser riashUser = riashUserService.getById(userId);// ...

2021-04-19 13:23:41 185

原创 2021-04-19

java.lang.String' to required type 'com.baomidou.mybatisplus.core.MybatisConfiguration':09:14:39.409 [RMI TCP Connection(3)-127.0.0.1] WARN org.springframework.web.context.support.XmlWebApplicationContext - Exception encountered during context initializa

2021-04-19 09:20:23 168

原创 BCP 操作-格式

master..xp_cmdshell bcp "select * from DB82.dbo.Detail with(nolock)" queryout "E:\DB_BACKUP\BCP_OUT\CCDSP\PRM_DETAIL_20190723.txt" -w -q -t "|!" -S VW-DEV-2885 -U prm_client -P prm_client -b 100000 &g...

2019-07-23 17:09:31 749

原创 JQuery调用WCF

查了很多资料,就是不成功,原因未明,但换了IP,就成功了

2015-03-11 10:29:12 516

原创 jquery datatable 脚本统计功能

// Note no return - manipulate the data directly in the JSON object.        $(".tab1").on('xhr.dt', function (e, settings, json) {            $("#spnOrderCnt").text(json.iOrderCount);           

2014-10-17 14:10:41 1478

原创 Android 错误:PANIC: Could not open

Android 开发环境:adt-bundle-windows-x86_64-201407021. 需要Windows 系统环境变量中:名称:ANDROID_SDK_HOME值:D:\Program Files\adt-bundle-windows-x86_64-20140702\sdk2. 在path 系统环境变量 添加:%ANDROID_SDK_

2014-10-15 13:22:34 607

原创 附近有语法错误

SET @L_SQL2 = N'   SELECT  DeptID, DeptName, AdminUserId, AdminUserName, AssignCount, TraceCount, UserIntention1, UserIntention2, UserIntention3, UserIntention4, UserIntention5, UserIntention6, User

2014-10-11 16:09:09 1219

原创 layer.alert() 消息提示老是自动消失

$.ajax({            type: "POST",            url: "/Login/Submit",            data: requestdata,            beforeSend: function () {                //            },            success:

2014-10-11 09:48:28 6088

原创 MS Excel 2007 为什么不会出控件的属性对话框

在对VBA开发时,想实现有Excel表格中,添加一些CheckBox控件,然钱

2014-08-29 13:23:48 798

achartengine-1.1.0.jar.7z

AChartEngine是为Android应用而设计的绘图工具库。可用于绘制多种图表,目前该绘图工具库的最新最新版本的是achartengine-1.1.0.jar。ChartEngine支持的图表类型:折线图、区域图、散点图、时间图、柱状图、饼状图、气泡式图表、环形图、高低交替图等。 以上每种图表都可以包含多个序列, 可以将X轴以水平或垂直的形式显示,也支持很多自定义的特性。另外,图表可以作为View构建,也可以作为Intent构建这样可以被用于启动一个活动(Activity)。

2020-06-24

primefaces 的主题jar包

适合primefaces开发需要主题包,是在primefaces 网站的下载的,需要请下载,给1 分就行啊。

2018-06-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除