php读取文件转换base64 格式
测试附录地址:http://imgbase64.duoshitong.com/
代码示例:
//读取图片文件,转换成base64编码格式
$image_file = '4296762_165319032930_2.jp...
7年前 (2018-05-12)
3604℃
1喜欢
解决办法
brew reinstall pkg-config
转载请注明:苏demo的别样人生 » mac 下 Warning: Could not link pkg-config. Unlinking…...
7年前 (2018-04-16)
2125℃
0喜欢
解决办法:
brew install openssl
brew link openssl –force
cp -R /usr/local/Cellar/openssl/1.0.2h_1/include/openssl ~/Downloads/libevent-2.0....
7年前 (2018-04-16)
3036℃
0喜欢
在server{}段内增加
代码如下:
location ~ /\. {
deny all;
}
变更为:
location ^~ /.git {
return 403;
}
转载请注明:苏demo的别样人生 » nginx禁止访问.git文件的设置...
7年前 (2018-04-12)
2539℃
0喜欢
全局搜索(command + shift + F)
显示类中的方法 (command + 7)
函数追踪 (command +鼠标点击)
单行注释/取消(command + /)
输入行号跳到某一行(command + l)
列出打开的文件(command + e)
删除当前行(...
7年前 (2018-04-12)
2761℃
0喜欢
1.安装nodejs 环境
方法:
brew install node
或
https://nodejs.org/en/ 去下载,然后双击安装
安装完成后,执行 node -v 查看是否安装成功。
2.安装apidoc
npm install apidoc -g
...
7年前 (2018-04-11)
3227℃
0喜欢
php的单元测试,当属phpunit组件 。
最近因为有项目有使用到phpunit ,故写此篇win下的安装配置教程 (奈何官网的说明让人看了更晕。。)
1.下载安装
下载地址:https://phpunit.de/ 找到跟自己的php对应的版本。
笔者这里用的是php5. ...
7年前 (2018-04-03)
2542℃
1喜欢
SeasLog 是一个C语言编写的php扩展, 提供一组规范标准的功能函数,在PHP项目中方便、规范、高效地写日志,以及快速地读取和查询日志。
使用步骤
1.安装SeasLog
下载地址 http://pecl.php.net/package/SeasLog
由于博主这里 使用...
7年前 (2018-04-03)
2921℃
0喜欢
需要的速来!!!
点击这里 阿里云1核2G云服务器 99一年,189两年,三年279.
转载请注明:苏demo的别样人生 » 阿里云1核2G云服务器 99一年,189两年,三年279...
7年前 (2018-03-31)
2582℃
0喜欢
1.下载jdk 1.8 for linux
下载地址: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
下载 jdk-8u161-linux-x64.tar....
7年前 (2018-03-25)
2718℃
0喜欢