摘要:来csdn的web区有两年了(大部分都在javascript区),一直没时间整理自已在csdn回答的比较好的问题,大部分讨论主题页面都已经不存在了,今天有时间,现收集整理了一些认为比较好的常见问题。
asp问题、javascript问题:
q: javascript数组的长度不能超过多大?
see msdn:---------------if only one argument is pas......
摘要:记得以前刚刚买电脑那一阵子,我很喜欢重装安装系统;不止如此,那时候还时常将硬盘重新分区、格式化,然后全新的把系统软件和应用程序都安装一遍。我记得最大一次记录是一天把自已的硬盘分区四遍。
记得当时我用的操作系统是win95/98,当然机器的配置也相当之低,我记得我装win95时所有的机器装备是这样子的,pentium 133 mmx(当时有妈妈叉这个标志和没有是有很大的区别,有就是多媒体电脑,没有......
移动MISC系统sp升级开发
版权归 石太祥 (ealpha(at)msn(dot).com)所有;
qq : 9690501 【程序编程相关:
基于Java实现简单Http服务器之一】
联系: msn: ealpha(at)msn(dot).com 【推荐阅读:
[分享]EditPlus PHP5语法文】
系统采用axis,如果无axis知识,建议可以到ibm开发者上搜索相关 axis 文档浏览 【扩展信息:
一个将阿拉伯数字转换成中文大写的好算法【】
————————————————————————————————————————
1. 配置好axis
2. 将wsdl 文件 copy 到 \tomcat_home\webapps\axis\web-inf 下
wsdl 文件由于misc提供的不能生成 header ;经过修改以后的新的wsdl文件为:
<definitions xmlns:ws="http://www.monternet.com/dsmp/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/xmlschema" xmlns:wsdl="http://schemas.xmlsoap.ort/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:dsmp="http://www.monternet.com/dsmp/schemas/" targetnamespace="http://www.monternet.com/dsmp/wsdl/">
<types>
<schema targetnamespace="http://www.monternet.com/dsmp/schemas/" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xmlns:xsd="http://www.w3.org/2001/xmlschema" xmlns="http://www.w3.org/2001/xmlschema" elementformdefault="unqualified" attributeformdefault="unqualified">
<complextype name="address_info_schema">
<sequence>
<element name="devicetype" type="xsd:integer"/>
<element name="deviceid" type="xsd:string"/>
</sequence>
</complextype>
<complextype name="user_id_schema">
<sequence>
<element name="useridtype" type="xsd:integer"/>...
下一页 摘要:如果页面没有正常显示,请把它最大化
要认识jxta,让我们从下在一个jxta 示例程序开始。
首先到jxta官方网站的demo下载页面
http://download.jxta.org/easyinstall/install.html
在这里有不同操作系统版本,如果你的机器上没有安装sun的1.4的j2re的话,请下在已经自带虚拟机的版本。如果你对java的环境配置......