#I

yii redies 不同的工程缓存key的问题

参考这篇文章基本配置操作:yiimain.php中:returnarray(...'components'=>array('redis_cache'=>array('class'=>'system.caching.CRedisCache','hostname'=>'127.0.0.1','por...

Git remote 修改源

Gitremote修改源gitcommit-m"Changerepo."#先把所有为保存的修改打包为一个commitgitremoteremoveorigin#删掉原来git源gitremoteaddorigin[YOURNEW.GITURL]#将新源地址写入本地版本库配置文件gitpush-uoriginmaster...
ymnets ·2020-03-25

微信小程序开发之如何哪获取微信小程序的APP ID

微信小程序的开发工具,在新建项目的时候,默认提示填写APPID,如果不填写AppID也是可以本地测试和开发的,但是无法通过手机调试,只能在开发工具里查看如果需要真机调试微信小程序,需要安装微信6.3.30版本才能使用 ------本文原文链接 http://www.cnblogs.com/likwo...

git 设置 key 到服务器,同步代码不需要输入用户名和密码

1 ssh-keygen-trsa2 vim~/.ssh/id_rsa.pub3.添加到git服务器,这样同步代码就不需要输入密码...

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 ·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 ·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 ·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...
首页上一页...44764477447844794480...下一页尾页