码迷,mamicode.com
首页 >  
搜索关键字:winserver domain    ( 4030个结果
小手记之HotSpot Attach机制
也就是说,以Linux平台为栗,使用了两种IPC方式, 1. 信号机制。首先external process会先发送一个SIGQUIT信号给target VM process,target VM会创建一个Attach Listener线程; 2. Unix domain socket。...
分类:其他好文   时间:2015-02-06 00:45:02    阅读次数:247
mega多线程下载
20150204现在只是看了个大概,对整个过程有了大致的理解,记录如下:mega多线程下载是mega存储的一部分,其中会有一些底层方法的支持,这些先不管,只是看明白是如何下载的。可以加断点的文件:sources--no domain--其中的一个blob(js,最大的)调用下载的语句:M.addDo...
分类:编程语言   时间:2015-02-05 21:39:42    阅读次数:365
How to hide redirected URL
ThefollowingcodeinthedefaultdocumentwillhidetheURLtowheretherequestisbeingredirected:html titleWelcometoawonderfulsite/title framesetcols="100%,*"border=0frameborder=0 border=0framespacing=0scrolling="no" framesrc="http://source.domain.com" name="AddressHi..
分类:Web程序   时间:2015-02-05 11:40:50    阅读次数:138
How to hide redirected URL
ThefollowingcodeinthedefaultdocumentwillhidetheURLtowheretherequestisbeingredirected:html titleWelcometoawonderfulsite/title framesetcols="100%,*"border=0frameborder=0 border=0framespacing=0scrolling="no" framesrc="http://source.domain.com" name="AddressHi..
分类:Web程序   时间:2015-02-05 11:38:01    阅读次数:110
Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable con
在使用AFNetworking 2.0  的时候本来一切很顺畅,但是中途遇到几个比较坑的地方 这里分享一下爬坑经历,忘读者不能速爬坑! 在发送请求后,NSURLSessionDataTask一直报错 Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable...
分类:其他好文   时间:2015-02-04 14:41:45    阅读次数:189
JavaWeb之JDBC分页/监听器(十六)
多表关联操作 1. 一对多(客户与订单表) # 一对多(客户与订单表) 0. C3P0工具类 1. 建domain类与之对应要建立相应的表结构 Customer表 private int id; private String name; private List orders = new Array...
分类:数据库   时间:2015-02-03 22:38:55    阅读次数:274
启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name
[root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl start   httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName   1)进入apache的安装目录:(视...
分类:Web程序   时间:2015-02-03 17:09:56    阅读次数:142
Account Hunting for Invoke-TokenManipulation 伪造token前的账号猎取
source: https://www.trustedsec.com/january-2015/account-hunting-invoke-tokenmanipulation/ I’ve been searching quite a while now for the best way to search for domain admin tokens, once admin righ...
分类:其他好文   时间:2015-02-02 19:55:40    阅读次数:283
RHCE学习笔记26——使用Samba访问网络存储
SMB用于Windows和类Linux系统直接的文件共享安装sambaclient包:[root@clz~]#yuminstallsamba-client\*-y使用smbclinet命令查看和访问windows共享的文件夹资源:[root@clz~]#smbclient-L//10.35.89.71/-Uadministrator Enteradministrator‘spassword: Domain=[AP]OS=[Windows7E..
分类:其他好文   时间:2015-02-02 16:11:36    阅读次数:143
iframe auto set height
Parent page:document.domain = 'xxxx.com'function fixIframeHeight(h,iframe){ $(iframe).height(h);}Iframe page:document.domain = 'xxxx.com'console.lo...
分类:其他好文   时间:2015-02-02 14:02:50    阅读次数:74
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!