2016年9月8日

Django初体验

摘要: 为什么使用Django 1. 快速开发 使用python 数据库ORM系统 2. 大量内置应用 后台管理系统 admin 用户认证系统 auth 会话系统 sessions 3. 安全性高 表单验证 SQL注入 跨站点攻击 4. 易于扩展 Django知识储备 1. python基础 2. 数据库S 阅读全文

posted @ 2016-09-08 22:35 CoderFei 阅读(235) 评论(0) 推荐(0)

2016年7月28日

Import user's Environment path into Linux cron task

摘要: How to use " cron " to create scheduled task Minimum time cycle: 1 minute Use crontab e edit scheduled task If user Environment Variable need to be us 阅读全文

posted @ 2016-07-28 21:01 CoderFei 阅读(133) 评论(0) 推荐(0)

Linux common resources

摘要: Useful Linux Web reources list "Linux die manual" "Linux Man Pages Archive" "Linux RPM find" "Linux RPM Search" "Linux Source code" "Linux Kernel mail 阅读全文

posted @ 2016-07-28 20:43 CoderFei 阅读(138) 评论(0) 推荐(0)

How to use Oprofile tool to analysis program's performance

摘要: You can get Oprofile RPM from "https://www.rpmfind.net/" How to use Oprofile tools: Get report Steps : 1. opcontrol init //加载模块,mout /dev/oprofile 创建必 阅读全文

posted @ 2016-07-28 20:13 CoderFei 阅读(149) 评论(0) 推荐(0)

2016年7月13日

Leetcode Python Solution(continue update)

摘要: leetcode python solution 1. two sum (easy) Given an array of integers, return indices of the two numbers such that they add up to a specific target. Y 阅读全文

posted @ 2016-07-13 19:57 CoderFei 阅读(936) 评论(0) 推荐(0)

Learning Django Resources

摘要: Learning Django Django makes it easier to build better Web apps more quickly and with less code. Web Resource 1. "Django Project Doucment" 2. "Django 阅读全文

posted @ 2016-07-13 19:50 CoderFei 阅读(210) 评论(0) 推荐(0)

导航