码迷,mamicode.com
首页 >  
搜索关键字:winserver domain    ( 4030个结果
Git Sheet
CreateClone an existing repositorygit clone ssh://user@domain.tld/repo.gitClone an existing repository and all its sub-modules recursivelygit clone --...
分类:其他好文   时间:2015-05-11 23:29:46    阅读次数:153
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
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
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
DNS查询流程简介
转载请注明出处:         DNS(domain name system),读者们或多或少都听过,就是可以将域名转换给IP的一个系统。使得我们只需记住域名而非IP就能访问某个网站。当我们在浏览器里面输入一个网址时,浏览器会向本地DNS服务器发出查询请求,本地DNS服务器会把网址对应的IP返回给浏览器。注意:更确切来说,不是本地DNS服务器,而是Windows网络连接里面所配...
分类:其他好文   时间:2015-05-07 00:55:56    阅读次数:137
httpd: Could not reliably determine the server's fully qualified domain name
[root@localhost~]#/usr/local/apache2/bin/apachectlstarthttpd:Couldnotreliablydeterminetheserver‘sfullyqualifieddomainname,usinglocalhost.localdomainforServerName分析:该错误信息表示Apache无法彻底确定服务器的完全限定域名只好用usinglocalhost.localdomainforSer..
分类:Web程序   时间:2015-05-06 18:15:49    阅读次数:161
android webview setcookie 设置cookie
CookieSyncManager.createInstance(mWebView.getContext());CookieManager cookieManager = CookieManager.getInstance(); //如果使用cookie.setCookie(DOMAIN,Strin...
分类:移动开发   时间:2015-05-06 17:09:00    阅读次数:524
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!