2019年2月11日
摘要: 批量ssh登录机器 #site_search_hosts 10.4.16.205,10.4.20.87,10.4.20.88,10.4.20.89,10.4.20.90,10.4.20.92,10.4.20.93,10.4.21.51,10.4.21.52,10.4.21.53,10.4.21.54 阅读全文
posted @ 2019-02-11 21:00 冰山上的博客 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 完整: http://docs.jinkan.org/docs/flask/installation.html#installation virtualenv 你很可能想在开发中用上 virtualenv,如果你有生产环境的 shell 权限,你同样会乐于在生产环境中使用它。 virtualenv 阅读全文
posted @ 2019-02-11 20:51 冰山上的博客 阅读(406) 评论(0) 推荐(0) 编辑
摘要: time and date (error correction in graph (Datetime obj->string):dt_obj.strftime(format)) import time, datetime 1. datetime obj 1) datetime datetime.da 阅读全文
posted @ 2019-02-11 20:35 冰山上的博客 阅读(963) 评论(0) 推荐(0) 编辑
  2019年1月31日
摘要: 见我的原创文章原文: https://mianbaoduo.com/o/bread/YZ2Tm5w= - - - - - - - - - - 阅读全文
posted @ 2019-01-31 16:31 冰山上的博客 阅读(622) 评论(0) 推荐(0) 编辑
  2019年1月26日
摘要: 见我的原创文章原文(建议用Chrome浏览器阅读): https://mianbaoduo.com/o/bread/YZ2Tm50= - - - - - - - - - - 阅读全文
posted @ 2019-01-26 17:14 冰山上的博客 阅读(363) 评论(0) 推荐(0) 编辑
  2019年1月6日
摘要: 计算机科学发展的动力 姚尧 计算机对现代人来说并不陌生。我常常在坐车或者吃饭时和不是学计算机的朋友闲聊。出乎意料的是他们总会认为学计算机就是学会十分懂得如何组装电脑、如何重装操作系统,或者如何入侵他人的计算机做一些破坏活动,至少从话语表面上看如此。 不错,设计硬件体系结构、编写操作系统和网络安全攻防 阅读全文
posted @ 2019-01-06 15:08 冰山上的博客 阅读(685) 评论(0) 推荐(0) 编辑
摘要: 我想安装、使用eclipse+CDT的初衷在看live555的源码,需要方便管理源码的工具: 使用eclipse编译和管理live555源码 http://blog.csdn.net/nkmnkm/article/details/7403027 Mac OS 下使用Eclipse + CDT 搭建C 阅读全文
posted @ 2019-01-06 14:32 冰山上的博客 阅读(848) 评论(0) 推荐(0) 编辑
摘要: python 处理时间 CentOS升级python到2.7版本 http://my.oschina.net/zhangdapeng89/blog/86134 How to Use UTF-8 with Pythonhttp://www.evanjones.ca/python-utf8.html p 阅读全文
posted @ 2019-01-06 14:27 冰山上的博客 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 我使用的是windows xp,相信下面的方法也能应用到win7等windows系统上。 我希望在CTex套件的WinEdt 6.0里使用模板自动插入内容时,想快速从上到下遍历” * “并修改。 通过google得到菜单栏Tools->Next Bullet 结果快捷键是CTRL-Space,悲剧。 阅读全文
posted @ 2019-01-06 14:24 冰山上的博客 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 用LaTeX画树形结构,比如:文件目录树形图,程序中函数调用关系图等。 找到的一个不错的资源: http://www.texample.net/tikz/examples/feature/trees/ 画出来的图看上去就是这样: 阅读全文
posted @ 2019-01-06 14:22 冰山上的博客 阅读(3976) 评论(0) 推荐(0) 编辑
摘要: Lights Out Game 在线的游戏:http://www.neok12.com/games/lights-out/lights-out.htm 瞎试一阵子未成之后,终于找到了标准答案:http://www.logicgamesonline.com/lightsout/tutorial.htm 阅读全文
posted @ 2019-01-06 14:16 冰山上的博客 阅读(478) 评论(3) 推荐(0) 编辑
摘要: ubuntu下安装 Source insight http://blog.csdn.net/imyang2007/article/details/7654700 安装时碰到一个框,有一个<OK>按钮但是怎么都点不了,上网搜据说是版本过低。 安装wine新版本的方法: http://wiki.ubun 阅读全文
posted @ 2019-01-06 14:15 冰山上的博客 阅读(4575) 评论(0) 推荐(0) 编辑
摘要: Generating SSH Keys (创建SSH密钥)https://help.github.com/articles/generating-ssh-keys#platform-linux Create a repository (创建代码库)https://help.github.com/ar 阅读全文
posted @ 2019-01-06 14:10 冰山上的博客 阅读(214) 评论(0) 推荐(0) 编辑
摘要: (2013.8写在CSDN的文章) 近期在看Bentley的《编程珠玑》(第2版),看过一半就能断定这是一本学算法学编程必看的一本书。 书的前面几章不需要参考很多背景资料,勤动笔演算就能有不错的理解。但是第7章强调了不少常识和判断方面的素质,因此需要一些背景知识作为参考。 第7章开头举了计算密西西比 阅读全文
posted @ 2019-01-06 14:05 冰山上的博客 阅读(355) 评论(0) 推荐(0) 编辑
摘要: (2014.1写于CSDN的文章) 最近对lisp非常感兴趣,因此在google中搜索了“common lisp install windows”, 想装一个开发环境玩玩。 第一条结果就是 “Getting going with modern Common Lisp on Windows” : ht 阅读全文
posted @ 2019-01-06 14:03 冰山上的博客 阅读(1676) 评论(0) 推荐(0) 编辑