07 2012 档案
摘要:需求:客户的数据同时存在在另外一个不可控的系统中,需要和当前系统同步。思路:自动登录另外一个系统,然后抓取数据,同步到本系统中。技术点:模拟用户登录;保存登录状态;抓取数据1 ///<summary>2///visitthetargeturl3///</summary>4///<paramname="targetURL"></param>5///<paramname="cc">thisisforkeepingcookiesandsessions</param>6///<para
阅读全文
摘要:C#使用Socket获取网页源代码的代码,需要的朋友可以参考下源码下载:/Files/tewuapple/SocketGrab.rar缺点:不能抓取ajax网页
阅读全文
摘要:create/alter procedure <SP Name>/*---------------------------------------------------------------------------DESCRIPTION:This procedure will get the list of users.AUTHOR: DATE:PARAMETERS:Parameter 1: Description of parameter1 Parameter 2: Description of parameter2RETURN VALUE:AFFECTED TABLES:T
阅读全文