笔记 {

计算机 {

底层 {

程序运行

}

    信息学 {
网络 {
网络信息安全
} 算法 {
算法
拟合
编译解释词法分析
} 编程语言 {
C语言
嵌入式C++
} 黑客
}
} 安卓 {
软件 {
双开助手
微信
Google Inbox 提供邮箱、待办服务
谷歌服务框架 要装谷歌的软件先装这个
Chrome 可以和电脑同步标签页
}
} 生活 {
2016 {
12月 {
2016-12-6 13:28:32
}
} TODO
} 音乐 {
Le Coucou
肖邦 辉煌的大圆舞曲 Chopin Grande Valse Brillante {
有四首。就是一般圆舞曲集中排在前四个的。 Op.18 E flat major 第一次听的 {
TODO 下载曲子(rubinstein,不要utube的)和谱 赏析
Not sure if it is me, that when listen to this music,
I can't help imagine a picture of cat flying in the sky... https://www.youtube.com/watch?v=g2r7skqSkNM
} OP.34 No.3 温哥华女孩演奏
} 贝多芬三首奏鸣曲 {
TODO 谱,赏析,下载(李云迪)
}
} Windows {
软件 {
Mobile Go 安卓管家
Chrome 浏览器
Sublime Text 3 文本(代码)编辑
}
} 云 {
idedone.com 在线ide,支持C C++ Perl Python等
github.com 代码分享。已经完成备份(百度云),
没有清理。
}

}

肖邦 辉煌的大圆舞曲

TODO

blogger cnblogs(两个账号) gmail keepgoogle 网易云笔记 百度云

每月重新开始

每天整理

2016-12-6 13:28:32

早上语文演讲,讲得很短,语文老师评价:“戛然而止”。

戛然而止意思:形容声音因为被打断而突然终止。

黑客

https://dayone.me/2iX7zHp

编程语言

https://www.zhihu.com/question/20104312

信息学

https://www.zhihu.com/question/22508677

嵌入式C++

Embedded C++是一些日本电子大厂使用的内嵌式编程语言,是C++的子集。

有某些C++的特性被移除。不被看好。自2002年以后没再更新。

C语言

http://www.codeceo.com/article/c-const-optimization.html

http://www.codeceo.com/article/cpp-tips-summary.html

http://blog.csdn.net/turingbook/article/details/1775488

http://blog.csdn.net/myan/article/details/1778843

http://blog.codingnow.com/2007/09/c_vs_cplusplus.html

http://blog.csdn.net/pongba/article/details/1611593

http://www.guokr.com/article/222043/

http://www.codeceo.com/article/c-dynamic-change-function.html

http://www.codeceo.com/article/random-with-c.html

http://www.codeceo.com/article/c-pointer-harmful.html

http://www.codeceo.com/article/why-need-learn-c-programming.html

https://www.oschina.net/question/54100_54164

https://www.zhihu.com/question/22608939

约翰卡马克魔数

https://www.zhihu.com/question/22062523

http://tonybai.com/2013/02/27/why-code-in-c-anymore/

程序运行

http://www.cnblogs.com/yanlingyin/archive/2012/03/05/2379199.html

网络信息安全

http://blog.csdn.net/column/details/column-security.html

欺骗的艺术(社会工程学)

算法

http://blog.csdn.net/column/details/column-algo.html

拟合

http://blog.csdn.net/orbit/article/details/12793343

编译解释词法分析

https://my.oschina.net/forhappy2010/blog/32546

http://coolshell.cn/articles/8115.html

http://www.cnblogs.com/yanlingyin/archive/2012/04/17/2451717.html

http://lotabout.me/2015/write-a-C-interpreter-0/

https://www.zhihu.com/question/20822934

https://www.anotherhome.net/1751

http://blog.codingnow.com/2005/12/compiler.html

随机推荐

  1. React项目(二):生命游戏

    引子 这是16年最后的一个练手项目,一贯的感觉就是,做项目容易,写说明文档难.更何况是一个唤起抑郁感觉的项目,码下的每个字,心就如加了一个千斤的砝码. 2016年,有些事我都已忘记,但我现在还记得.2 ...

  2. vim + ctags + taglist配置和使用

    vim +ctags + taglist ,ctags+cscope 安装配置和使用 内容:VIM下ctags和taglist的安装配置方法:一键安装 ctags和cscope的方法 :vim语法高亮 ...

  3. Android SDK升级后报错error when loading the sdk 发现了元素 d:skin 开头无效内容

    把错误位置的devices.xml这个文件删除,再把sdk里面tools\lib下的这个文件拷贝到你删除的那个文件夹里,重启eclipse

  4. 【jQuery】选择器

    jQ提供了很多选择器:(注:$("p").action() action为后续动作) 元素选择器 $("p").action() ; //选取所有p标签 id选 ...

  5. beaglebone black 固定IP上网(ubuntu16.04,console)

    今天把beaglebone black搞了下,让能通过网线上网.需要修改一些文件.刷的是ubuntu16.04系统,没有界面.不过资源占用很少,顺便说一下.系统下的vi不好用,没有安装vim. 下面的 ...

  6. Oracle 查询语句(where,order by ,like,in,distinct)

    select * from production;alter table production add productionprice number(7,2); UPDATE production s ...

  7. 关于JQ toggle 的注意事项

    1.9.1以后的版本,好像不支持 jq 的 toggle function的用法啦.

  8. UITableViewCell 的附件类型 accessoryType 选中、详情、箭头

    UITableViewCell * cell = [[UITableViewCell alloc] init]; 设置cell的附件类型: // >1 打钩 选中//    cell.acces ...

  9. Android获取屏幕宽度高度

    方法一: WindowManager wm = (WindowManager) this .getSystemService(Context.WINDOW_SERVICE); int width = ...

  10. oracle 学习笔记(三)

    1. SQL(基础查询) 1.1. 基本查询语句 1.1.1. FROM子句 SQL查询语句的语法如下:   SELECT <*, column [alias], -> FROM tabl ...