2007年1月11日

摘要: iFused 1.1 Internet File Upload, Select and image Editing Dialog - The Windows® ShellOpen Dialog extended and ported to ASP.NET View online demo Download Report a bug Datepicker Intelligent year ... 阅读全文
posted @ 2007-01-11 16:06 nick.yan 阅读(2420) 评论(3) 推荐(0)

2007年1月10日

摘要: function TForm1.CheckUrl(url: string):Boolean;var hSession, hfile, hRequest: HINTERNET; dwindex, dwcodelen: dword; dwcode: array[1..20] of Char; res: PChar;begin Result := false; if Pos('http://',Lowe... 阅读全文
posted @ 2007-01-10 09:20 nick.yan 阅读(1416) 评论(0) 推荐(0)

2007年1月9日

摘要: 利用DELPH 的ICMP控件检测服务器地址function CheckNetServer():Boolean;begin IdIcmpClient1.Host := '192.168.168.168'; //服务器地址 IdIcmpClient1.Ping; if IdIcmpClient1.ReplyStatus.BytesReceived <= 0 then result:=False... 阅读全文
posted @ 2007-01-09 16:40 nick.yan 阅读(629) 评论(0) 推荐(0)

2007年1月5日

摘要: 下面是一个监控UDP接收的线例子:1//申明委托2publicdelegatevoidmydelegate();3//添加调用控制的方法4publicvoidouttext()5{6textBox1.Text=Read_str;78}9publicvoidstart_server()10{11while(true)12{13//接收从远程主机发送到本地8090端口的数据14byte[]recDat... 阅读全文
posted @ 2007-01-05 12:08 nick.yan 阅读(536) 评论(0) 推荐(0)
 
摘要: SPQuery查询语句是以XML格式展现出来的,如下面的例子<Query><OrderBy><FieldRefName="Modified"Ascending="FALSE"></FieldRef></OrderBy><Where><Or><Neq><FieldRefName="Status"&g... 阅读全文
posted @ 2007-01-05 11:53 nick.yan 阅读(4400) 评论(4) 推荐(0)
 
摘要: ============================================using Microsoft.SharePoint;SPWeb site = SPControl.GetContextWeb(Context); SPListItemCollection items = site.Lists["ListName"].Items;SPListItem item = items.... 阅读全文
posted @ 2007-01-05 11:51 nick.yan 阅读(2458) 评论(0) 推荐(0)

2007年1月4日

摘要: 昨晚上失眠了,不是我不想睡,是实在睡不着,几位室友为了谈恋爱这个问题争论得太激烈了,其中有一点我觉得说得不错,就是男女谈恋爱的态度.男生在追女生时是很感性的,而女生是很理性的,互相认可之后,女生开始变得感性,而男生变成了理性,知道为什么男女朋友分手多半是女的伤害深吗,原因就差不是这个了, 阅读全文
posted @ 2007-01-04 14:23 nick.yan 阅读(739) 评论(0) 推荐(0)
 
摘要: 微软的SharePoint Services是一项以网络为中心的文档管理技术,微软把它作为一种协作技术。但是其实它还有更多的功能。SharePoint Services体现了微软Web友好的产品理念,它与桌面程序联系密切,并且以向导方式实现了这些特点。架构中已经涵盖了安全性,该产品的辅助功能是让工作更加方便,更经济节约,而且它已经广泛应用,是值得你考虑的方案。SharePoint Services... 阅读全文
posted @ 2007-01-04 14:14 nick.yan 阅读(1389) 评论(2) 推荐(0)
点击右上角即可分享
微信分享提示