#cu

windows对象 document对象 的一些操作 9.23

函数: 四要素1.返回类型2.函数名3.参数列表4.函数体  window.对象  opener 打开当前窗口的源窗口 alert(window.opener);  open()  例子: 先给他设置一个按钮名。window.open("第...

event.target 和 event.currentTarget 的区别

event.targetThispropertyofeventobjectsistheobjecttheeventwasdispatchedon.Itisdifferentthanevent.currentTargetwhentheeventhandleriscalledinbubblingorcapturingpha...

iOS中 H5的input输入框focus()无法自动拉起键盘(解决方法)

原来,在App的配置文件(config.xml),里面默认会有一句1<preferencename="KeyboardDisplayRequiresUserAction"value="true"/>这里面的大概意思就是,键盘的显示需要用户去触发,而且是设置为true的!!!那么下面你们知道怎么做了吧,只需要...
代码星球 代码星球·2020-08-01

issues security alerts

 订阅安全公告警告  https://support.citrix.com/user/alerts  https://www.citrix.com/about/legal/security-compliance/Citrix致力于提供完全安全的技术,并遵守每个人加密和可...
代码星球 代码星球·2020-08-01

Custom Win ARK

 https://github.com/AxtMueller/Windows-Kernel-Explorerhttps://github.com/swwwolf/wdbgarkhttps://github.com/AzureGreen/ArkProtecthttps://github.com/ChengChe...
代码星球 代码星球·2020-08-01

chocolatey install curl and netcat

软件仓库 https://chocolatey.org/packages chocoinstallopensslchocoinstallcurlchocoinstallnetcat   ==============End ...

Custom LDAP Monitor Does Not Work

https://www.poppelgaard.com/netscaler-case-study-custom-ldap-monitor-does-not-workAcustomertriedtoconfigurecustomLDAPmonitor,butthemonitorfailedafteritwasboundt...

Fortinet Security Fabric

     这个世界从不固步自封。在技术方面,这意味着解决方案供应商必须保持不断创新和探索才能实现生存与发展。  在网络安全领域,这更是至理名言。许多黑客都是才华横溢的人才。胜过他们的唯一途径就是比他们更加出色,而且要速度更快和更具创造力。  这就使研发成为安全技术行业的...
代码星球 代码星球·2020-07-31

What Is The Promiscuous Mode

SomeNetworkInterfaceCards(NICs)maynotallownetworktrafficafteryoucreateaNetworkBridge.ThisisduetotheinabilityofNICtoautomaticallyenablePromiscuousModewhencreatin...

How to Create a Perl Based Custom Monitor on NetScaler

https://support.citrix.com/article/CTX227727 Article |Configuration  |Created: 14Sep2017 |Modified: 27Apr2018 NetScalerT...
代码星球 代码星球·2020-07-31

Mercurial(Hg)基本操作

来源 https://www.cnblogs.com/gb2013/archive/2012/05/18/Mercurial_Basic.htmlMercurial简介Mercurial是一款非常优秀的分布式版本控制系统(DCVS),具有高效率、跨平台、可扩展、使用简便且开源等优点,是目前最为流行的版本控制工...
代码星球 代码星球·2020-07-29

springSecurity安全框架需要引入配置文件spring-security.xml

<?xmlversion="1.0"encoding="UTF-8"?><beans:beansxmlns="http://www.springframework.org/schema/security"xmlns:beans="http://www.springframework.org/schem...

springSecurity安全框架需要配置web.xml文件

<!DOCTYPEweb-appPUBLIC"-//SunMicrosystems,Inc.//DTDWebApplication2.3//EN""http://java.sun.com/dtd/web-app_2_3.dtd"><web-app><context-param><...

springSecurity安全框架需要引入的依赖

1<properties>2<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>3<maven.compiler.source>1.7</maven.compiler.source>...

Centos7虚拟机配置静态ip连接secure crt

最近在使用虚拟机安装centos7用起来比较不方便,复制粘贴文字或者上传下载文件之类的,然后想到用ssh客户端来连接虚拟机这些问题都能得到解决且比较方便。ssh客户端连接虚拟机网络配置如下:1.首先切换到/etc/sysconfig/network-scripts/目录下cd/etc/sysconfig/network...
首页上一页...8586878889...下一页尾页