一个简便的更新方式
一个实体类,它有很多的属性比如一个person它有以下属性:nameagesexbirthday…………等等等等我可以写个函数,比如update(stringname,intage,intsex,datetimebirthday....)但是我想找一个简单点的方式,如果传入一个xml格式的数据,xml里如果有name就更新name,有age就更新age……这样就
作者: qq1119753812 发布时间: 12-18
格式化错误
usingSystem;usingSystem.Windows.Forms;publicclassTest{ staticvoidMain() { Rectanglerec1=newRectangle(10,20,100,50); stringoutput="rec1:"; output+
作者: a609091648 发布时间: 12-18
求大师看一下这一段update代码
Functionpass(ByValAidAsString,ByVal旧密码AsString,ByVal新密码AsString,ByVal确认新密码AsString)AsInteger mycon.Open() mycmd.Connection=mycon mycmd.CommandText="select*
作者: seventhsin 发布时间: 12-18
70分在线急等!!winForm怎么实现Label控件向下移动
我的代码好像不好使,诸位可以帮我看看怎么回事吗? privatevoidbutton1_Click(objectsender,EventArgse)//用户点击时,启动timer { timer1.Start(); if(!timer1.Enabled) { timer1.Enabled=t
作者: lwbsleep 发布时间: 12-18
自己写的小软件——通讯录,还有一个控件ColorButton
源代码与成品地址:http://download.csdn.net/category/development_technology/vb我是一个初学者,想入行,大家帮帮忙,小弟感激不尽!
作者: zwnylsf 发布时间: 12-18
INF编程为什么不能在复制完文件再运行相关文件呢?
INF编程为什么不能在复制完文件再运行相关文件呢?[Version]Signature=$Chicago$Provider=%Author%SetupClass=BASECompatible=1Generator=ZhouGuiXin2011[DefaultInstall]Copyfiles=DestGrpRunPostSetupCommands=RunPostSe
作者: sgzhou12345 发布时间: 11-08