RSS订阅优然探索
你的位置:首页
技术文章

获得本机的MAC地址

获得本机的MAC地址

有的时候需要根据MAC来限定登录的计算机,为此查找了不少资料(有来自博客堂和CSDN),下面是获得远程计算机的MAC和局域网中计算机列表的方法。需要引用的命名空间using System;using System.Collections;using System.Diagnostics;using System.Management;using System.Net;using Syst

发布时间:2009年12月15日 标签:

技术文章

js Confirm

js Confirm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
...

发布时间:2009年12月1日 标签: js Confirm  

技术文章

C# 发送Email

C# 发送Email

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Net.Mail;

namespace SMTPSendMail
{
    public partial class _Default : System.Web.UI.Page
...

发布时间:2009年12月1日 标签:

技术文章

VC++ Radio Check

VC++ Radio Check

void CSkyEducationDlg::OnOK()
{
 // TODO: Add extra validation here
 //
 UpdateData(true);
 
 CString UserName,UserPwd;
 UserName = this->m_UserName;
 UserPwd = this->m_UserPwd; 
...

发布时间:2009年12月1日 标签:

程序语言

更新Web.config

更新Web.config

private void UpdateConfig(string KeyName, string Xvalue)
        {
            XmlDocument doc = new XmlDocument();
            string sPath = Server.MapPath("web.config");
...

发布时间:2009年11月29日 标签: 更新Web.config  

SEO

C++ Function

C++ Function
#include using namespace std; void DisplayAge(int nAge); int main() { DisplayAge(42); DisplayAge(12); DisplayAge(32); return 0; } void DisplayAge(int nAge) { cout << " Hello World. I am " << nAge << " year old." << endl; }...

发布时间:2009年11月16日 标签:

C++

Hello cin

Hello cin
#include #include using namespace std; int main() { string userName; cout << "What is your name?:"; cin >> userName; cout<< "Hello " << userName << "!" << endl; return 0; }

发布时间:2009年11月16日 标签: Hello cin  

C++

VC项目文件说明

VC项目文件说明
VC项目文件说明 .opt 工程关于开发环境的参数文件。如工具条位置等信息; .aps (AppStudio File),资源辅助文件,二进制格式,一般不用去管他. .clw ClassWizard信息文件,实际上是INI文件的格式,有兴趣可以研究一下.有时候ClassWizard出问题,手工修改CLW文件可以解决.如果此文件不存在的话,每次用ClassWizard的时候绘提示你是否重建. .dsp (DeveloperStudio Project):项目文件,文本格式,不过不熟悉的话不要手工修改 ...

发布时间:2009年11月16日 标签: VC项目文件说明  

C++

C++的HelloWord

C++的HelloWord
#include using namespace std; int main() { cout << "Hello World" << endl; return 0; }

发布时间:2009年11月16日 标签: C  

技术文章

Oracle无法删除用户时候操作

Oracle无法删除用户时候操作

sql> shutdown immediate
sql> startup migrate
sql> @/oracle/ora92/rdbms/admin/catpatch.sql
sql> shutdown immediate
sql> startup

发布时间:2009年10月18日 标签:

«293031323334353637383940414243»
控制面板
您好,欢迎到访网站!
  [查看权限]
网站分类
搜索
最新留言
网站收藏
友情链接
图标汇集