Moris' Note Book

本博客所有内容皆收集于网上,非本人原创,非心情日记,非研究心得,只是自己浏览的东西的收集
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页

2008年4月13日

摘要: sin.str(s);strSyntax:#include void str( string s );string str();The function str() can be used in two ways. First, it can be used to get a copy of the string that is being manipulated by the current s... 阅读全文

posted @ 2008-04-13 00:18 moris 阅读(419) 评论(0) 推荐(0)

2008年3月14日

摘要: 简介PHP的SOAP扩展可以用来提供和使用Web services。换句话说,PHP开发者可以利用这个PHP扩展来写他们自己的Web services,也可以写一些客户端来使用给定的Web services。PHP5中的这个SOAP扩展目的是为了实现PHP对Web services的支持。与其它实现PHP对Web services的支持的方法不同,SOAP扩展是用C写的,因此它比其它方法具有速度优... 阅读全文

posted @ 2008-03-14 18:20 moris 阅读(170) 评论(0) 推荐(0)

摘要: Gmail 邮箱的Windows Outlook设置发表:不详 阅读: 14615次 关键字:不详 字体:[大 中 小] 手动配置您的客户端: 打开 Outlook 或 Outlook Express。 单击"工具"菜单,然后选择"帐户..."。 单击"添加",然后单击"邮件..." 在"显示名:"字段中输入您的姓名,然后单击"下一步"。 在"电子邮件地址:"字段中输入您的完整 Gmai... 阅读全文

posted @ 2008-03-14 16:06 moris 阅读(971) 评论(0) 推荐(0)

2008年3月12日

摘要: http://webservices.xml.com/pub/a/ws/2002/12/18/endpoints.html From XML-RPC to SOAP: A Migration Guideby Rich SalzDecember 18, 2002What is XML-RPC? As you might expect from the name, XML-RPC is a way ... 阅读全文

posted @ 2008-03-12 18:06 moris 阅读(276) 评论(0) 推荐(0)

2008年3月9日

摘要: msdn:http://msdn2.microsoft.com/en-us/library/bb968799(VS.85).aspxAdvanced Installer 6.2:http://www.advancedinstaller.com/index.htmlSoftware Update Wizard:http://www.powerprogrammer.co.uk/catenalogic'... 阅读全文

posted @ 2008-03-09 21:19 moris 阅读(239) 评论(0) 推荐(0)

2008年3月6日

摘要: Jason ClarkThis article assumes you're familiar with C# and Visual Basic .NETLevel of Difficulty 1 2 3 SUMMARYBoth the .NET Framework and Windows have some very interesting APIs for creating applicati... 阅读全文

posted @ 2008-03-06 23:30 moris 阅读(169) 评论(0) 推荐(0)

摘要: winform程序相对web程序而言,功能更强大,编程更方便,但软件更新却相当麻烦,要到客户端一台一台地升级,面对这个实际问题,在最近的一个小项目中,本人设计了一个通过软件实现自动升级技术方案,弥补了这一缺陷,有较好的参考价值。一、升级的好处。长期以来,广大程序员为到底是使用Client/Server,还是使用Browser/Server结构争论不休,在这些争论当中,C/S结构的程序的可维护性差,... 阅读全文

posted @ 2008-03-06 22:51 moris 阅读(148) 评论(0) 推荐(0)

2008年3月5日

摘要: 隔离 FTP 用户FTP 用户隔离为 Internet 服务提供商 (ISP) 和应用服务提供商提供了解决方案,使他们可以为客户提供上载文件和 Web 内容的个人 FTP 目录。FTP 用户隔离通过将用户限制在自己的目录中,来防止用户查看或覆盖其他用户的 Web 内容。因为顶层目录就是 FTP 服务的根目录,用户无法浏览目录树的上一层。在特定的站点内,用户能创建、修改或删除文件和文件夹。FTP 用... 阅读全文

posted @ 2008-03-05 12:20 moris 阅读(911) 评论(0) 推荐(0)

2008年2月20日

摘要: http://www.opensourcehelpdesklist.com/ 阅读全文

posted @ 2008-02-20 18:20 moris 阅读(75) 评论(0) 推荐(0)

摘要: you should be able to work with mysqli with this changes: extension=php_mysqli.dll and add an extra section called: [mysqli] mysqli.max_links=-1 mysqli.default_port=3306 mysqli.default_socket= mysqli... 阅读全文

posted @ 2008-02-20 11:06 moris 阅读(580) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页