文章分类 - 未整理的记录
未整理的记录
摘要:1,相关软件服务端:cwRsync_Server_2.0.10_Installer 客户端:cwRsync_2.0.10_Installer2,服务器端(同步源,假设IP为192.168.1.11)配置rsyncd.conf sample :use chroot = falsestrict modes = falselog file = rsyncd.logpid file = rsyncd.pi...
阅读全文
摘要:a b c d e f g h i a b c d e f g h ...
阅读全文
摘要:把一个input file刚选择的图片显示出来的脚本 :
阅读全文
摘要:/// /// ListControlBinding 针对ListControl(DropDownList, CheckBoxList, RadioButtonList)的绑定提供简化的操作 /// internal class ListControlBinding { internal static void BindObjectToListControl(ICollection objL...
阅读全文
摘要:/*待选:' Checked='' OnClick="javascript: return select_deselectAll (this.checked, this.id);"> 让整个表单的CheckBox全选择*/function select_deselectAll (chkVal, idVal){ var frm = document.forms[0]; // Loop t...
阅读全文
摘要:开发XML Web Service阅读笔记一 Web Service的概念和开发部署方法 http://www.cnblogs.com/wubn/archive/2004/12/05/72987.html 开发XML Web Service阅读笔记二 用特性控制Web方法的特征 http://www.cnblogs.com/wubn/archive/2004/12/05/73108.html ...
阅读全文
摘要:1,什么是Web Services 由于异构系统间存在互相整合和交流数据的需要,但目前各自为政的语言之间存在不同的运行平台和通讯方式,以及不同的数据类型,这就Web services出现历史背景 Web Services的定义:Web services是建立可互操作的分布式应用程序的新平台,它主要由一下核心组成: XML(可拓展标识语言):是平台厂商无关的标准语言,用于解决异构系统的统一数据表示...
阅读全文