xhinker
码龄19年
求更新 关注
提问 私信
  • 博客:155,135
    社区:147
    155,282
    总访问量
  • 70
    原创
  • 24
    粉丝
  • 23
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:美国
加入CSDN时间: 2006-09-07

个人简介:请访问我的正牌博客: xhinker.com

博客简介:

xhinker's blog

博客描述:
xhinker.com (正牌的)
查看详细资料
个人成就
  • 获得2次点赞
  • 内容获得29次评论
  • 获得8次收藏
  • 博客总排名1,483,099名
创作历程
  • 52篇
    2009年
  • 28篇
    2008年
  • 8篇
    2007年
  • 3篇
    2006年
成就勋章
TA的专栏
  • ASP.NET
    15篇
  • BizTalk
  • c# and .NET
    6篇
  • Comments
  • Computer Science
  • Diary
    4篇
  • Digest
    5篇
  • English Learning
  • IIS6
    7篇
  • IIS7
    6篇
  • java
    3篇
  • javascript
    1篇
  • My life
    8篇
  • Security
    2篇
  • SharePoint
  • Translation
  • Windows Programming
    2篇

TA关注的专栏 0

TA关注的收藏夹 0

TA关注的社区 7

TA参与的活动 0

创作活动更多

新星杯·14天创作挑战营·第13期

这是一个以写作博客为目的的创作活动,旨在鼓励大学生博主们挖掘自己的创作潜能,展现自己的写作才华。如果你是一位热爱写作的、想要展现自己创作才华的小伙伴,那么,快来参加吧!我们一起发掘写作的魅力,书写出属于我们的故事。我们诚挚邀请你们参加为期14天的创作挑战赛!注: 1、参赛者可以进入活动群进行交流、互相鼓励与支持(开卷),虚竹哥会分享创作心得和涨粉心得,答疑及活动群请见:https://bbs.csdn.net/topics/619781944 【进活动群,得奖概率会更大,因为有辅导】 2、文章质量分查询:https://www.csdn.net/qc

90人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

TOP 25 Most Dangerous Programming Errors

Experts Announce Agreement on the 25 Most Dangerous Programming Errors - And How to Fix ThemAgreement Will Change How Organizations Buy Software.Project Manager: Bob Martin, MITREQuestions: top2
转载
博文更新于 2021.04.21 ·
2823 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

I want to be a National People's Congress(NPC) deputy

 In this "Two session", lots of deputies delegate for no other people but themselves.  Look at these deputies, who are they and what are they come from? If you concern the politics of China, you wil
原创
博文更新于 2008.03.12 ·
1391 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

TCP/IP的三次握手

TCP/IP的三次握手(转) TCP是面向连接的,所谓面向连接,就是当计算机双方通信时必需先建立连接,然后数据传送,最后拆除连接三个过程    并且TCP在建立连接时又分三步走: 第一步是请求端(客户端)发送一个包含SYN即同步(Synchronize)标志的TCP报文,SYN同步报文会指明客户端使用的端口以及TCP连接的初始序号; 第二步,服务器在收到客户端的SYN报文后,将返回
原创
博文更新于 2008.07.22 ·
690 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

让Struts2 在NetBeans 6中安家——在 NetBeans 6 中使用 Struts2

让Struts2 在NetBeans 6中安家                           —— 在 NetBeans 6 中使用 Struts2前言:NetBeans 6 和 Struts2 每次使用一种java编辑器或IDE(如eclipse)一个多小时后,总是发现自己已经在NetBeans里敲代码了。至于Struts2,这是一个融合了WebWork 和Struts1.X
原创
博文更新于 2008.04.04 ·
11861 阅读 ·
0 点赞 ·
7 评论 ·
9 收藏

Inside Microsoft Windows SharePoint Services 3

发布资源 2008.07.29 ·
application/octet-stream

新博客 xhinker.com

新博客 xhinker.com
原创
博文更新于 2009.08.29 ·
747 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

DotNET 4.0 新增内容总结(一)

       1. 新的CLR4        2. 新加的类        3. 根据契约设计(Design By Contract)        4. Type Equivalence1. 新的CLR42. 新加的类    a. BigInteger:System.Numerics.BigInteger. 一个可以代表任意长度整数的类型. 尝试运行这段代码
原创
博文更新于 2009.08.23 ·
1699 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

如何不使用 Visual Studio 开发ASP.NET

引言你可能已经用惯了使用VS 新建一个WebSite, VS 几乎为我们包揽了一切琐碎的东西,同时也掩盖了很多重要的东西。本文将通过一个很简单的例子来告诉你如何使用记事本去开发一个ASP.NET 页面。不使用VS来学习 ASP.NET 有两个好处:1. 所有的代码都在你的控制之中,让你更清楚的明白你在做些什么。2. 使用记事本开发能让你更明白ASP.NET 是如何工作的。  A
原创
博文更新于 2009.04.05 ·
1025 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

使用C# 发送Email

using System;using System.Net;using System.Net.Mail;class SendEmailWithCS { public string SendMail() { MailMessage mail = new MailMessage(); mail.To.Add("v-a
原创
博文更新于 2009.02.24 ·
1436 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

Credit card transaction

Question: Hi:      i need to developed a online purchasing in my website. i did dont do this like before. and also i dont know  anything about the online transaction. so please someone guide me ho
原创
博文更新于 2009.02.20 ·
728 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

《字字带泪——写在三十岁到来这一天》 By 王潇 2008年11月3日

美女CEO王潇,刚刚写了一篇三十感言。句句名言,虽然是写给女生的,但是,男生也更应该看看。 《字字带泪——写在三十岁到来这一天》 By 王潇 2008年11月3日 谨以此文献给我的众姐妹,共勉。 事业篇 无论是打工还是创业,其本质无外乎向老板或客户出卖自己的有形或无形产品。一言以蔽之:大家都是出来卖的。既然是出来卖的,一要卖相好,二要敬业,三不要嫌买货人。所以,第一要保持美丽,第二要多做事少抱怨,
转载
博文更新于 2009.02.16 ·
832 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Deaf Frog Story

Deaf Frog Story A group of frogs were hopping contentedly through the woods, going about their foggy business, when two of them fell into a deep pit. All of the other frogs gathered around the pit t
原创
博文更新于 2009.02.10 ·
1327 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

钓鱼网站和垃圾邮件Email 是怎么骗走你的密码的

1.在浏览器中输入 http://testasp.acunetix.com/Search.asp2.在搜索栏中填写: Please login with the form below before proceeding:Login:Password: 然后点击search, 你会很奇怪的发现 搜索栏下面出现了一个用户登录界面,你再看看上面的代码action="destination
原创
博文更新于 2009.02.03 ·
1774 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

如何在Firefox中实现ASP.NET 不弹出窗口的Windows Integrated Authentication

Follow these steps - 1. Open Firefox 2. Navigate to the url about:config 3. Locate the following preference names and put as the value the comma separated values of the address roots. network.
原创
博文更新于 2009.02.02 ·
1065 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Building Custom Providers for ASP.NET 2.0 Membership

http://msdn.microsoft.com/en-us/library/aa479048.aspxJit GhoshMicrosoft CorporationMay 2004Applies To:Microsoft® ASP.NET 2.0Microsoft® Visual Studio® .NET 2005Microsoft® Active Directory® Applic
转载
博文更新于 2009.01.30 ·
1828 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

How To Configure IIS 6.0 and Tomcat with the JK 1.2 Connector

http://www.iisadmin.co.uk/?p=40
转载
博文更新于 2009.01.30 ·
719 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Single Sign-On for everyone

 http://blogs.neudesic.com/blogs/michael_morozov/archive/2006/03/17/72.aspxSingle Sign-On for everyoneSingle Sign-On (SSO) is a hot topic these days. Most clients I worked with have more than one 
转载
博文更新于 2009.01.23 ·
1372 阅读 ·
0 点赞 ·
1 评论 ·
0 收藏

tally the number of users logged onto the asp.net web site

http://aspnet.4guysfromrolla.com/articles/041608-1.aspx
转载
博文更新于 2009.01.22 ·
679 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Creating and Using Strong-Named Assemblies

.NET Framework Developers Guide  Creating and Using Strong-Named Assemblies   A strong name consists of the assemblys identity—its simple text name, version number, and culture informa
转载
博文更新于 2009.01.22 ·
752 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

每天做5件小事,有益身体健康

这5件事分别是:  1.与他人联络感情。与家人、朋友、同事和邻居发展良好的关系,可以丰富你的生活,并给你带来帮助。  2.保持活跃。做运动,培养爱好,如舞蹈和园艺,或者仅仅是养成每天散步的习惯也可以使你感觉良好,促进身体的灵活性和身心健康。  3.保持好奇心。注意观察日常生活的美丽和不寻常之处,学会享受时光并进行思考,这将帮助你以欣赏的眼光看待这个世界。  4.学习。学习乐器或者烹
转载
博文更新于 2009.01.21 ·
728 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏
加载更多