- 博客(5)
- 收藏
- 关注
原创 GIT 命令
GIT 命令 // 不要忽略文件名的大小写 git config core.ignorecase false // 添加所有修改过的文件 git add . // 提交所有添加的文件 git commit -m "提交信息" // 推送到远程端 git push...
2018-08-03 10:58:50
155
原创 H5纯JS高德API定位
H5纯JS高德API定位 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head...
2018-08-03 10:53:50
4410
原创 (PHP)图片加文字和图片合成
图片加文字<?php $bigImgPath = 'backgroud.png'; $img = imagecreatefromstring(file_get_contents($bigImgPath)); //字体文件 $font = 'msyhl.ttc'; //字体颜色(RGB) $black = imagecolorallocate($img, 0,
2017-08-23 19:07:55
5286
原创 (Linux技术)设置文件的权限 用户 用户组
设置权限 chmod 777 文件 chmod 777 /文件夹 设置用户和用户组 chown -R 用户组:用户名 文件 chown -R 用户组:用户名 /文件
2017-08-23 18:33:25
445
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人