辋川集

木末芙蓉花,山中发红萼,涧户寂无人,纷纷开且落

By - 陳 思敬

Java Note TOC

按阮一峰老师的规则,从Java Tutorial 中抽出一个简单的目录,借助Python程序,生成符合要求的 Markdown 文本。 上午编写的Java Env一节,文字太多,而且多是转载,已经违背了 Notebook 的规划,以后只记录关键的步骤和代码,时间有限。 原始目录:

By - 陳 思敬

Sublime Text 2 Notebook

Official Webiste: http://www.sublimetext.com/ Install Package Control The simplest method of installation is through the Sublime Text console. The console is accessed via the Ctrl + ` shortcut or the View > Show Console menu. Once open, paste the appropriate Python code for your version of Sublime Text into the console from the following site: https://sublime.wbond.net/installation#st2

By - 陳 思敬

PHP Notebook

PHP 基础 安装环境 今天在 SFP 上安装 Wamp2.5,在选择默认浏览器时,出现错误: 建议重新安装,32位/64位都如是,不敢轻易从网上下载 MSVCR110.dll,于是从旧电脑上拷了一个旧版,安装成功。 Wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-32b WampServer2.1d-x64 心下甚慰。

By - 陳 思敬

Java Notebook 序言

Java 是我学习的第一门编程语言,自此告别编辑,走向编程。 辑:收集材料编成书刊; 程:事物发展的经过或进行的步骤。 共同的特征是:编,涵盖整理与创作,遵循一定的条理和顺序。 The Java™ Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification.