上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 74 下一页
摘要: 一、查看Linux系统版本的命令(3种方法) 1、cat /etc/issue,此命令也适用于所有的Linux发行版。 [root@S-CentOS home]# cat /etc/issue CentOS release 6.5 (Final) Kernel \r on an \m 2、cat / 阅读全文
posted @ 2019-06-25 11:05 opensmarty 阅读(951) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-06-24 18:24 opensmarty 阅读(4) 评论(0) 推荐(0)
摘要: Session 的工作机制是:为每个访问者创建一个唯一的 id (UID),并基于这个 UID 来存储变量。UID 存储在 cookie 中,亦或通过 URL 进行传导。 PHPSESSIONID的生产算法原理如下: hash_func = md5 / sha1 #可由php.ini配置 PHPSE 阅读全文
posted @ 2019-06-24 17:45 opensmarty 阅读(2929) 评论(0) 推荐(2)
该文被密码保护。 阅读全文
posted @ 2019-06-24 15:57 opensmarty 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-06-20 17:10 opensmarty 阅读(3) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-06-20 11:44 opensmarty 阅读(2) 评论(0) 推荐(0)
摘要: Git diff 用于比较两次修改的差异 1.1 比较工作区与暂存区 git diff 不加参数即默认比较工作区与暂存区 1.2 比较暂存区与最新本地版本库(本地库中最近一次commit的内容) git diff --cached [<path>...] 1.3 比较工作区与最新本地版本库 git 阅读全文
posted @ 2019-06-18 13:34 opensmarty 阅读(1210) 评论(0) 推荐(0)
摘要: git branch 和 git checkout经常在一起使用,所以在此将它们合在一起 1.Git branch 一般用于分支的操作,比如创建分支,查看分支等等, 1.1 git branch 不带参数:列出本地已经存在的分支,并且在当前分支的前面用"*"标记 1.2 git branch -r 阅读全文
posted @ 2019-06-18 13:32 opensmarty 阅读(1449) 评论(0) 推荐(0)
摘要: 【putty文本日志设置】 【文本导excel】 1. 文本格式如下: 2. 导入excel 3. 设置以空格隔开每列 4. 选择空格,再下一步 5. 数字以字符串文本显示 阅读全文
posted @ 2019-06-18 13:11 opensmarty 阅读(2738) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-06-17 17:42 opensmarty 阅读(1) 评论(0) 推荐(0)
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 74 下一页