易截截图软件、单文件、免安装、纯绿色、仅160KB

asp.net+mysql数据库备份问题

public void StartCmd(string workingDirectory, string command)
  {
  Process p = new Process();
  p.StartInfo.FileName = @"D:\备份\epet.sql";
  p.StartInfo.WorkingDirectory = workingDirectory;

  p.StartInfo.UseShellExecute = false;
  p.StartInfo.RedirectStandardInput = true;
  p.StartInfo.RedirectStandardOutput = true;
  p.StartInfo.RedirectStandardError = true;
  p.StartInfo.CreateNoWindow = true;
  p.Start();
  p.StandardInput.WriteLine(command);
  p.StandardInput.WriteLine("exit");
  p.Close();
  }



  string asa = "-hlocalhost -uroot -pmysql epet > " + string.Format("{0}", @"D:\备份\epet.sql");

  StartCmd(@"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysql.exe",asa);


相关问答:

asp.net分页问题

select top 12 * from Product where [id] not in (select top 12 [id] from Product)
这样可以分页,但是我在后面想加个条件
select top 12 * from Product where [id] not in (select top 12 [id] from Prod ......

asp.net程序员求职 - .NET技术 / 非技术区

本人工作经验一年以上
熟悉asp.net
熟悉javascript
熟悉Css
熟悉ajax
熟悉sqlserver2005
有一年的项目经验
具体项目和其他的就不在这写了
有意者联系:
QQ:359233910
引用
本人工作经验一年以上
熟悉asp ......

winform编程与ASP.NET有连系吗 - .NET技术 / C#

其实这个问题可以找老师回答,这不放假了吗,问问各位高手。
绝对有 ,ASP、net里有好多的逻辑判断等都需要winform基础

C#语言 
Ado.net C/S结构
Asp.net B/S结构

俩都是微软出的,都能用C#进行开发 ......

wap网站开发的问题 - .NET技术 / ASP.NET

我用.net开发wap网站
1,我从工具箱里拖了两个link,这两个link会显示在两行,如果让这两个link处于同一行。
2,如何显示两个控件之间的空格问题。
跟wap有关吗?不太明白

友情帮顶。。。。。。。。。。

就 ......

asp.net 将字符串生成图片 - .NET技术 / ASP.NET

我想将字符串生成一张图片,如何写?
字符串生成图片?

引用
字符串生成图片?
说简单点就是生成验证码的方法。


Private Sub Paint(ByVal strCode As String)
  Dim strImgPath As String ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号