辋川集

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

By - 陳 思敬

Github 优化项目收藏

atrament.js Tiny JS library for beautiful drawing and handwriting on the HTML Canvas. Atrament is a lightweight library that enables the user to draw smooth, natural drawings and handwriting on the HTML canvas. The algorithm was originally developed about 2 weeks after I started learning JavaScript, as I wanted to build a collaborative drawing space on the web, which ended

By - 陳 思敬

Github更换CNAME解析

今天整理 Github 的邮件,发现一个惊喜: The page build completed successfully, but returned the following warning: Your site’s DNS settings are using a custom subdomain, xxx.christen.cn, that’s set up as an A record. We recommend you change this to a CNAME record pointing at hiclick.github.io. Instructions on configuring a subdomain for use with GitHub Pages can be found at: https://help.github.com/articles/setting-up-a-custom-domain-with-github-pages/ For information on

By - 陳 思敬

Java Note TOC

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

By - 陳 思敬

Github 实现协作更新

今天 Github 的托管应用,有了大幅更新,心中甚慰。 更新页面样式,已基本无Bug; 发现AdminLTE里的documentation组件,和starter.html页面,可用来编写HTML格式的文档; 阮一峰的《ECMAScript 6 入门》源文件,可直接在项目的子目录中运行,效果很好; Prism.js是可高度定制的Highlight方案,集成至Markdown教程,优雅;// 参考 Highlight + CodeMirror; GitHub实现了Mac和SFP的协作更新,虽然还是没有搞明白分支,偷懒用了Collaborators;