上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 37 下一页

2014年3月3日

Sublime中输入中文的解决方案

摘要: 之前系统用的输入法是 ibus,在sublime中无法使用,可能是不支持该输入法。然后改用 fcitx,切换输入法之后要重启系统才可以生效,启动之后就可以使用中文了。 阅读全文

posted @ 2014-03-03 23:04 Stomach_ache 阅读(133) 评论(0) 推荐(1) 编辑

HTML 基础

摘要: 头部声明:添加标题: My Website 添加图片:添加链接: This is a link 使用图片作为链接:使用嵌套,然后用图片来代替本来在中间的内容格式: 阅读全文

posted @ 2014-03-03 21:40 Stomach_ache 阅读(76) 评论(0) 推荐(0) 编辑

Sublime text2 常用插件

摘要: 很早就安装了这款软件,因为听说很NB。但是一直都是习惯用vim, 所以一直没有去学习它,现在用用感觉确实很不错,所以找了些插件,参考网址:http://www.hphq.net/Marketing/8.html 阅读全文

posted @ 2014-03-03 18:31 Stomach_ache 阅读(78) 评论(0) 推荐(0) 编辑

2014年3月2日

Hdu 4597记忆化搜索

摘要: 好久没有做题了,水平已经完全在学弟之下了。一个吉林邀请赛最水的题目。:(其实这题一看到数据范围,只可以想到思路,直接爆搜,加个记忆化。这题虽然A了,但是我还是没太想清楚一些边界情况,心虚着A了。我的代码如下: 1 /******************************************... 阅读全文

posted @ 2014-03-02 14:04 Stomach_ache 阅读(120) 评论(0) 推荐(0) 编辑

2014年3月1日

Markdown Linux

摘要: 如何在Linux下使用Markdown进行文档工作学习于:http://www.ituring.com.cn/article/10044Markdown 官网:http://daringfireball.net/projects/markdown/syntax 阅读全文

posted @ 2014-03-01 13:42 Stomach_ache 阅读(130) 评论(0) 推荐(0) 编辑

Linux C socket 基于 UDP

摘要: /************************************************************************* > File Name: server.c > Author: Stomach_ache > Mail: 1179998621@qq.com ... 阅读全文

posted @ 2014-03-01 11:59 Stomach_ache 阅读(227) 评论(0) 推荐(0) 编辑

2014年2月27日

Python 中的 map, reduce, zip, filter, lambda基本使用方法

摘要: map(function, sequence[, sequence, ...]该函数是对sequence中的每个成员调用一次function函数,如果参数有多个,则对每个sequence中对应的元素调用function。返回值为一个列表如: def func(x): return x + 10; ... 阅读全文

posted @ 2014-02-27 12:26 Stomach_ache 阅读(180) 评论(0) 推荐(0) 编辑

2014年2月23日

C++的替代运算标记符

摘要: 标记符and, and_eq, bitand, bitor, compl, not, not_eq, or, or_eq, xor, xor_eq, , 都可以用来代替我们常用的&&, &=, &, |, ~, !, !=, ||, |=, ^, ^=, {, }, [ 和 ]。在键盘上缺乏必要的符... 阅读全文

posted @ 2014-02-23 23:37 Stomach_ache 阅读(298) 评论(0) 推荐(0) 编辑

2014年2月22日

Ubuntu无法连接无线网

摘要: shell里输入:suifconfig wlan0 up不行的话rfkill block all rfkill unblock allifconfig wlan0 up 阅读全文

posted @ 2014-02-22 23:38 Stomach_ache 阅读(128) 评论(0) 推荐(0) 编辑

2014年2月18日

MySQL安装后设置root 密码

摘要: Mysql安装完成后初始化root 密码为空,直接回车使用命令行:mysqladmin -u root password "123456"来设置root密码。这里我设置的密码是 123456 阅读全文

posted @ 2014-02-18 13:14 Stomach_ache 阅读(141) 评论(0) 推荐(0) 编辑

上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 37 下一页

导航