码迷,mamicode.com
首页 >  
搜索关键字:mac xampp thinkphp    ( 26703个结果
byte转换为十六进制时,Integer.toHexString需要&FF的原因
查看如下代码: String mac_no_ff = ""; for (int i = 0; i < 6; i++) { mac += Integer.toHexString(card[i] & 0xff).toUpperCase(); mac_no_ff += Integer.toHexStrin ...
分类:其他好文   时间:2021-01-28 12:25:52    阅读次数:0
mac 安装nginx,并配置nginx的运行环境
1. 安装nginx // 查询有没有nginx brew search nginx //开始安装nignx brew install nginx 2. 检查nignx是否安装成功 nginx -V 查看nginx版本及安装的本地位置 ngxin -v 查看nginx版本(此方法依然可以检测是否安装 ...
分类:系统相关   时间:2021-01-28 12:15:34    阅读次数:0
Charles使用详解
前言: Charles是在 Mac 下常用的网络封包截取工具,在做移动开发时,我们为了调试与服务器端的网络通讯协议,常常需要截取网络封包来分析。 一、主界面介绍 二、网页抓包 启动 Charles 后,需要将 Charles 设置成系统代理,选择菜单中的 “Proxy” –> “macOS Prox ...
分类:其他好文   时间:2021-01-28 12:04:15    阅读次数:0
Thinkphp 3.x bind注入(3)
接着上篇 https://www.cnblogs.com/cuocuo/p/14329868.html 当exp为bind的时候,虽然会拼接,但是find()和select()是没办法利用的,我们需要更改一下代码 <?php namespace Home\Controller; use Think\ ...
分类:Web程序   时间:2021-01-28 11:55:31    阅读次数:0
Thinkphp 3.x exp注入(2)
接着上篇来看 https://www.cnblogs.com/cuocuo/p/14329379.html <?php namespace Home\Controller; use Think\Controller; use \Think\Logs; class IndexController ex ...
分类:Web程序   时间:2021-01-27 13:29:47    阅读次数:0
Thinkphp 3.x key可控注入(?)
参考https://mp.weixin.qq.com/s?__biz=MzU0ODg2MDA0NQ==&mid=2247484626&idx=1&sn=6a584fde354797177f67d3adcaf786b2 首先配置好Mysql连接 'DB_TYPE' => 'mysql', // 数据库 ...
分类:Web程序   时间:2021-01-27 13:25:24    阅读次数:0
macbook 安装homebrew失败
mac安装homebrew失败怎么办? 根据官网介绍的安装方式 https://brew.sh/index_zh-cn /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ...
分类:系统相关   时间:2021-01-27 13:25:07    阅读次数:0
jwt基本使用
1、JWT依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>3.4.0</version> </dependency> 2、写个测试类测试下JWT import com.au ...
分类:其他好文   时间:2021-01-27 13:16:42    阅读次数:0
TunePat Apple Music Converter for Mac(专业苹果音乐转换器)
TunePat Apple Music Converter是一款功能强大的Mac Apple Music下载和转换工具,致力于帮助Apple用户录制Apple Music中的曲目并将其转换为Mac计算机上的常用格式 专业的Apple Music Recorder TunePat Mac版Apple ...
分类:移动开发   时间:2021-01-26 11:58:35    阅读次数:0
mac上的less使用扩展正则表达式比如\b
less 我的问题是less用不了一些正则表达式的扩展功能, 比如word boundary. 对此我感到很困惑, 因为man less说, 它用的是system regex library, 但查看man 7 re_format, 发现ENHANCED FEATURES中是支持\b也支持\<, 但 ...
分类:系统相关   时间:2021-01-26 11:47:41    阅读次数:0
26703条   上一页 1 ... 30 31 32 33 34 ... 2671 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!