摘要: java 教学视频 阅读全文
posted @ 2009-04-16 09:03 小さいです哥 阅读(126) 评论(0) 推荐(0)
摘要: java 接口 阅读全文
posted @ 2009-04-16 09:02 小さいです哥 阅读(161) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2009-04-16 08:59 小さいです哥 阅读(161) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2009-04-16 08:45 小さいです哥 阅读(158) 评论(0) 推荐(0)
摘要: 初识OR Mapping 阅读全文
posted @ 2009-04-16 08:20 小さいです哥 阅读(321) 评论(3) 推荐(1)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using Word = Microsoft.Office.Interop.Word;using System.Drawing; namespace WordDocumentSock... 阅读全文
posted @ 2009-04-16 08:19 小さいです哥 阅读(244) 评论(0) 推荐(0)
摘要: //关闭进程public void KillProcess(string processName){ System.Diagnostics.Process myproc = new System.Diagnostics.Process(); //得到所有打开的进程 try { foreach (Process thisproc in Process.Get... 阅读全文
posted @ 2009-04-16 08:18 小さいです哥 阅读(544) 评论(1) 推荐(1)
摘要: MailAddress from = new MailAddress("swshq781@163.com"); MailAddress to = new MailAddress(txtTo.Text.ToString().Trim()); MailMessage message = new MailMessage(from, to); //message.... 阅读全文
posted @ 2009-04-16 08:18 小さいです哥 阅读(175) 评论(0) 推荐(1)
摘要: /// /// 在当前光标位置插入内容 /// /// 内容 public void SelectionInsertText(string text) { Word.Selection currentSelection = Application.Selection; // St... 阅读全文
posted @ 2009-04-16 08:17 小さいです哥 阅读(1451) 评论(0) 推荐(1)
摘要: 序列化 阅读全文
posted @ 2009-04-16 08:16 小さいです哥 阅读(367) 评论(2) 推荐(1)
摘要: 可以用javascript sl sc后台 ScriptObject hello = HtmlPage.Window.GetProperty("ss") as ScriptObject; bool Delete = bool.Parse(hello.InvokeSelf("请确认删除").ToString()); if (Delete) ... 阅读全文
posted @ 2009-04-16 08:16 小さいです哥 阅读(214) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services;using System.Collections;using System.Text;using ChoosesClass.Data;using ChoosesClass.Entitie... 阅读全文
posted @ 2009-04-16 08:15 小さいです哥 阅读(601) 评论(1) 推荐(0)