1:下载swoole源码,https://github.com/swoole/swoole-src/releases2:tar -zxvf swoole.tgz3:进入解压目录,输入:/usr/local/php/bin/phpize4:./confiure --with-php-config=/u ...
分类:
系统相关 时间:
2018-08-07 15:03:46
阅读次数:
229
Github介绍:http://www.yangzhiping.com/tech/github.html Git:http://res.crossincode.com/wechat/git.html ...
分类:
其他好文 时间:
2018-08-04 21:02:30
阅读次数:
124
方法一: 方法二: 来源: hex string to byte array, C hex string to byte array, C ...
分类:
其他好文 时间:
2018-07-25 22:04:12
阅读次数:
291
很多人有的时候只需要获取文章中的固定的一行,那么我知道这一行,我需要怎么样去获取呢 可能会有人说读取这一行,如果这一行是已什么开头的就读出来, 其实还有一种办法,就是我知道文件的路径。知道我要取的行数,我就可以用python 直接的把它取出来。 准备beijing.txt 内容如下: beijing ...
分类:
编程语言 时间:
2018-07-08 15:31:53
阅读次数:
1030
https://try.github.io/ https://learngitbranching.js.org/?demo 一个节点代表一个commit. *代表当前分支。 master是主干。 其他名字是分支。 git merge :用于合并分支的代码。 git rebase : 线性合并分支: ...
分类:
其他好文 时间:
2018-07-06 20:23:47
阅读次数:
144
"http://gitforwindows.org/" git add命令就是将文件从工作区提交到暂存区(git add . 命令将本地所有文件提交到暂存区,注意有点) git commit命令就是将文件从暂存区提交到版本库 ...
分类:
其他好文 时间:
2018-06-19 17:46:18
阅读次数:
188
原文地址: https://github.com/eret9616/vscode/blob/master/Visual%20Studio%20Code%20%E4%BD%BF%E7%94%A8Git%E8%BF%9B%E8%A1%8C%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88 ...
分类:
其他好文 时间:
2018-06-13 18:47:24
阅读次数:
137
今天,我们要讨论的是react router中Link传值的三种表现形式。分别为通过通配符传参、query传参和state传参。 ps:进入正题前,先说明一下,以下的所有内容都是在react router V4的版本下。 1.通配符传参 Route定义方式: Link组件: 通配符 参数获取: th ...
分类:
其他好文 时间:
2018-06-10 00:56:27
阅读次数:
163
1.GitHub链接:https://github.com/Victorbatman/jieduixiangmu/ 2.PSP表格: PSP2.1 Personal Software Process Stages 预估耗时(小时) 实际耗时(小时) Planning 计划 1.5 2 Estimat ...
分类:
其他好文 时间:
2018-05-31 23:00:04
阅读次数:
197
安装目录中有“ReleaseNotes.html” 文件,里面记录了当前版本信息。 安装 Git https://git-scm.com/book/zh/v1/%E8%B5%B7%E6%AD%A5-%E5%AE%89%E8%A3%85-Git http://www.runoob.com/git/gi ...
分类:
其他好文 时间:
2018-05-18 23:32:56
阅读次数:
195