2011年12月3日

摘要: Vmware server的vmware host agent无法启动的解决办法:Log on to the server as an administrator.Browse to the following folder (this can be done by copying the below path into a Start > Run window or the Start menu search bar):Windows Vista, 7: C:\ProgramData\VMware\VMware Server\hostdWindows XP: %ALLUSERSPROF 阅读全文
posted @ 2011-12-03 20:34 viva9@xian 阅读(2723) 评论(0) 推荐(0) 编辑

2011年8月2日

摘要: code.google无法获取SVN密码的解决办法转载问题描述:访问“https://code.google.com/hosting/settings”查看google code托管的svn 工程的密码,连接被重置。问题原因:可能是code.google.com与其他一些google服务共享ip,根据code.google.com解析得到ip属于GFWED的ip,因此导致服务访问失败。(似乎也不对,直接访问https://code.google.com并不会被重置,只有查看密码时会被重置。)解决方法:1. 打开命令行窗口,执行"ping google.com",得到当前可用 阅读全文
posted @ 2011-08-02 00:26 viva9@xian 阅读(485) 评论(0) 推荐(0) 编辑

2011年5月18日

摘要: 实际开发时,针对CommandParameter的一些应用 阅读全文
posted @ 2011-05-18 11:22 viva9@xian 阅读(6499) 评论(8) 推荐(1) 编辑

2011年5月17日

摘要: 通过Code Behind的方式,为DataGrid内的Button绑定事件 阅读全文
posted @ 2011-05-17 16:40 viva9@xian 阅读(2390) 评论(5) 推荐(3) 编辑

2010年11月8日

摘要: 转自:http://www.codebit.cn/pub/html/javascript/tip/javascript_cookie/Cookie是维护客户端状态的解决方案之一,在大多数服务器端语言中都提供了对Cookie直接操作的函数,在客户端,我们可以用javascript来实现对Cookie的操作。本文介绍的就是用Javascript操作Cookie的方法。三个函数中getCookie()是获取Cookie值,setCookie()是设置Cookie值,deleteCookie()是删除Cookie。// 说明:用 Javascript 操作 Cookie// 整理:http://www 阅读全文
posted @ 2010-11-08 11:35 viva9@xian 阅读(268) 评论(0) 推荐(0) 编辑

2010年7月27日

摘要: C#WinForm 缓存 阅读全文
posted @ 2010-07-27 17:19 viva9@xian 阅读(7441) 评论(3) 推荐(0) 编辑

2010年7月26日

摘要: C#日期格式化 阅读全文
posted @ 2010-07-26 11:37 viva9@xian 阅读(4071) 评论(2) 推荐(0) 编辑
摘要: C# 文档注释规范 阅读全文
posted @ 2010-07-26 11:35 viva9@xian 阅读(6445) 评论(0) 推荐(0) 编辑
摘要: C#下配置文件的读写操作代码 阅读全文
posted @ 2010-07-26 11:30 viva9@xian 阅读(5570) 评论(2) 推荐(1) 编辑

2010年4月22日

摘要: using System.Diagnostics ;using System.IO;private void btnRun_Click(object sender, EventArgs e) { txtResult.Text = ""; processCommand("Ping.exe", this.txtAddress.Text); processCommand("Ping.exe", this... 阅读全文
posted @ 2010-04-22 23:47 viva9@xian 阅读(5832) 评论(0) 推荐(0) 编辑

导航