码迷,mamicode.com
首页 >  
搜索关键字:creating domain    ( 5380个结果
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
DSO 428
DSO 428 Fall 2018 Lab #3 – SQL DML For this lab, you will be creating queries based on the SQL Server database, AdventureWorks. This database is visib ...
分类:其他好文   时间:2019-10-07 19:44:03    阅读次数:77
使用.NET Core创建Windows服务(二) - 使用Topshelf方式
原文:Creating Windows Services In .NET Core – Part 2 – The “Topshelf” Way 作者:Dotnet Core Tutorials 译者:Lamond Lu 译文:使用.NET Core创建Windows服务(二) 使用Topshelf方 ...
分类:Windows程序   时间:2019-10-05 22:19:03    阅读次数:125
test/vts/script/cts_test_list.txt
test/vts/script/cts_test_list.txt ...
分类:其他好文   时间:2019-10-05 20:47:07    阅读次数:190
Python Ethical Hacking - BACKDOORS(2)
Refactoring - Creating a Listener Class Creating a Backdoor class: ...
分类:编程语言   时间:2019-10-05 18:09:53    阅读次数:81
进程间通信效率测试
"来源" 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
5380条   上一页 1 ... 68 69 70 71 72 ... 538 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!