浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 213 214 215 216 217 218 219 220 221 ··· 630 下一页

2013年1月24日

摘要: 内联函数以及两种传值方式的比较 - lidoublewen的专栏 - 博客频道 - CSDN.NET内联函数以及两种传值方式的比较 2009-06-18 23:03 155人阅读 评论(0) 收藏 举报今天去参加UCweb的笔试,呵呵,里面涉及了一些c++的基础知识,原来自己还有些知识是很模糊的,回来查了一下。。。为下次笔试做好准备。一.关于内联函数: 引入内联函数的目的是为了解决程序中函数调用的... 阅读全文
posted @ 2013-01-24 10:11 lexus 阅读(367) 评论(0) 推荐(0)

摘要: 内联函数_百度百科 内联函数 目录 定义 动机 函数内联问题 行情 宏比较 注意事项 编辑本段定义 内联函数从源代码层看,有函数的结构,而在编译后,却不具备函数的性质。编译时,类似宏替换,使用函数体替换调用处的函数名。一般在代码中用inline修饰,但是能否形成内联函数,需要看编译器对该函数定义的具体处理。 编辑本段动机 内联扩展是用来消除函数调用时的时间开销。它通常用于频繁执行的函数。 一个小内... 阅读全文
posted @ 2013-01-24 10:02 lexus 阅读(324) 评论(0) 推荐(0)

摘要: ... 阅读全文
posted @ 2013-01-24 09:44 lexus 阅读(173) 评论(0) 推荐(0)

摘要: http://dribbble.com/ 阅读全文
posted @ 2013-01-24 07:08 lexus 阅读(297) 评论(0) 推荐(0)

摘要: http://python.42qu.com/11175615 阅读全文
posted @ 2013-01-24 07:02 lexus 阅读(219) 评论(0) 推荐(0)

摘要: http://python.42qu.com/11501917 阅读全文
posted @ 2013-01-24 07:01 lexus 阅读(367) 评论(0) 推荐(0)

摘要: http://python.42qu.com/11522509 阅读全文
posted @ 2013-01-24 07:00 lexus 阅读(272) 评论(0) 推荐(0)

摘要: http://www.smzdm.com/the-somatosensory-artifact-leap-motion-controller-200-times-that-of-kinects-accuracy-69-99-book-dire.html 阅读全文
posted @ 2013-01-24 06:54 lexus 阅读(276) 评论(0) 推荐(0)

2013年1月23日

摘要: fab host_os --host=10.12.147.71 --user=root --port=22 阅读全文
posted @ 2013-01-23 10:13 lexus 阅读(218) 评论(0) 推荐(0)

摘要: which fab在/usr/local/bin下1 #!/usr/bin/python2.7 2 # EASY-INSTALL-ENTRY-SCRIPT: 'Fabric==1.5.1','console_scripts','fab' 3 __requires__ = 'Fabric==1.5.1' 4 import sys 5 from pkg_resources import load_e... 阅读全文
posted @ 2013-01-23 09:54 lexus 阅读(279) 评论(0) 推荐(0)

摘要: which fab在/usr/local/bin下1 #!/usr/bin/python2.7 2 # EASY-INSTALL-ENTRY-SCRIPT: 'Fabric==1.5.1','console_scripts','fab' 3 __requires__ = 'Fabric==1.5.1' 4 import sys 5 from pkg_resources import load_e... 阅读全文
posted @ 2013-01-23 09:49 lexus 阅读(168) 评论(0) 推荐(0)

摘要: Vim: In Vim, how do I force-wrap all lines *within a selection* to 80 characters? - QuoraVim:In Vim, how do I force-wrap all lines *within a selection* to 80 characters? 阅读全文
posted @ 2013-01-23 08:43 lexus 阅读(156) 评论(0) 推荐(0)

摘要: http://remarker.be/examples 阅读全文
posted @ 2013-01-23 01:19 lexus 阅读(227) 评论(0) 推荐(0)

摘要: 国外著名代码管理网站GitHub访问方式 http://my.oschina.net/u/853151/blog/103666 阅读全文
posted @ 2013-01-23 01:01 lexus 阅读(331) 评论(0) 推荐(0)

摘要: 使用 const_cast 改变map中 key 的值 http://my.oschina.net/JeremyOuyang/blog/103718 阅读全文
posted @ 2013-01-23 01:00 lexus 阅读(173) 评论(0) 推荐(0)

摘要: logrotate的配置 http://my.oschina.net/yyping/blog/103760 阅读全文
posted @ 2013-01-23 00:59 lexus 阅读(153) 评论(0) 推荐(0)

摘要: Xunsearch-1.4.0 改进性能和稳定性 http://www.oschina.net/news/36971/xunsearch-1-4-0 阅读全文
posted @ 2013-01-23 00:56 lexus 阅读(207) 评论(0) 推荐(0)

摘要: 图书馆常用开源软件 http://www.oschina.net/news/36981/opensource-for-library 阅读全文
posted @ 2013-01-23 00:55 lexus 阅读(177) 评论(0) 推荐(0)

2013年1月22日

摘要: [CPyUG] [OT] php python Ruby选择 - maolingzhi@gmail.com - Gmail1. 安装virtualenv2. 安装distutil3. 安装pip每个软件主页上都有详细说明,别参考来历不明的教程特别是中文的你的错误信息似乎是没有distutil使用python开发hadoop streaming程序及hadoop python网页抓取例子 - fly... 阅读全文
posted @ 2013-01-22 23:29 lexus 阅读(287) 评论(0) 推荐(0)

摘要: Public Git HostingThe Git User's Survey 2011 is over, browse the results!repo.or.cz is a public Git hosting site. Create a project in a snap, publish your development, give others push access and let ... 阅读全文
posted @ 2013-01-22 23:11 lexus 阅读(199) 评论(0) 推荐(0)

上一页 1 ··· 213 214 215 216 217 218 219 220 221 ··· 630 下一页