码迷,mamicode.com
首页 >  
搜索关键字:domain admins    ( 4012个结果
C/C++网络编程2——socket函数
本节主要介绍创建套接字的socket函数。 ...
分类:编程语言   时间:2019-10-09 09:16:34    阅读次数:99
kubernetes logs 命令错误记录
error: You must be logged in to the server (the server has asked for the client to provide credentials Error from server (Forbidden): Forbidden (use... ...
分类:Web程序   时间:2019-10-08 23:52:41    阅读次数:680
Linux网络编程二、tcp连接API
一、服务端 1、创建套接字: int socket(int domain, int type, int protocol); domain:指定协议族,通常选用AF_INET。 type:指定socket类型,TCP通信下使用SOCK_STREAM。 protocol:指定协议,通常为0。 返回值: ...
分类:Windows程序   时间:2019-10-08 20:28:40    阅读次数:133
laravel 配置多域名最简单的方法
web.php Route::group(['domain' => 'www.a.com'], function () { Route::any('/','\App\Http\Controllers\IndexController@index'); }); Route::group(['domain ...
分类:其他好文   时间:2019-10-08 16:03:29    阅读次数:238
虚拟机中设置 CentOS 静态 IP
作为开发人员在工作和学习中通过虚拟机使用 Linux 的情况肯定会非常多,但是 Linux 自带的终端使用体验较差,所以绝大多数使用者都会在宿主机上使用第三方 SSH工具(例如 Xshell)进行连接,然而在虚拟机中如果使用的是动态 IP 则会出现这次连接可以但下次连不上的情况,因为 IP 动态获取 ...
分类:其他好文   时间:2019-10-08 12:49:13    阅读次数:104
CompSci 367/761
CompSci 367/761 ASSIGNMENT 4: Domain Independent PlanningDue 8 October 11:59PM worth 5%.1 IntroductionNote that in this document, we will use the term ...
分类:其他好文   时间:2019-10-07 19:51:05    阅读次数:104
test/vts/script/cts_test_list.txt
test/vts/script/cts_test_list.txt ...
分类:其他好文   时间:2019-10-05 20:47:07    阅读次数:190
进程间通信效率测试
"来源" Type These are kinds of IPC in Linux as the following: type|feature | |: : pipe|unnamed pipe fifo|named pipe socketpair | unnamed unix domain soc ...
分类:系统相关   时间:2019-10-05 10:50:03    阅读次数:241
DNS实战
DNS简介 DNS(Domain Name System 域名系统):DNS将域名和IP地址相互映射的一个分布式数据库,能够让人更方便的访问互联网。DNS使用TCP和UDP的53端口。简单的来说DNS就是完成域名到IP的解析过程。 主机名和域名的区别: 主机名是内网的名字;域名是外网的名字。 主机名 ...
分类:其他好文   时间:2019-10-05 00:51:17    阅读次数:88
ABP开发手记6 - 领域层创建实体
点这里进入ABP开发手记目录 创建实体 在领域层(即JD.CRS.Core)下新建文件夹Entitys //用以存放实体对象添加一个实体类Course.cs //课程信息 1 using Abp.Domain.Entities; 2 using Abp.Domain.Entities.Auditin ...
分类:其他好文   时间:2019-10-03 00:38:38    阅读次数:118
4012条   上一页 1 ... 50 51 52 53 54 ... 402 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!