#I

git 删除远程源,新增加源

gitremoteremoveorigingitremoteaddorigingit@XXXX...

Ubuntu 16.04 LTS 安装配置 Nginx 1.10.0 Php7.0-FPM

1.安装Nginx,Php-7.0~$sudoadd-apt-repositoryppa:nginx/stable~$sudoapt-getupdate~$sudoapt-getinstallnginx~$nginx-vnginxversion:nginx/1.10.0~$sudoapt-getinstallphp~$...

php gif处理

http://www.jb51.net/article/51702.htmhttps://github.com/Sybio/GifCreatorhttps://github.com/Sybio/GifFrameExtractorhttps://github.com/Sybio/ImageWorkshophttp://p...
ymnets ymnets·2020-03-25

redis资料收集

http://www.runoob.com/redis/redis-sets.html redisset使用https://www.cnblogs.com/wanzaixiaoxin/p/4934117.html redislist使用redis链接命令redis-cli-hxxx.xxx.111....
ymnets ymnets·2020-03-25

阿里云 redis 通过rinetd 进行端口透传

https://help.aliyun.com/document_detail/43850.html?spm=5176.7738718.2.3.yW2eyQ 目前云数据库Redis版需要通过ECS进行内网连接访问。如果您本地需要通过公网访问云数据库Redis,可以在ECSLinux云服务器中安装rinetd进...

android 下拉刷新

http://blog.csdn.net/android_zhengyongbo/article/details/68922763?locationNum=12&fps=1...
ymnets ymnets·2020-03-25

android studio gradle 配置

http://www.jianshu.com/p/6b2fc4f16e24...

搭建自己的iOS内测分发平台

https://www.ianisme.com/ios/2002.html...

mac nginx 安装教程

eekingasatisfactorysolutiontocreatealocalwebserverforprogramminginmacOSwithPHPandMySQL,IwasdisappointedthattheturnkeysolutionswerefarfromequalingtheWAMPthatmaye...

mac brew 安装 nginx fpm mysql 教程

一.安装brew要求:OSX10.6以上系统,并且安装有XCode命令行工具对于10.11的系统需要设置下local的权限为当前用户$sudochown-R$(whoami):admin/usr/localbrew安装程序的过程中需要用到苹果的xcode中的编译器,你可以到苹果的官网中免费下载安装(需要注册免费的开发者...

mac nginx 一些资料

http://www.jianshu.com/p/918eb337a206mac的nginx配置目录在/usr/local/etc/nginx 安装之前最好执行brew的update和upgradebrewupdatebrewupgrade安装nginxbrewinstallnginxnginx安装后,启动n...

nginx配置url重写

url重写是指通过配置conf文件,以让网站的url中达到某种状态时则定向/跳转到某个规则,比如常见的伪静态、301重定向、浏览器定向等语法在配置文件的server块中写,如:server{rewrite规则定向路径重写类型;}规则:可以是字符串或者正则来表示想匹配的目标url定向路径:表示匹配到规则后要定向的路径,如...

nginx 操作笔记

测试nginx配置是否成功servicenginxconfigtest...
ymnets ymnets·2020-03-25

yii oauth 文档

http://www.yiichina.com/question/1879...
ymnets ymnets·2020-03-25

linux git pull/push时提示输入账号密码之免除设置

1、先cd到根目录,执行gitconfig--globalcredential.helperstore命令[root@iZ25mi9h7ayZ~]#gitconfig--globalcredential.helperstore2、执行之后会在.gitconfig文件中多加红色字体项[user]name=天明email=...
首页上一页...44714472447344744475...下一页尾页