会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Aray007
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
21
下一页
2018年8月24日
awk
摘要: 内建变量 内置函数 awk判断 awk循环 Example 取本机IP 查看磁盘空间 排列打印 习题 awk练习题
阅读全文
posted @ 2018-08-24 23:54 Aray007
阅读(696)
评论(0)
推荐(0)
2018年8月23日
sed
摘要: 原文链接:http://www.cnblogs.com/oyoui/p/6598911.html
阅读全文
posted @ 2018-08-23 23:54 Aray007
阅读(203)
评论(0)
推荐(0)
django的logger日志模块
摘要: 原文链接:http://www.cnblogs.com/DI-DIAO/p/8793136.html
阅读全文
posted @ 2018-08-23 09:31 Aray007
阅读(193)
评论(0)
推荐(0)
linux权限命令
摘要: 1. 新建用户natasha,uid为1000,gid为555,备注信息为“master” groupadd -g 555 natasha useradd -u 1000 -g 555 -c "master" natasha 2. 修改natasha用户的家目录为/Natasha' usermod -d home/Natasha natasha 3. 查看用户信息配置文件的最后一行 ta...
阅读全文
posted @ 2018-08-23 00:07 Aray007
阅读(478)
评论(0)
推荐(0)
2018年8月21日
linux基础命令
摘要: mkdir -p /FtpServer/{bin,conf,core/db/lib} touch log access.log touch /FtpServer/bin/{register.py,start.py} touch /FtpServer/conf/settings.py touch /F
阅读全文
posted @ 2018-08-21 15:56 Aray007
阅读(124)
评论(0)
推荐(0)
2018年8月20日
Django中的FBV和CBV区别
摘要: 原文链接:https://blog.csdn.net/weixin_42301462/article/details/81392896
阅读全文
posted @ 2018-08-20 17:57 Aray007
阅读(246)
评论(0)
推荐(0)
django中render()与render_to_response()区别
摘要: render()与render_to_response()均是django中用来显示模板页面的,但是在django1.3之后,render()便比render_to_response()更加招人待见!最明显的就是前者会自动使用RequestContext,而后者需要coding进去,例如:
阅读全文
posted @ 2018-08-20 17:41 Aray007
阅读(3980)
评论(0)
推荐(0)
2018年8月17日
django实现查询功能
摘要: 1.index首页显示 2.js的实现 3.views视图
阅读全文
posted @ 2018-08-17 18:33 Aray007
阅读(730)
评论(0)
推荐(0)
django实现文件上传和下载
摘要: 1.首页:index.html action依照自己对应的数据库进行修改。 2.路由:url 3.视图:views 4.配置media 1.在settings里配置: 2.在url配置 3.记得导入相对所在包,不然无效。 分析: 文件的上传流程: 选中本地的图片,upload点击进行上传, 1.先在
阅读全文
posted @ 2018-08-17 15:47 Aray007
阅读(11921)
评论(0)
推荐(0)
2018年8月6日
linux 运维工程师30道题
摘要: 前段时间,我在准备面试的时搜到的一套Linux运维工程师面试题,感觉比较全面,一直保存在草稿,刚在整理后台时翻了出来,干脆就发出来好了,以备不时之需。 1.linux如何挂在windows下的共享目录mount.cifs //192.168.1.3/server /mnt/server -o use
阅读全文
posted @ 2018-08-06 21:23 Aray007
阅读(463)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
21
下一页
公告