码迷,mamicode.com
首页 >  
搜索关键字:creating domain    ( 5380个结果
创建一个简单服务器用到的基本函数
一,socket()头文件:#include <sys/socket.h>函数原型:int socket(int domain, int type, int protocol);作用:创建套接字。 参数domain:指定使用何种的地址类型。默认AF_INET。eg: AF_INET IPv4网络通信 ...
分类:其他好文   时间:2019-12-22 00:57:36    阅读次数:129
spring中bean的作用域属性singleton与prototype的区别
spring中bean的作用域属性single与prototype的区别 ...
分类:编程语言   时间:2019-12-22 00:50:40    阅读次数:199
HDU1619 Unidirectional TSP
Problem Description Problems that require minimum paths through some domain appear in many different areas of computer science. For example, one of th ...
分类:其他好文   时间:2019-12-21 20:35:46    阅读次数:66
GHOST CMS - 创建自定义主页 Creating a custom home page
创建自定义主页 Creating a custom home page 为你的网站创建一个自定义的主页是一个让你从人群中脱颖而出的好方法,并把你自己独特的印记存放在你的网上。本教程向您展示了如何在Ghost中自定义和开发自己的自定义主页。 Creating a custom home page fo ...
分类:其他好文   时间:2019-12-21 13:53:28    阅读次数:214
应用安全 - 社工 - 大数据 - Fofa - 汇总
搜索语法 title=”abc” header=”abc” body=”abc” domain=”xx.com” host=”.xx.cn” port=”443” ip=”1.1.1.1” protocol=”https” city=”Beijing” region=”Zhejiang” count ...
分类:其他好文   时间:2019-12-19 16:16:12    阅读次数:108
思科ASA对象组NAT
ACL对象组NAT配置 ciscoasa#conf t ciscoasa(config)#hostname ASA ASA(config)#domain-name asa.com ASA(config)#enable password class ASA(config)#int vlan 1 ASA ...
分类:其他好文   时间:2019-12-19 13:31:28    阅读次数:139
前端性能指标计算方法
performace的兼容写法 1、DNS查询耗时 PerformaceTiming.domainLookupStart为域名开始解析时的 Unix毫秒时间戳 PerformaceTiming.domainLookupEnd为解析域名结束时的 Unix毫秒时间戳, 2、TCP建立连接耗时 Perfo ...
分类:其他好文   时间:2019-12-19 13:18:47    阅读次数:120
思科ASA基本配置
恢复内容开始 ASA基本配置 ciscoasa#show running-config //讲解已作的默认配置 ciscoasa#conf t ciscoasa(config)#hostname CCNAS-ASA CCNAS-ASA(config)#domain-name ccnasecurity ...
分类:其他好文   时间:2019-12-19 13:18:01    阅读次数:104
java mybatis vo自增返回主键
<!-- useGeneratedKeys默认值为false,keyProperty的值对应的是User类中的主键名 --> <insert id="getGeneratedKey2" parameterType="cn.kolbe.mybatis.domain.User" useGenerated ...
分类:编程语言   时间:2019-12-19 13:03:57    阅读次数:116
php7中如何设置COOKIE和销毁COOKIE
php7中如何设置COOKIE和销毁COOKIE1,如何设置COOKIEsetcookie(string$name[,string$value=""[,int$expire=0[,string$path=""[,string$domain="96net.com.cn"[,bool$secure=false[,bool$httponly=f
分类:Web程序   时间:2019-12-18 17:44:15    阅读次数:215
5380条   上一页 1 ... 49 50 51 52 53 ... 538 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!