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
默认配置是抓不到明文密码了,神器mimikatz显示Password为null Authentication Id : 0 ; 121279 (00000000:0001d9bf) Session : Interactive from 1 User Name : mickey Domain: WIN...
3.BIND9 的安装与配置3.1bind简介BIND (Berkeley Internet Name Domain)是Domain Name System (DNS) 协议的一个实现,提供了DNS主要功能的开放实现,包括域名服务器 (named)DNS解析库函数DNS服务器运行调试所用的工具是一款...
分类:
其他好文 时间:
2015-05-11 17:50:31
阅读次数:
131
location是javascript里边管理地址栏的内置对象,比如location.href就管理页面的url,用location.href=url就可以直接将页面重定向url。而location.hash则可以用来获取或设置页面的标签值。比如http://domain/#admin的locati...
What is Entity FrameworkEntity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-sp...
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
用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(domain name system),读者们或多或少都听过,就是可以将域名转换给IP的一个系统。使得我们只需记住域名而非IP就能访问某个网站。当我们在浏览器里面输入一个网址时,浏览器会向本地DNS服务器发出查询请求,本地DNS服务器会把网址对应的IP返回给浏览器。注意:更确切来说,不是本地DNS服务器,而是Windows网络连接里面所配...
分类:
其他好文 时间:
2015-05-07 00:55:56
阅读次数:
137
[root@localhost~]#/usr/local/apache2/bin/apachectlstarthttpd:Couldnotreliablydeterminetheserver‘sfullyqualifieddomainname,usinglocalhost.localdomainforServerName分析:该错误信息表示Apache无法彻底确定服务器的完全限定域名只好用usinglocalhost.localdomainforSer..
分类:
Web程序 时间:
2015-05-06 18:15:49
阅读次数:
161
CookieSyncManager.createInstance(mWebView.getContext());CookieManager cookieManager = CookieManager.getInstance(); //如果使用cookie.setCookie(DOMAIN,Strin...
分类:
移动开发 时间:
2015-05-06 17:09:00
阅读次数:
524