最新发布 第256页

Code Bye技术改变世界,梦想驱动人生!

J2EE

Could not open Hibernate Session for transaction; neste

Could not open Hibernate Session for transaction; neste
网站爆这个错误,, 本地测试不会有这个错误 http://dwz.minnanseo.com:8080/ 刷新下就 可以正常访问。 不懂为什么 。 对数据库一些设置不太清楚 求 高手。 HTTP Status 500 – type Exception report message description The server encounter……继续阅读 »

9年前 (2016-09-10) 1790浏览 0个赞

J2EE

Spring AOP源码看过的来下?CountingBeforeAdvice类找不到啊

Spring AOP源码看过的来下?CountingBeforeAdvice类找不到啊
刚刚开始看《Spring技术内幕》的AOP源码,上来就讲Advice,然后它说的实现类,本人根本就找不到啊,什么CountingBeforAdvice,MethodCounter?从本人的jar包看接口关系也根本找不到它说的实现类。求告知,莫非打开的方式不对? 呐,书上说CountingBeforeAdvice是MethodBeforeAdvice的一个实……继续阅读 »

9年前 (2016-09-10) 2098浏览 0个赞

J2EE

spring mvc json

spring mvc json
在浏览器使用ajax 传递json 格式的参数,spring mvc 中怎么可以获取到这个json 中的某一个或多个值 ? 如 下代码 :    $.ajax({ url : "xxxxxxx", data : {"ct":"2133123","cjt":"1212","signmsg":"12122434fdasf"}, // type ……继续阅读 »

9年前 (2016-09-10) 1500浏览 0个赞

.Net技术

.NET使用Cefsharp开发winform项目入门示例

.NET使用Cefsharp开发winform项目入门示例
最近需要用.NET开发winform项目,搜索了下html做界面方面的资料,希望替代原生webbrowser控件,结果发现CefSharp这个开源控件项目。cefsharp目前中文资料不多,下面记录CEFSharp使用的一些过程。 首先是写个Demo,直接使用VS创建项目,并且用nuget获取cefsharp。demo代码很简单: private vo……继续阅读 »

9年前 (2016-09-10) 6060浏览 0评论 1个赞