码迷,mamicode.com
首页 >  
搜索关键字:动态代理 java proxy    ( 303922个结果
简明Python教程命令行地址簿的Python与Java实现
最近读完了简明Python教程(A Byte of Python),在此书的最后作者建议读者实现一个命令行Python程序:“在这个程序中,你可以添加、修改、删除和搜索你的联系人(朋友、家人和同事等等)以及它们的信息(诸如电子邮件地址和/或电话号码)。这些详细信息应该被保存下来以便以后提取。”现在特...
分类:编程语言   时间:2014-04-30 21:20:59    阅读次数:657
A Book Store Application Using AngularJS and Asp.Net Web Api
There are many examples out there demonstrating how AngularJS and Web API can be used together but almost all of them are in MVC, so I tried to implem...
分类:移动开发   时间:2014-04-30 21:19:35    阅读次数:625
LeetCode3:Longest Substring Without Repeating Characters
题目: Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letter...
分类:其他好文   时间:2014-04-30 21:15:32    阅读次数:511
Install Oracle Java JDK/JRE 7u55 on Fedora 20/19, CentOS/RHEL 6.5/5.10
This is guide, howto Install Sun/Oracle Java JDK and JRE 7 update 55 (7u55) on Fedora 20/19/18/17/16/15/14/13/12, CentOS 6.5/6.4/6.3/6.2/6.1/6/5.10, R...
分类:数据库   时间:2014-04-30 21:11:29    阅读次数:887
RHEL服务
NetworkManager, NetworkManagerDispatcher自动在多种网络连接中进行转换,如果你的电脑有Wireless WiFi 和 Ethernet,开着它吧,Fedora能自动为你选择最好的可用连接。像我这样只用一个网络连接设置的,还是关掉吧。anacron, atd, c...
分类:其他好文   时间:2014-04-30 21:03:20    阅读次数:589
tomcat中文乱码问题
在JavaWeb开发中,使用tomcat,与字符编码有关的有浏览器当前使用的编码(用于请求数据的编码),如果是jsp页面且没有手动修改浏览器浏览器编码,则就是page指令的pageEncoding属性所指定的编码tomcat的server.xml中的Connector元素的URIEncoding和u...
分类:其他好文   时间:2014-04-30 21:01:54    阅读次数:507
NHibernate 支持的数据库及配置参数
理论上支持的数据库NHibernate is primarily tested on Microsoft SQL Server 2000. It is also known to work on these databases:Microsoft SQL Server 2005/2000Oracle...
分类:数据库   时间:2014-04-30 20:52:25    阅读次数:842
动态加载JS
分类:Web程序   时间:2014-04-30 20:51:05    阅读次数:462
sublime sftp
2014-04-29 13:19:09先贴出打开远程(Linux)目录所需的配置文件{ // The tab key will cycle through the settings when first created // Visit http://wbond.net/sublime_...
分类:其他好文   时间:2014-04-30 20:49:48    阅读次数:657
IE兼容模式下 SCRIPT1028: 缺少标识符、字符串或数字
例如下面一段代码 var a = { x: 1, y: 2,};alert(a.x); 如果在IE的兼容性视图(IE7文档模式)下,会报告下面的错误:SCRIPT1028: 缺少标识符、字符串或数字 旧版IE中,json最后一项是不允许有逗号的,为了更好的兼容各个浏览器,json最后的逗号最好不加!...
分类:其他好文   时间:2014-04-30 20:48:24    阅读次数:445
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!