最新发布第245页
ASP.NET URL中包含中文参数造成乱码的解决方法
问题: 在系统中做了一个类似于友情链接的功能块,一直运行良好,直到有一天加了类似于以下的链接地址:http://www.****.com/user.aspx?id=水天,就出现大问题了: 1、从IE地址栏中直接输入...
Asp.Net 程序错误Runtime Error原因与解决
Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from bei...
Visual Studio 2017新版发布,功能更强大!
visual studio 2019正式版安装简单教程
Live Write 的代码高亮插件 Paste Code
Windows下Visual Studio 2017安装配置方法图文教程
Spring AOP手动实现简单动态代理的代码
什么是AOP? 比如你要给每个方法前都加一个before()方法,目标类的每一个方法叫joinpoint(切入点),每个切入点都会用到通知,把通知和切入点连起来,点成线,线成面,这就是切面,也就是AOP,...
JAVA annotation入门基础
一. 最常见的annotation •@Override:用在方法之上,用来告诉别人这一个方法是改写父类的 •@Deprecated:建议别人不要使用旧的API的时候用的,编译的时候会用产生警告信息,可以设定在程序里的所...
java调用Oracle存储过程的方法实例
1.测试添加数据的procedure public void testProcedure() { Connection con = getConnction(); // **1.测试添加数据的procedure String procedure = '{call users_insert_proc(?,?,?,?) }'; Cal...
java URL乱码的解决办法
平常我们都是encode 一次,然后直接接受参数 String para = request.getParameter(paramName); 这是因为容器自动能帮我们解码 (DECODE) 一般来说, encode 的时候,使用的 UTF-8(系统的 编码) 那么...























