php study plan personal
Php study schedule personal:
1. php intro + upper : imooc
2. video course: php100, houdunwang (together with project practice)
3. ubuntu system:?
4. MVC codeignitor + thinkphp:?
php study plan personal的更多相关文章
- Study plan for automation test framework
		虽然部门的automation建立起来有两年多,去年项目一直很忙,仅限于应用(e.g 运行脚本测试或者写一些简短的测试脚本),但是一直没有深入研究其组成框架.近期希望抽出时间来做深入学习. 初步计划从 ... 
- URAL(timus) 1280 Topological Sorting(模拟)
		Topological Sorting Time limit: 1.0 secondMemory limit: 64 MB Michael wants to win the world champio ... 
- 达人篇:2.1)APQP产品质量先期策划
		本章目的:介绍APQP的概念,明确APQP各个阶段提交的内容.理解APQP是帮助而不是负担. APQP概念: 产品质量先期策划(Advanced Product Quality Planning,简称 ... 
- Codeforces Round #469 Div. 2题解
		A. Left-handers, Right-handers and Ambidexters time limit per test 1 second memory limit per test 25 ... 
- Improve Your Study Habits
		1.Plan your time carefully. Make a list of your weekly tasks.Then make a schedule or chart of your t ... 
- A Study of WebRTC Security
		转自:http://webrtc-security.github.io/ A Study of WebRTC Security Abstract Web Real-Time Communication ... 
- 一页纸商业计划书 (Business Plan) 模板(转载)
		本文转载自:https://blog.eood.cn/business-plan 假如你也有一个 idea ,但是还处于想法阶段,这个商业计划书模板能够帮你理清思路. 这个一页 BP 模板简单实用,分 ... 
- How To Create a Personal Balance Sheet
		Calculating your personal net worth is the best way to know exactly what your starting point is, in ... 
- A Personal Selection of Books on E lectromagnetics and Computational E lectromagnetics---David B. Davidson
		链接. General Books on Electromagnetics When our department recently reviewed our junior-level text, w ... 
随机推荐
- Microsoft.Jet.OLEDB.4.0和Microsoft.ACE.OLEDB.12.0的适用版本
			Jet 可以访问 Office 97-2003,但不能访问 Office 2007. ACE 既可以访问 Office 2007,也可以访问 Office 97-2003. 另外:Microsof ... 
- mvc+ef5+easyui实例(1)
			mvc+ef5+easyui 组织机构和员工管理实例 环境:vs2010+sql2008 框架搭建 1,新建mvc4 web应用 2. 3. 系统自动生成的的controllers,和views文件中 ... 
- root cause:org.apache.struts2.json.JSONException: java.lang.reflect.InvocationTargetException
			今天在调试SSH与Ajax时,服务器端报出JSON异常: 
- 学习dijk最短路径中
			#include<iostream> #include<math.h> #include<stdio.h> #include<algorithm> #i ... 
- EC读书笔记系列之11:条款20、21
			条款20 宁以pass-by-reference-to-const替换pass-by-value 记住: ★尽量以pass-by-reference-to-const替换pass-by-value.前 ... 
- 使用bootstrap做一个响应式的页面
			<!doctype html> <html lang="en"> <head> <meta charset="UTF-8&quo ... 
- ArrayList与LinkedList时间复杂度之对比
			package ArrayList; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections ... 
- python特性、属性以及私有化
			python中特性attribute 特性是对象内部的变量 对象的状态由它的特性来描述,对象的方法可以改变它的特性 可以直接从对象外部访问特性 特性示例: class Person: name = ' ... 
- Hash算法原理理解
			我们有很多的小猪,每个的体重都不一样,假设体重分布比较平均(我们考虑到公斤级别),我们按照体重来分,划分成100个小猪圈. 然后把每个小猪,按照体重赶进各自的猪圈里,记录档案. 好了,如果我们要找某个 ... 
- Oracle EBS-SQL (SYS-19):sys-用户登陆纪录查询.sql
			select * from fnd_user t where t.user_name='user_name' 
