搜索资源列表
Asp.net123123123123
- Asp.net中实现同一用户名不能同时登陆(单点登陆) Web项目中经常遇到的问题就是同一用户名多次登陆的问题,相应的解决办法也很多,总结起来不外乎这几种解决办法:将登陆后的用户名放到数据库表中;登陆后的用户名放到Session中;登陆后的用户名放到Application中;登陆后的用户名放到Cache中。一般的这几种方法都是登陆了之后,如果没有正常退出,第二次登陆将不被允许。这样一般都会存在一个问题:如果用户没有正常退出系统,那么他接下来继续登陆的时候,因为Session没有过期等问题,
guoneifangzhenjishu
- 对近年来有关仿真方面的文献进行分析研究,总结出目前国内仿真技术的研究热点,主要有复杂系统建模理论与方法、建模VV&A技术、仿真优化、可视化多媒体仿真、协同分布式仿真、虚拟仿真、仿真软件开发和仿真应用等研究。
MyDoc
- 常用网站入侵方法总结。详细而且使用.学习入侵必看,以前是专给朋友看的。-normal way to hack a website usefull and easy to acquire
SEO
- 网站做好了,怎样才能让你的网站在各大搜索引擎中排名靠前呢?网上的帖子很多,通过搜索和总结,整理出了一套自己行之有效的方法,写出来供大家参考 -Web site to do a good job, and how to make your website in major search engines top it? A lot of posts online, through search and concluded that sorted out a set of effective meth
SQLSeveryingyong
- 本书由浅入深、全面而系统地介绍了SQL Server 2005数据库管理系统的使用方法和开发技巧,是作者多年教学与开发经验的总结。全书分为4个部分共23章。第1部分主要介绍数据库基本理论、SQL语言和Transact—SQL语言的语法;第2部分介绍了SQL Server 2005的安装、体系结构及服务器的管理、开发工具、数据库和数据表以及索引和视图的管理、查询优化、游标、存储过程和触发器、数据完整性、SQL Server 2005安全性、SQL Server 2005数据库备份与恢复等;第3部分
linux2.6
- linux2.6添加系统调用的主要方法总结附代码-linux2.6 Add system calls the main method code attached summary
VC_call_COM
- VC调用COM的方式总结 准备及条件: COM服务器为进程内服务器,DLL名为simpCOM.dll,该组件只有一个接口IFoo,该接口只有一个方法 HRESULT SayHello(void)-VC call to sum up the way for COM and conditions: COM server process server, DLL named simpCOM.dll, the component is only one interface IFoo,
freescale-LTIB-
- 介绍了 freescale 的Ltib的使用总结。里面有安装错误时的解决方法。-Freescale of Ltib introduced the use of summary. Installation errors when there are solutions.
SEO
- 多年搜索引擎营销的方法总结、实施细节和管理-For many years the search engine marketing methods
RESEARCH-ON-HTTP-TUNNEL
- 在总结分析应用层的几种防火墙穿透技术基础上,提出了反向 连接结合 HTTP 隧道的防火墙穿透通信方法,设计并实现了 HTTP 隧道 防火墙穿透通信模块。 -after reviewing and analyzing several technologies of application-layer firewall penetration, this paper presents the firewall penetrating technology based on HTT
IO
- 一片个人总结冠以网络套接字五种IO模型的c++编程步骤和简单的方法,文章详细讲解了各种IO模型的优缺点,包含作者本人半年来对IO模型理解和总结,很适合学习IO的新手。-this isone article about socket in IO.
RandomNumber
- Qt中产生随机数方法的个人总结,包括代码以及需要注意的地方。-Personal summary of the random number method in Qt, including code as well as areas requiring attention.
Python模块包库安装(6种方法)
- 库library是一个泛称,一般值作为文件形式存在的模块以及以文件夹形式存在的包的合成,这里作了Python第三方库的安装方法总结,包括源码安装、包管理器安装(Library is a general term, the general value exists as a file form module and synthesis in folder form package, it summarizes the method of installing Python third party