WSDLWSDL(网络服务描述语言,Web Services Description
Language)是一门基于 XML 的语言,用于描述 Web Services 以及如何对它们进行访问。这种文档可描述某个 Web
service。它可规定服务的位置,以及此服务提供的操作(或方法)。一个 WSD...
分类:
Web程序 时间:
2014-07-22 23:17:12
阅读次数:
469
memcached在windows7上的安装问题错误:通过cmd命令行进入到C:\memcached(下载后的解压目录)运行
memcached.exe -d install报错“ failed to install service or service already
installed”解决方法...
异常Throwable:分为:错误Error:主要就是内存溢出等错误,只有关掉重启才能解决问题;异常Exception:运行时异常RuntimeException:运行时发生的异常
一般有空指针异常,数组下标越,除数为0,输入类型不匹配的等异常。编译时异常:这个不是写程序时的错误,那是语法错误...
分类:
其他好文 时间:
2014-07-22 23:14:52
阅读次数:
378
//华为编程:筷子,找到第一个单对的筷子#include #define max 37int
main(){ int n,i,j; int a[max]; int flag=0; int error=-1; scanf("%d",&n);
if(n>max) ...
分类:
其他好文 时间:
2014-07-22 23:13:33
阅读次数:
339
mysql_num_rows();返回结果集中行的数目。1 $sql1 = "select *
from movie";2 $result1 = mysql_query($sql1) or die(mysql_error());3 $count =
mysql_num_rows($result1);...
分类:
Web程序 时间:
2014-07-22 23:13:33
阅读次数:
354
今天继续调昨天的代码,看了部分service的视频明天更改编程思路,写调用设置程序的代码
分类:
其他好文 时间:
2014-07-22 23:13:14
阅读次数:
217
今天在学习鸟哥的菜的时候,发现自己linux不可以启用vim命令,错误为:bash: vim:
command not found。 机器环境:VMWare8+RED HAT Enterprise5 解决方法: 发现问题的根源在于没有安装好vim 输入
rpm -qa|grep vim ...
分类:
其他好文 时间:
2014-07-22 23:12:56
阅读次数:
993
参考:AndroidService详解一:概述AndroidService详解二:创建一个serviceAndroidService详解三:从类Service派生serviceAndroidService详解四:开始停止service
分类:
移动开发 时间:
2014-04-30 14:13:49
阅读次数:
597
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
dao层:@Repository(value
="")或者@Component(value="")service层:@Service(value ="")或者@Component(value="")
有关事务的配置: @Transactional(propagation=P...
分类:
其他好文 时间:
2014-04-29 16:38:46
阅读次数:
446