会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
opensmarty
记录我的成长吧~
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
65
66
67
68
69
70
71
72
73
74
下一页
2019年5月16日
【linux】linux修改系统时间和linux查看时区、修改时区的方法
摘要: 一、查看和修改Linux的时区 1. 查看当前时区命令 : "date -R" 2. 修改设置Linux服务器时区方法 A命令 : "tzselect" 方法 B 仅限于RedHat Linux 和 CentOS命令 : "timeconfig" 方法 C 适用于Debian命令 : "dpkg-r
阅读全文
posted @ 2019-05-16 14:27 opensmarty
阅读(12809)
评论(0)
推荐(0)
2019年5月15日
【redis】FastoRedis2可执行redis语句客户端
该文被密码保护。
阅读全文
posted @ 2019-05-15 20:45 opensmarty
阅读(0)
评论(0)
推荐(0)
2019年5月9日
【ubuntu】ubuntu18.04配置阿里源
摘要: 以防出错,先备份sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak编辑元列表文件sudo vim /etc/apt/sources.list 或 sudo gedit /etc/apt/sources.listdeb http://mirr
阅读全文
posted @ 2019-05-09 17:01 opensmarty
阅读(9163)
评论(0)
推荐(0)
【linux】linux命令如何查看文件、文件夹的属性,包括大小、修改时间、谁修改的
摘要: 【linux命令如何查看文件、文件夹的属性,包括大小、修改时间、谁修改的】1、查看文件大小:#du -sh filename2、查看文件,文件夹属性:#ls -l filename#ls -ld foldername3、查看文件的三个时间 atime ,ctime, mtime3.1、 mtime(
阅读全文
posted @ 2019-05-09 14:36 opensmarty
阅读(35092)
评论(0)
推荐(3)
【apahce】重定向项目下文件到指定url下文件
该文被密码保护。
阅读全文
posted @ 2019-05-09 12:08 opensmarty
阅读(0)
评论(0)
推荐(0)
2019年5月8日
【工作安排】20190508
该文被密码保护。
阅读全文
posted @ 2019-05-08 17:57 opensmarty
阅读(1)
评论(0)
推荐(0)
【日常工作】质检神策埋点
该文被密码保护。
阅读全文
posted @ 2019-05-08 11:42 opensmarty
阅读(1)
评论(0)
推荐(0)
【日常问题】跨域问题
该文被密码保护。
阅读全文
posted @ 2019-05-08 11:08 opensmarty
阅读(0)
评论(0)
推荐(0)
【工作安排】20190506sgs-api兼容jwt与旧oauth认证机制、平台语音问题
该文被密码保护。
阅读全文
posted @ 2019-05-08 11:07 opensmarty
阅读(1)
评论(0)
推荐(0)
【jwt】jwt 实践以及与 session 异同
摘要: JSON Web Token 是 rfc7519 出的一份标准,使用 JSON 来传递数据,用于判定用户是否登录状态。 jwt 之前,使用 session 来做用户认证。 以下代码均使用 javascript 编写。原文链接见 山月的博客 session传统登录的方式是使用 session + to
阅读全文
posted @ 2019-05-08 10:52 opensmarty
阅读(489)
评论(0)
推荐(0)
上一页
1
···
65
66
67
68
69
70
71
72
73
74
下一页
公告