码迷,mamicode.com
首页 >  
搜索关键字:creating domain    ( 5380个结果
windows 2012 抓明文密码方法
默认配置是抓不到明文密码了,神器mimikatz显示Password为null Authentication Id : 0 ; 121279 (00000000:0001d9bf) Session : Interactive from 1 User Name : mickey Domain: WIN...
分类:Windows程序   时间:2015-05-11 19:41:17    阅读次数:203
DNS服务器的配置与应用: BIND9 的安装与配置
3.BIND9 的安装与配置3.1bind简介BIND (Berkeley Internet Name Domain)是Domain Name System (DNS) 协议的一个实现,提供了DNS主要功能的开放实现,包括域名服务器 (named)DNS解析库函数DNS服务器运行调试所用的工具是一款...
分类:其他好文   时间:2015-05-11 17:50:31    阅读次数:131
window.location.hash属性介绍
location是javascript里边管理地址栏的内置对象,比如location.href就管理页面的url,用location.href=url就可以直接将页面重定向url。而location.hash则可以用来获取或设置页面的标签值。比如http://domain/#admin的locati...
分类:Windows程序   时间:2015-05-11 12:49:11    阅读次数:173
C#博客随笔之八:EntityFramework初识
What is Entity FrameworkEntity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-sp...
分类:Windows程序   时间:2015-05-11 12:18:08    阅读次数:162
C# 第八次作业
这节课,我们学习了Stream的相关内容。首先是Stream的大体介绍:.NET Framework provides Files and directories classes. These classes provide methods and properties for creating, ...
分类:Windows程序   时间:2015-05-10 20:11:22    阅读次数:238
HTML5 tricks for mobile
iOS 7.1的Safari为meta标签新增minimal-ui属性,在网页加载时隐藏地址栏与导航栏01. Creating a fullscreen experienceOnAndroidBrowser – the default browser on Android up to 4.3, an...
分类:Web程序   时间:2015-05-09 14:50:23    阅读次数:207
Universal Framework for iOS
Hello my friends,Due to some bugs and questions with the old tutorial, I'm creating this new one, much more simpler and less bugs than the another one...
分类:移动开发   时间:2015-05-09 11:29:58    阅读次数:202
CDC之Metastability
1 CDC A clock domain crossing occurs whenever data is transferred from a flop driven by one clock to a flop driven by another clock. Signal A is ...
分类:Web程序   时间:2015-05-08 21:55:23    阅读次数:202
Object Creation
Although using the object constructor or an object literal are convenient ways to create single objects, there is an obvious downside: creating mult.....
分类:其他好文   时间:2015-05-08 21:47:10    阅读次数:123
iOS post请求时报错NSLocalizedDescription=Expected status code in (200-299), got 400
用AFNetworking postJSON数据的时候,刚开始提示我//Error Domain=NSURLErrorDomain Code=-1007 "too many HTTP redirects",说是多重定向问题 后来我改了之后又报错//NSLocalizedDescription=Expected status code in (200-299), got 400 解决办法:  ...
分类:移动开发   时间:2015-05-08 14:59:28    阅读次数:347
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!