05 2013 档案

摘要:Asp.net身份验证和授权身份验证是确定用户身份的过程.在用户通过了身份验证后,开发人员就可以确定该用户是否有权继续操作.如果没有进行身份验证,就不能进行实体的授权.授权是确定已验证用户是否有权访问应用程序中的某个部分,某个点,或只能访问应用程序提供的特定数据集.对用户和组进行身份验证和授权后,就可以根据用户类型或配置定制站点.asp.net身份验证方式: 1.基本身份验证2.摘要身份验证3.窗体身份验证4.Passport身份验证5.集成的Windows验证还可以开发自己的验证方法. <system.web> <authentication mode="Form 阅读全文
posted @ 2013-05-29 15:43 庚武 阅读(403) 评论(0) 推荐(0) 编辑
摘要:主页: http://valgrind.org/文档下载:http://valgrind.org/docs/download_docs.html简单使用: http://cs.ecs.baylor.edu/~donahoo/tools/valgrind/valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=20 --track-fds=yes ./testValgrind is an instrumentation framework for building dynamic analysis 阅读全文
posted @ 2013-05-16 17:02 庚武 阅读(331) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <cmath>#include <cstdlib>#include <cstdio>using namespace std;double arctan(double x);inline double getItem(double x,int i);int main(int argc, char *argv[]){ bool b1,b2,b3; cout <<"test 1E-15:"<< 1E-15<<endl; cout <&l 阅读全文
posted @ 2013-05-15 01:04 庚武 阅读(362) 评论(0) 推荐(0) 编辑
摘要:/* * mycat.c * * Copyright 2013 spark <spark@spark-vbox> * */#include <stdio.h>int main(int argc, char **argv){ FILE *fp; void filecopy(FILE *, FILE *); if(argc == 1){ filecopy(stdin,stdout); } else{ while(--argc>0){ if( (fp=fopen(*++argv,"r")) ==NULL){ printf("fail to 阅读全文
posted @ 2013-05-09 15:01 庚武 阅读(476) 评论(0) 推荐(0) 编辑
摘要:Indigo repository - http://download.eclipse.org/releases/indigoEMF Update Sites -http://www.eclipse.org/modeling/emf/updates/Eclipse Modeling Framewor... 阅读全文
posted @ 2013-05-07 15:52 庚武 阅读(252) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示