码迷,mamicode.com
首页 >  
搜索关键字:web php nginx    ( 193655个结果
asp.net core 3.1 发布到Ubuntu(nginx、Supervisor)
一.Ubuntu环境搭建 1. 安装.NET SDK or .NET Runtime 先为Ubuntu安装运行时,一般情况下安装运行时即可 .NET版本Snap包 5.0 dotnet-runtime-50 3.1(LTS) dotnet-runtime-31 3.0 dotnet-runtime- ...
分类:Web程序   时间:2021-04-20 15:09:49    阅读次数:0
springboot项目整合mybatis
记录创建springboot项目并配置mybatis中间件: 资源准备及版本说明 编程工具:IDEA JDK版本:1.8 Maven版本:Apache Maven 3.6.3 springboot版本:2.4.4 mybatis版本:1.3.2 mysql版本:5.1.48 创建mavem项目 通过 ...
分类:编程语言   时间:2021-04-20 15:04:13    阅读次数:0
Window 安装Weblogic详细教程
下载weblogic jar 包 解压 fmw_12.1.3.0.0_wls.jar 打开目录中的Disk/install安装目录,找到名为ng.cmd的脚本文件,以管理员运行 安装步骤 点击下一步 点击下一步 点击下一步 点击下一步 点击下一步 点击安装 点击下一步 到这里weblogic就已经安 ...
分类:Windows程序   时间:2021-04-20 15:00:34    阅读次数:0
canvas 与 webGL , openGL
通常我们将 CANVAS 与 webGL 区分开 , 移动端和WEB端区分开 类似于这种关系: // 通过getElementById()方法获取canvas画布 var c2dx=document.getElementById('c2dx'); // 通过方法getContext()获取2d上下文 ...
分类:Web程序   时间:2021-04-20 14:57:58    阅读次数:0
laravel常用命令
artisan是laravel提供的命令行接口,这里记录下常用的命令 ...
分类:其他好文   时间:2021-04-20 14:56:59    阅读次数:0
攻防世界 部分writeup
1.simple_php ?<?php show_source(__FILE__); include("config.php"); $a=@$_GET['a']; $b=@$_GET['b']; if($a==0 and $a){ echo $flag1; } if(is_numeric($b)){ ...
分类:其他好文   时间:2021-04-20 14:34:36    阅读次数:0
php trait使用详解
1.参考资料 官网trait介绍 larvel学院PHP新特性Trait 概览 跳转链接 链接 理解trait php 这门语言没法使用多继承即单继承模式,你只能使用你自己家里的东西因为你继承了自己家里的东西,同时你想 使用隔壁老王家里的东西这是不被允许的,即使你有继承权,但是我们不允许你进行继承多 ...
分类:Web程序   时间:2021-04-19 16:01:35    阅读次数:0
shell-script - shell 如何获取 nginx 配置文件位置?
通过nginx -t获得 nginx=`nginx -t 2>&1 | grep configuration` if [ ! -z "$nginx" ];then nginxtmp="${nginx#*file}" nginxf="${nginxtmp%test*}" echo $nginxf fi ...
分类:系统相关   时间:2021-04-19 15:38:16    阅读次数:0
multichain-web-demo安装与实现
项目相关介绍请查看https://github.com/MultiChain/multichain-web-demo,简单来说就是multichain节点的网页可视化。 第一步:安装Apache 1 # 安装Apache2 2 sudo apt-get install apache2 3 # 重启A ...
分类:Web程序   时间:2021-04-19 15:35:39    阅读次数:0
cookie和session
会话 用户打开一个浏览器,点击了很多超链接,访问多个web资源,关闭浏览器,这个过程可以称之为会话 一个网站怎么证明你来过 客户端 服务端 服务端给客户端一个信件,客户端下次访问服务端带上信件就可以了; cookie 服务器登记你来过了,下次你来的时候我来匹配你; session Cookie 客户 ...
分类:其他好文   时间:2021-04-19 15:25:44    阅读次数:0
193655条   上一页 1 ... 68 69 70 71 72 ... 19366 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!