将感悟心得记于此,重启程序员模式。

js, py, c++, java, php

融汇之全栈系列


[Full-stack] 快速上手开发 - React

[Full-stack] 状态管理技巧 - Redux

[Full-stack] 网页布局艺术 - Less

[Full-stack] 异步即时通信 - Async

[Full-stack] 跨平台大框架 - RN

[Full-stack] 世上最好语言 - PHP

贯通之语言比对


/* 这部分有点全栈系列的味道,日后进阶 */

语言与框架


语言 - PYTHON 基础

【此三篇未来可考虑归为所谓智能系列】

[PyData] Web Crawler - What is Beautiful Soup

[PyData] *Data Preprocessing and Cleaning

[PyData] *Data Representation - mgrid

[PyProj] How to be professional - Python Programming Books

[PyProj] Think in Python : Number

[PyProj] Think in Python : Extended - numpy

[PyProj] Think in Python : Strings, Lists, Dictionaries, Tuples, Set

[PyProj] Think in Python : Files

[PyProj] Think in Python : Extended - load data

[PyProj] Think in Python : Statements

[PyProj] Think in Python : Functions and Modules

[PyProj] Think in Python : Regex

语言 - PHP 基础

[PHP] 01 - Hypertext Preprocessor                   【Trait 概念】

[PHP] 02 - Namespace & Class                        【命名空间的理解】

[PHP] 03 - Form & Input

[PHP] 04 - Upload files

[PHP] 05 - Cookie & Session

[PHP] 06 - Security: Error, Exception and Filter

[PHP] 07 - Json, XML and MySQL

[PHP] 08 - AJAX

[PHP] 09 - PHP 7

语言 - JS 基础

[JS] Topic - why "strict mode" here                                 【3. 其中有一个方法】

[JS] Topic - this is ”closure“

[JS] Topic - variable and function hoisting

[JS] Topic -Object.create                                               【1. 跟类、对象、原型相关的知识点,有必要细看】

[JS] Topic - define "class" by tricky methods【重点】 【2. 结合类,复习一遍】

[JS] Topic - hijack this by "apply" and "call"

[JS] Topic - Object.create vs new

[JS] JS Basic : compare with c#

[JS] ECMAScript 6 - Variable : compare with c#

[JS] ECMAScript 6 - Destructuring

[JS] ECMAScript 6 - String, Number, Function : compare with c#

[JS] ECMAScript 6 - Array : compare with c#

[JS] ECMAScript 6 - Object : compare with c#

[JS] ECMAScript 6 - Prototype : compare with c#

[JS] ECMAScript 6 - Class : compare with c#

[JS] ECMAScript 6 - Inheritance : compare with c#

[JS] ECMAScript 6 - Async : compare with c#               【重点课题,尤其是与nodejs的关系】

[JS] ECMAScript 6 - Set & Map : compare with c#        【新课题】

后端 - Laravel 基础

# 基础概念

[Laravel] 01 - Love beautiful code? We do too.

[Laravel] 02 - Route and MVC

[Laravel] 03 - DB facade, Query builder & Eloquent ORM

[Laravel] 04 - Blade templates

[Laravel] 05 - Controller

# 表单项目

[Laravel] 06 - Project: from Usercase to View

[Laravel] 07 - Project: functions in Controller

# 高级功能

[Laravel] 08 - Auth & Data Migration

[Laravel] 09 - Functional models

# PHP API

[Laravel] 10 - WEB API : wrapper

[Laravel] 11 - WEB API : cache & timer

[Laravel] 12 - WEB API : cache implement

[Laravel] 13 - WEB API : update & error tracking

# Laravel API

[Laravel] 14 - REST API: Laravel from scratch

[Laravel] 15 - REST API: sidebar with unit test

# 数据库

[Laravel] 16 - DB: Eloquent

后端 - NODE JS 基础

[Node.js] 00 - Where do we put Node.js                        【前后端分离的思想】

[Node.js] 01 - How to learn node.js

[Node.js] 02 - Read Eval Print Loop

[Node.js] 03 - Buffer, Stream and File IO

[Node.js] 04 - Event and Callback

[Node.js] 05 - Modules and Function

[Node.js] 06 - Multi-thread and process module

[Node.js] 07 - Html and Http

[Node.js] 08 - Web Server and REST API

[Node.js] 09 - Connect with Database

后端 - SERVER-LESS

# 是个什么

[AWS] Serverless

# 用户管理

[AWS] User management

[AWS] SSO: Single sign-on

[AWS] OAuth2.0

[AWS] Amazon Cognito

# 网站部署

[AWS] Deploy react project on EC2

前端 - UI 基础

[UI] 01 - CSS

[UI] 02 - Layout & CSS3

[UI] 03 - Bootstrap: component

[UI] 04 - Bootstrap: layout & navigation

[UI] 05 - Bootstrap: built-in components

[UI] 06 - jQuery

前端 - REACT JS 基础

[React] 01 - Intro: javaScript library for building user interfaces

[React] 02 - Intro: why react and its design pattern

[React] 03 - Intro: react.js in twelve demos

[React] 04 - Intro: MongoDB becomes popular

[React] 05 - Route: connect with ExpressJS         【Nodejs + Express + MongoDB 基础篇】

[React] 06 - Route: koa makes your life easier

[React] 07 - Flux: uni-flow for react                  【Flux乃Redux的前辈】

[React] 08 - Tutorial: code-behind            【"client.js进化" 展示 “代码分离"】

[React] 09 - Tutorial: components            【组件学习】

[React] 10 - Tutorial: router

[React] 11 - Redux: redux

[React] 12 - Redux: async & middleware

[React] 13 - Redux: react-redux

[React] 14 - Redux: Redux Saga

[React] 15 - Redux: practice IM

[React] 16 - Topic: Mixins & Higher-Order Components

以上是最近整理,有点杂,之后以专题为主学习,击破重难点。

架构与模式


PM之架构

[Arch] 01. Before Design Patterns - UML

[Arch] 02. Design principle and Software Pattern

[Arch] 03. Practice UML in project

[Arch] 04. Software Architectural Patterns

CODE之设计

[设计模式文章开始,基于<node.js设计模式>]

图说设计模式【非常好, c++版本】

石器时代笔记


# 指导:本篇底部是底层语言与基础,越上面越偏向于框架。

编程语言 - C系列 (重新架构中)

基础:

[c++] STL = Standard Template Library

[c++] Associative Containers

[c++] Iterators

[c++] Class

[c++] Copy Control

[c++] Operator overloading

[c++] Callable Objects

[c++] Exceptions

[c++] Smart Pointers

[c++] constexpr and literal class

[c++] Templates

其他:

[Qt5] How to connect c++ with QML

[Qt5] Develop openCV3 by QML on Qt-creator

[Link Qt] Qt Quick 图像处理实例之美图秀秀

[Link Valgrind] linux下利用valgrind工具进行内存泄露检测和性能分析

[Link Valgrind] Qt Creator Valgrind内存分析前端(分析Nginx内存)

[Unity3D] C# Basic : Gameplay Scripting

[Android] Java Basic : preview

操作系统 - Linux系统编程 & C language

等待队列

Linux's Heartbeat

自旋锁,旋啊旋

内核里的红黑树

ADD系统调用

系统调用之“一调到底”

Starting from fork(...)

I need a Page!

a.out run!

挂个文件系统

内核回调 之 一"读"到底

switch为何高效率

char的符号,有木有

More about Struct&Union

Sort for Fun!

山寨内核Makefile之“天龙八部”

当c遇到OOA,初探

~Linux C_1_一些细节

~Linux C_2/3/11_GDB DEBUG

~Linux C_4_调错实例

~Linux C_5/6/7/12_ELF链接

~Linux C_8/14_作用域

~Linux C_13_变量存储布局

~Linux C_16_预处理

[Optimisation] Read & Write file on Hard Disk

底层硬件 - ARM驱动开发

网桥一二三

神灯亮起来

网卡驱动DM9000(1)

网卡驱动DM9000(2)

~Datasheet - MemoryController

~Datasheet - DMA

~Datasheet - IIS

~Datasheet - Nand

~Datasheet - Clock

~Datasheet - RTC, WATCHDAG

~Datasheet - AC97

Communication - 01.Foreword

Communication - 02.Call U

Communication - 03.RILC


Everything here starts from 2011

[Code::Blocks] Install wxWidgets & openCV的更多相关文章

  1. C语言工具---Code::Blocks

    Code::Blocks Code::Blocks 是一个开源的全功能的跨平台C/C++集成开发环境. Code::Blocks是开放源码软件.由纯粹的C++语言开发完成,它使用了著名的图形界面库wx ...

  2. 在Code::Blocks中编译和使用wxWidgets3.0.0教程

      跳转至:指南,搜索 注意,编译Code :: Blocks的对wxWidgets的3.0.0链接不是很稳定,但该库至少可以被正确编译,(只是使用的时候可能会有问题):CodeBlocks开发商都在 ...

  3. Code::Blocks

    Code::Blocks 是一个开放源码的全功能的跨平台C/C++集成开发环境. Code::Blocks是开放源码软件.Code::Blocks由纯粹的C++语言开发完成,它使用了著名的图形界面库w ...

  4. CentOS 7 编译安装 Code::Blocks

    CentOS 7 编译安装 Code::Blocks yum install cairo-devel yum install pango-devel yum install atk-devel yum ...

  5. centos6.4 安装code::blocks

    今天下午闲着没事尝试在自己的PC中的CentOS上装一个Code::Blocks,因为是Linux菜鸟折腾了一下午才基本算搞定但依然有疑惑: 在网上各种谷哥度娘最后才发现还是官方的文档最靠谱:看这里. ...

  6. 体验Code::Blocks下的C++编程

    0.前言 在当前的行业发展和国际形势下,让更多的程序员思考跨平台编程问题.在众多的跨平台开发环境中,Code::Blocks具有独特的优势. 近二十年来,跨平台开发环境曾经如雨后春笋般产生,但是,由于 ...

  7. 在centos 6.9 x64下安装code::blocks步骤

    1.yum groupinstall "Development tools" 2.yum install gtk2* 3.安装wxWidgets 下载地址:https://www. ...

  8. code::blocks(版本10.05) 配置opencv2.4.3

    (1)首先下载opencv2.4.3, 解压缩到D:下: (2)配置code::blocks, 具体操作如下: 第一步, 配置compiler, 操作步骤为Settings  -> Compil ...

  9. code::blocks的快捷键汇总

      编辑部分: Ctrl + A:全选 Ctrl + C:复制 Ctrl + X: 剪切 Ctrl + V:粘贴 Ctrl + Z:撤销 Ctrl + S:保存 Ctrl + Y / Ctrl + S ...

随机推荐

  1. 转:Directshow开发的一些例子

    DirectShow Filter 开发典型例子分析 --字幕叠加 (FilterTitleOverlay)1 本文分析一下<DirectShow开发指南>中的一个典型的Transform ...

  2. libuv在cocos2d-x中的使用

    libuv经过Node.js的实践和应用,已经证明非常之成熟,本来之前项目用的是这个:clsocket https://github.com/DFHack/clsocket  当初选它的主要原因是它支 ...

  3. 将自己写的windows服务加入到windows集群中

    最近发现windows集群能进行很多自定义,比如在集群中加入自己编写的服务. 能自定义的可不少,截个图: 本次演示中,只想用“通用服务”这个类型. 先列下步骤 编写一个记录时间的Windows服务,这 ...

  4. 常用的sql脚本 游标遍历操作

    Declare @id int DECLARE cursor_data CURSOR FOR --这里是取得数据源 OPEN cursor_data FETCH FROM cursor_data IN ...

  5. Navi.Soft30.产品.格式化.操作手册

    1系统简介 1.1功能简述 在软件开发过程中,我们对字符串操作最多. 尤其是Web开发时,数据交换一般采用JSON或XML.本产品作用是格式化各种常用字符串,目前包括:Json,Xml,Html,Sq ...

  6. 调用CXF工具 生成 WSDL【转】

    在做WebService的时候,生成WSDL是必不可少的一步.我们通常使用的工具就是Axis和CXF. CXF提供了一个命令行工具,可以通过命令来生成Java to WSDL,也可以由WSDL生成Ja ...

  7. php 生成 Json

    php 生成 Json 部分 <?php $arr_result = array(); //返回值 $arr_result['result'] = '0'; $arr_result['calle ...

  8. HTML5+javascript实现图片加载进度动画效果

    在网上找资料的时候,看到网上有图片加载进度的效果,手痒就自己也写了一个. 图片加载完后,隐藏loading效果. 想看加载效果,请ctrel+F5强制刷新或者清理缓存. 效果预览:   0%   // ...

  9. thinkphp的伪静态化

    1. 设置默认的控制器和模块 // 绑定访问Admin模块 define('BIND_MODULE','Home'); // 绑定访问Index控制器 define('BIND_CONTROLLER' ...

  10. 我也要学iOS逆向工程--函数

    大家好,这篇我开始学习函数了.先学 C 函数,然后再 OC 的吧.OC 应该复杂点的吧. 然后看看汇编情况哦! 学习函数呢,肯定要弄清楚几个事情. 1.跳转地址. 2.返回地址 3.参数 4.函数获取 ...