上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 82 下一页
摘要: springMVC 整合进度条 https://blog.csdn.net/javaer_lee/article/details/52514480 最终效果: 本文将使用 apache fileupload ,spring MVC jquery1.6x , bootstrap 实现一个带进度条的多文 阅读全文
posted @ 2018-07-25 17:39 wjj1013 阅读(749) 评论(0) 推荐(0) 编辑
摘要: 【开发者笔记】java 利用jna调用c#的dll https://www.cnblogs.com/wyongbo/p/jnaTest.html 一、需求阐述: 如果我们的项目利用c#开发,到了开发后期需要和java组进行合作,其中有一部分业务逻辑利用c#已经code completed,那么我们可 阅读全文
posted @ 2018-07-24 17:03 wjj1013 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 使用visual studio 2017 创建动态链接库(DLL),供VB6.0使用 https://blog.csdn.net/xtnnyytn/article/details/78149555 C++在上位机软件开发中使用非常普遍,然而其又具有上手难、开发时间较长的特点,故在开发一些软件的时候, 阅读全文
posted @ 2018-07-24 14:53 wjj1013 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 1.用visual studio创建win32程序,选择dll空项目,记住要x64位的 2.java要引入jna的jar包调用 java使用JNA调用dll 1、自己搞一个dll出来。参考下面链接 http://blog.csdn.net/lqena/article/details/46357165 阅读全文
posted @ 2018-07-24 14:52 wjj1013 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Java的Executor框架和线程池实现原理, callable, Future, Runnable https://blog.csdn.net/tuke_tuke/article/details/51353925 一,Java的Executor框架 1,Executor接口 public int 阅读全文
posted @ 2018-07-23 09:46 wjj1013 阅读(174) 评论(0) 推荐(0) 编辑
摘要: CentOS 7镜像下载 新版本系统镜像下载(当前最新是CentOS 7.4版本) CentOS官网 官网地址 http://isoredirect.centos.org/centos/7.4.1708/isos/x86_64/ 进入下载页面 下载目录界面分为两个主要的资源区: Actual Cou 阅读全文
posted @ 2018-07-20 10:59 wjj1013 阅读(379) 评论(0) 推荐(0) 编辑
摘要: Java发送HTTP的get,post请求(JSON) 阅读全文
posted @ 2018-07-18 10:35 wjj1013 阅读(6217) 评论(0) 推荐(0) 编辑
摘要: SpringMVC中fastjson支持jsonp的实现 前边一篇文章主要说了下前端处理jsonp的方式,这篇主要介绍了后台接收和响应jsonp的一种方式 继承fastjson消息转换器类:com.alibaba.fastjson.support.spring.FastJsonHttpMessage 阅读全文
posted @ 2018-07-17 15:16 wjj1013 阅读(202) 评论(0) 推荐(0) 编辑
摘要: SpringMVC的@ResponseBody中文返回问号 https://blog.csdn.net/u011848397/article/details/52097745 SpringMVC的@ResponseBody返回中文乱码的原因是SpringMVC默认处理的字符集是ISO-8859-1, 阅读全文
posted @ 2018-07-16 20:29 wjj1013 阅读(449) 评论(0) 推荐(0) 编辑
摘要: shiro-filter执行流程 web中 在xml中配置 web.xml 中配置了shiroFilter代理,以后每当request请求时都会被改代理拦截,然后代理中调用真正的被代理filter执行处理(还没有弄清楚真正的代理对象怎么变成Filter) 根据该<filter>配置中的 <filte 阅读全文
posted @ 2018-07-13 16:04 wjj1013 阅读(352) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 82 下一页