- 博客(11)
- 收藏
- 关注
转载 查找包含某字符串的文件
grep-rnw'/path/to/somewhere/'-e"pattern"摘自 http://stackoverflow.com/questions/16956810/how-to-find-all-files-containing-specific-text-on-linux
2016-10-25 17:08:07 324
转载 IMAP常用命令汇总
转自http://busylog.net/telnet-imap-commands-note/Sometimes I need to debug issues on email box… manually on IMAP port.Sometimes I need to see my notes.Here some notes just to use as cut&mo
2016-06-23 11:29:49 8823
原创 GIT命令备忘
查看本地分支git branch查看远程分支git branch -rcheckout 远程分支并在本地创建新分支git checkout -b ${local_branch} ${remote_repo}/${remote_branch}例如 git checkout -b cassandra-3.3 origin/cassandra-3.3
2016-06-18 11:02:54 511 1
转载 Django模板系统
转自http://www.douban.com/note/96868215/?type=like#sepDjango模板系统学习整理 给丫睡钱 给丫睡钱 2010-10-23 18:29:22 block extends include三者的差别跟用法一、定义基础模板,在html内容中定义多个block块,block由子模板引用同名block块,来决定是否替换这些部分 {% block tit
2015-03-31 16:43:45 462
转载 Amazon Web Services:Putty连接EC2实例
Install PuTTYDownload and install PuTTY from the PuTTY download page. Be sure to install the entire suite.Get the ID of the instanceYou can get the ID of your instance using the Amazon EC2 c
2014-10-05 17:10:47 710
转载 Dovecot installation and configuration on CentOS
origin: http://www.rackspace.com/knowledge_center/article/dovecot-installation-and-configuration-on-centosIntroductionIf you've installed postfix to operate as the SMTP service on a woul
2013-11-01 22:09:49 473
转载 生成器模式
原文链接 http://www.cnblogs.com/tjcjxy/archive/2010/11/26/1888660.html 模式名称:生成器模式 1.问题描述 生活场景:你玩过种地、种花等类似的游戏吗?这是最近很流行的游戏哟!下面就是从种花游戏中剪切的四个花盆(盆景),很漂亮吧!你将不同的种子放入花盆,一段时间后你就可以看到各种美丽的鲜花了,不同种子所生产出来的鲜花有
2013-01-24 16:57:35 296
转载 UML用例图之泛化(generalization)、扩展(extend)和包含(include)关系
在画用例图的时候,理清用例之间的关系是重点。用例的关系有泛化(generalization)、扩展(extend)和包含(include)。其中include和extend最易混淆。下面我们结合实例彻底理清三者的关系。基本概念 用例图(Use Case Diagram):用例图显示谁是相关的用户,用户希望系统提供什么服务(用例),以及用例之间的关系图。用例图主要的作用是获取需求、指
2013-01-24 16:33:00 280
转载 主题:UML类图与类的关系详解-UML
uml中类图和类的关系。 在画类图的时候,理清类和类之间的关系是重点。类的关系有泛化(Generalization)、实现(Realization)、依赖(Dependency)和关联(Association)。其中关联又分为一般关联关系和聚合关系(Aggregation),合成关系(Composition)。下面我们结合实例理解这些关系。基本概念类图(Class Di
2013-01-24 15:45:29 277
原创 delphi调用c语言的dll,退出时出现access violation at 0x...
项目中delphi程序调用c语言的dll一切正常,退出时出现错误access violation at 0x...网上查到貌似与调用约定有关,试验将delphi声明中copy过来的stdcall换成cdecl,成功解决。dll函数声明:interfacetypeAnotherRecord = record chars : array[0 .. 511] of ch
2013-01-22 08:32:28 1158
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人