第1步:安装依赖 add-apt-repository ppa:ondrej/php apt install php-dev 第2步:编译安卓swoole wget https://codeload.github.com/swoole/swoole-src/tar.gz/v4.5.2 然后tar z ...
分类:
Web程序 时间:
2020-07-14 21:50:25
阅读次数:
137
In 2005, a year after he was first diagnosed with cancer, Apple CEO Steve Jobs made a candid speech to graduating students at Stanford University. I a ...
分类:
其他好文 时间:
2020-07-14 00:30:49
阅读次数:
87
[C 语言中文开发手册sscanf (File input/output) - C 中文开发手册Defined in header(1)?int scanf( const char *format, ... );?(until C99)?int scanf( const char *restrict... ...
分类:
其他好文 时间:
2020-07-13 21:57:28
阅读次数:
73
1 <?php 2 error_reporting(0); 3 //听说你很喜欢数学,不知道你是否爱它胜过爱flag 4 if(!isset($_GET['c'])){ 5 show_source(__FILE__); 6 }else{ 7 //例子 c=20-1 8 $content = $_GE ...
分类:
其他好文 时间:
2020-07-13 16:52:52
阅读次数:
83
https://blog.csdn.net/qq_42234452/article/details/90906692 # 什么是灰度发布,以及灰度发布A/B测试在一般情况下,升级服务器端应用,需要将应用源码或程序包上传到服务器,然后停止掉老版本服务,再启动新版本。但是这种简单的发布方式存在两个问题, ...
分类:
其他好文 时间:
2020-07-13 11:43:50
阅读次数:
58
原文地址:https://www.cnblogs.com/shiluoliming/p/6604407.html 例如有如下表user: distinct会过滤掉它后面每个字段都重复的记录 用distinct来返回不重复的用户名:select distinct name from user;,结果为 ...
分类:
数据库 时间:
2020-07-12 22:37:52
阅读次数:
134
传送门:题目39 题目40 我觉得比较好的题解:https://leetcode-cn.com/problems/combination-sum/solution/hui-su-suan-fa-jian-zhi-python-dai-ma-java-dai-m-2/ 观察发现[2 2 3]、[2 3 ...
分类:
其他好文 时间:
2020-07-11 12:29:36
阅读次数:
68
RedisTimeoutException: Unable to send command
分类:
其他好文 时间:
2020-07-10 19:31:04
阅读次数:
259
有个这样的需求,点击角色列表每一行,根据返回的roleTypeDictCode的值,控制右边菜单分配树选择是否禁用;我已经做出来每次点击,给节点加disabled了,但是菜单没变,但是点击树的时候,其实disabled的属性是加上的,不知道为什么没有加载出来; 后来终于实现了: methods: / ...
分类:
其他好文 时间:
2020-07-10 19:01:06
阅读次数:
121
1. const mysql=require("mysql"); const db=mysql.createConnection({ host:"localhost", port:3306, user:'root', password:'123456', database:'blog',//数据库名 ...
分类:
数据库 时间:
2020-07-09 19:32:42
阅读次数:
132