来源:https://github.com/skywind3000/awesome-cheatsheets/blob/master/languages/bash.sh ...
分类:
其他好文 时间:
2018-03-03 14:11:04
阅读次数:
155
打开终端后,无法输入中文,按照网络上的教程 1.安装语言包 System Settings–>Language Support–>Install/Remove Languages 选中chinese,点击Apply,等待下载安装完成。 2.安装ibus框架 sudo apt-get install ...
分类:
系统相关 时间:
2018-02-27 23:38:43
阅读次数:
1461
前言phpMyAdmin是基于web的管理工具,用于管理MySQL。一.下载并配置phpMyAdmin1.下载phpMyAdmin包~]#wgethttps://files.phpmyadmin.net/phpMyAdmin/4.0.10.20/phpMyAdmin-4.0.10.20-all-languages.tar.gz2.修改配置文件:展开软件包~]#tarxftarxfphpMyAdmi
分类:
Web程序 时间:
2018-02-23 20:51:18
阅读次数:
211
With Xamarin, you can extend your cross-platform apps with support for native speakers, reaching markets that might otherwise be overlooked. However, ...
分类:
移动开发 时间:
2018-02-12 11:10:03
阅读次数:
298
以前读 SICP ,虽然很有趣,但并没有讲 cons、car与cdr是怎样实现的。今天读 the implementation of functional programming languages ,里面讲到了如何用lambda实现这三个函数,这里给出用 scheme 和 javascript 改 ...
分类:
其他好文 时间:
2018-02-10 23:28:08
阅读次数:
443
1 vscode下载 2 补全头文件插件 3 c/c++自动补全插件 https://code.visualstudio.com/docs/languages/cpp 4 修改补全的tab方式 emmet.triggerExpansionOnTab: true 5 下载cmake插件 ...
分类:
编程语言 时间:
2018-01-28 12:40:17
阅读次数:
175
中文文案排版指北 統一中文文案、排版的相關用法,降低團隊成員之間的溝通成本,增強網站氣質。 Other languages: "English" "Chinese Traditional" "Chinese Simplifed" 目次 "空格" "中英文之間需要增加空格" "中文與數字之間需要增加空 ...
分类:
其他好文 时间:
2018-01-24 20:04:45
阅读次数:
263
Appendix A Unicode // 附录A 统一字符编码标准 (unicode /?ju?n??k??d/ n.a character set for all languages 统一字符编码标准. ) Computers use numbers. They store characters ...
分类:
移动开发 时间:
2018-01-23 23:14:31
阅读次数:
240
所谓的动态语言指的是语言单元的结构、行为、类型可以在运行时发生改变的语言。 可以动态添加新的类型; Eval[edit] Some dynamic languages offer an eval function. This function takes a string parameter con ...
分类:
编程语言 时间:
2018-01-21 12:31:58
阅读次数:
206
In some languages, classes are only a compile-time feature (new classes cannot be declared at runtime), while in other languages classes are first-cla ...
分类:
Web程序 时间:
2018-01-21 00:08:53
阅读次数:
308