摘要:strSql = "insert into DebugNote (boardid) values(case when '"+this.txtWorkType.Text.Trim()+"' = '' then null else '"+this.txtWorkType.Text.Trim()+"' end)"; strSql = "update DebugNote set boardid = ...
阅读全文
文章分类 - 个人经验
摘要:strSql = "insert into DebugNote (boardid) values(case when '"+this.txtWorkType.Text.Trim()+"' = '' then null else '"+this.txtWorkType.Text.Trim()+"' end)"; strSql = "update DebugNote set boardid = ...
阅读全文
摘要:1,创建文件DocBackUp.bat 编辑:rar a -p123 -v200 -agYYYY-MM-DD D:\DocBackUp @backup.lst -p 密码,-v 分割 以K为单位 2,创建文件backup.lst 编辑:列目录名 例:E:\Car E:\Sale
阅读全文
摘要:子窗口 FrmC。 父窗口 FrmP FrmP中调用FrmC public class FrmP { FrmC newfrm = new FrmC if(newfrm.ShowDialog()==DialogResult.OK) { int c=newfrm.a; } } public class FrmP { public int a=0; public int b=1; this.D...
阅读全文
|