码迷,mamicode.com
首页 >  
搜索关键字:everything    ( 573个结果
LLVM每日谈之二十 Everything && Clang driver
作者:史宁宁(snsn1984)最近在读,这是读的第一本LLVM的书,很多地方虽然讲的是自己知道的东西,但是也给人耳目一新的感觉,让人感觉之前有些不确定的东西,或者没有联系起来的知识点一下子贯通了,那感觉非常酸爽。1.先谈谈题目里的Everything。LLVM每日谈之十六中,曾经提到过:Everything is a value.主要讲的是重要的LLVM IR的C++类都是Value的子类,同时...
分类:其他好文   时间:2014-11-06 13:06:05    阅读次数:205
5 commands to check memory usage on Linux
Memory UsageOn linux, there are commands for almost everything, because the gui might not be always available. When working on servers only shell acce...
分类:系统相关   时间:2014-11-05 12:14:42    阅读次数:265
CentOS7.0下载各版本说明
CentOS-7.0-1406-x86_64-DVD.iso ? ? ? ? ? ??标准安装版,一般下载这个就可以了 CentOS-7.0-1406-x86_64-NetInstall.iso? ? ???网络安装镜像 CentOS-7.0-1406-x86_64-Everything.iso? ? ?对完整版...
分类:其他好文   时间:2014-11-03 13:13:14    阅读次数:367
[Outlook] Use powershell to do delegates like outlook.
Environment: Exchange 2010 SP2 + Outlook 2010Adding delegate is actually not that easy i thought, at least not just one command to complete everything...
分类:系统相关   时间:2014-10-30 15:15:58    阅读次数:439
我的编程工具
工欲善其事,必先利其器。所以这里先介绍一些我常用的软件吧。包括电脑跟eclipse的插件。1.资源管理器:clover。主要就是可以像chrome一样多页签打开资源浏览器,还可以添加标签。2.本地文件搜索:everything。文件的快速搜索。3.Git客户端:sourceTree。可以申请免费li...
分类:其他好文   时间:2014-10-28 21:21:58    阅读次数:181
弄明白什么是Everything(文件快速搜索工具)
EverythingWhat is "Everything"?How long will it take to index my files?Does Everything search file contents?Does "Everything" hog my system resources?...
分类:其他好文   时间:2014-10-25 22:37:45    阅读次数:278
Exercise 24: More Practice
print "Let's practice everything." print 'You\'d need to know \'bout escapes with \\ that do \n newlines and \t tabs.'poem = """\tThe lovely worldwith...
分类:其他好文   时间:2014-10-24 16:18:47    阅读次数:161
如果回到十八岁,我要对自己说......
I like to joke that I am who I am today because I did everything wrong in my 20's. I've always been fearless, and it often got me in trouble. I wasn't afraid to start a business, borrow a bunch of m...
分类:其他好文   时间:2014-10-20 23:27:46    阅读次数:577
时间与分配: 从一句话说开
翻开 《Code quality》 第四章 Time Performance , 看到的第一句话是: Time is nature's way to keep everything from happing all at once. --- John Archibald Wheeler...
分类:其他好文   时间:2014-10-20 21:19:17    阅读次数:207
objective-c学习笔记(2)
面向对象和面向过程思想OC是面向对象的,C是面向过程的。面向对象和面向过程只是解决问题的两种不同思想面向对象和面向过程的区别以用电脑听歌为例子面向过程关注的是解决问题的步骤,数据和操作分离打开电脑播放电脑中的歌曲关闭电脑面向对象,Everything is an object!一切都是对象,数据和操...
分类:其他好文   时间:2014-10-19 22:36:20    阅读次数:271
573条   上一页 1 ... 51 52 53 54 55 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!