WSDLWSDL(网络服务描述语言,Web Services Description
Language)是一门基于 XML 的语言,用于描述 Web Services 以及如何对它们进行访问。这种文档可描述某个 Web
service。它可规定服务的位置,以及此服务提供的操作(或方法)。一个 WSD...
分类:
Web程序 时间:
2014-07-22 23:17:12
阅读次数:
469
摘自《Asp.Net 本质论》作者:郝冠军/*
为了简化基于TCP协议的监听程序,.NET在System.Net.Sockets命名空间中提供了TcpListerer类,使用它,在构造函数中传递一组网络端点信息就可以准备好监听参数,而不再需要设置使用的网络协议等细节,调用Start方法之后,...
分类:
Web程序 时间:
2014-07-22 23:16:34
阅读次数:
456
memcached在windows7上的安装问题错误:通过cmd命令行进入到C:\memcached(下载后的解压目录)运行
memcached.exe -d install报错“ failed to install service or service already
installed”解决方法...
Several ports (8005, 8080, 8009) required by Tomcat
v7.0 Server at localhost are already in use. The server may already be running
in another process,...
分类:
其他好文 时间:
2014-07-22 23:13:56
阅读次数:
299
今天继续调昨天的代码,看了部分service的视频明天更改编程思路,写调用设置程序的代码
分类:
其他好文 时间:
2014-07-22 23:13:14
阅读次数:
217
Problem D: Airport ExpressIn a small city
called Iokh, a train service,Airport-Express, takes residents to the airport
more quickly than other transpo...
分类:
其他好文 时间:
2014-04-30 13:53:23
阅读次数:
347
Problem description:given a string, find the
longest palindrome string in itSolution:1.brute force O(n^3)just enumerate start
and end of the substring...
分类:
其他好文 时间:
2014-04-29 17:22:46
阅读次数:
308
修改端口、修改默认发布目录、多域名绑定一、修改发布端口号为80(Tomcat默认为8080)
打开配置文件(我的如下:E:\J2EEServer\Tomcat
6.0\conf\server.xml),找到:修改后:其实这里就是把port:8080,修改成port:80就可以了,其他的参数不变。这样...
分类:
Web程序 时间:
2014-04-29 17:17:45
阅读次数:
440
dao层:@Repository(value
="")或者@Component(value="")service层:@Service(value ="")或者@Component(value="")
有关事务的配置: @Transactional(propagation=P...
分类:
其他好文 时间:
2014-04-29 16:38:46
阅读次数:
446
使用 adb install
hello.apk可以安装一个apk但并不能启动它,启动它要使用adb shell am的方法启动Activity:adb shell am start -n
包名/包名+类名(-n 类名,-a action,-d date,-m MIME-TYPE,-c catego...
分类:
移动开发 时间:
2014-04-29 16:33:46
阅读次数:
541