会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FinnYY
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
18
下一页
2019年10月20日
指定PHP版本使用
摘要: 切换镜像; D:\phpStudy\PHPTutorial\php\php-7.2.1-nt\composer.phar create-project topthink/think tp 6.0.*-dev
阅读全文
posted @ 2019-10-20 00:42 FinnYY
阅读(422)
评论(0)
推荐(0)
2019年9月9日
VUE简略
摘要: 1.父组件、子组件传值 父组件: 子组件
阅读全文
posted @ 2019-09-09 14:06 FinnYY
阅读(114)
评论(0)
推荐(0)
2019年8月8日
git分支问题
摘要: 获取指定分支: git clone -b 851 https://gitee.com/xigedianshang/grazy85.git grazy851 切换分支: git checkout 分支名称 合并分支:先切换到主分支 git merge 分支名称 分支常用命令:
阅读全文
posted @ 2019-08-08 11:37 FinnYY
阅读(196)
评论(0)
推荐(0)
2019年6月4日
mysql远程链接
摘要: https://blog.csdn.net/qq_34306360/article/details/80834255
阅读全文
posted @ 2019-06-04 11:20 FinnYY
阅读(85)
评论(0)
推荐(0)
2019年5月14日
GIT保存用户名和密码
摘要: https://blog.csdn.net/yaorongke/article/details/88208780 git clone https://gitee.com/xigedianshang/grazy85.git /home/wwwroot/LNMP/domain/grazy850/web
阅读全文
posted @ 2019-05-14 09:04 FinnYY
阅读(250)
评论(0)
推荐(0)
2019年1月29日
ajax回退的解决方案
摘要: http://www.cnblogs.com/snandy/archive/2011/09/18/2180102.html
阅读全文
posted @ 2019-01-29 22:59 FinnYY
阅读(241)
评论(0)
推荐(0)
2019年1月4日
ES6语法
摘要: 1.var let const区别 let有作用域限制,只限于当前代码块,没有作用域的提升 let不能声明相同的变量 const:主要声明常量 2.解构赋值 3.数据集合SET 特点:类似数组,没有重复的元素(唯一的) 开发中用于去除重复数据 Key和Value都是相等的 创建集合: let set
阅读全文
posted @ 2019-01-04 16:59 FinnYY
阅读(272)
评论(0)
推荐(0)
2018年8月11日
lnmp服务器配置HTTPS
摘要: server { server_name ktsf.weiyou18.com; #listen 80; listen 443; ssl on; ssl_certificate /usr/local/nginx/conf/vhost/cert/214819247210150.pem; ssl_cert
阅读全文
posted @ 2018-08-11 10:17 FinnYY
阅读(549)
评论(0)
推荐(0)
2018年7月16日
FTP
摘要:
阅读全文
posted @ 2018-07-16 21:19 FinnYY
阅读(101)
评论(0)
推荐(0)
2018年6月12日
定时任务
摘要: crontab -e 01 00 * * * sudo curl -I http://www.域名.com/Admin/Auth/xitong_fanjifen >> /dev/null 2>&1 service crond start
阅读全文
posted @ 2018-06-12 21:03 FinnYY
阅读(141)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
18
下一页
公告