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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年12月14日

摘要: when u use trail version is expired you still could use 10 mins for emerency situationafter that, if you're the first time use it after expired you still could extend 10 day for use it ,this is sweety 阅读全文
posted @ 2012-12-14 23:44 lexus 阅读(216) 评论(0) 推荐(0)

摘要: wxPython出道(windows图形界面开发) - Magicbreaker的专栏 - 博客频道 - CSDN.NET CSDN博客之星评选正式上线 【免费】解读海外市场营销奥秘 CSDN博客频道推出TAG功能 wxPython出道(windows图形界面开发) 分类: python编程专场 2009-01-21 12:58 1929人阅读 评论(0) 收藏 举报 目录(?)[+] wxPyt... 阅读全文
posted @ 2012-12-14 23:28 lexus 阅读(397) 评论(0) 推荐(0)

摘要: 用c++和python写GUI程序(python嵌入方式) - Shiren.Y - 博客园用c++和python写GUI程序(python嵌入方式)用python写GUI相比C++好处多多:语法简洁灵活,不用编译,自动垃圾回收,等等。很让我这个c++程序员眼红,自然要好好研究一下。如果用纯python的方式很简单,qt或者wxwidget这个两个GUI库的python版本都已经很成熟,直接拿来用... 阅读全文
posted @ 2012-12-14 22:14 lexus 阅读(803) 评论(0) 推荐(0)

摘要: Riverbank | Newspogles v0.2 Released10 December 2012pogles v0.2 has been released. pogles is a set of Python bindings for Open GL ES v2.0 and has support for the Raspberry Pi and X11.This release allo... 阅读全文
posted @ 2012-12-14 22:07 lexus 阅读(208) 评论(0) 推荐(0)

摘要: Koichi Tamura's blog: Various ways to integrate Python and C (C++)Various ways to integrate Python and C (C++) This is originally what I wrote in a mail I sent to a friend of mine. I modified it ... 阅读全文
posted @ 2012-12-14 22:04 lexus 阅读(462) 评论(0) 推荐(0)

摘要: python绑定c++程序 - xiaotie - 博客园python绑定c++程序很多时候需要给c++程序提供一种使用上的灵活性,脚本语言在这里就变得很重要了。采用Boost.Python为c++程序加一层shell,比较简单、简洁,对原有的c++代码也没有侵入性。今天试了一下,感觉不错,可以把它集成在现在正在做的项目中。 我主要参照David Abrahams的"Building Hybri... 阅读全文
posted @ 2012-12-14 22:01 lexus 阅读(289) 评论(0) 推荐(0)

摘要: Embedding Python in C/C++: Part I - CodeProjectEmbedding Python in C/C++: Part I 阅读全文
posted @ 2012-12-14 21:58 lexus 阅读(210) 评论(0) 推荐(0)

摘要: Python Tools for Visual Studio - HomePython integration for Visual StudioPTVS is a free/OSS plugin that turns Visual Studio into a Python IDE. PTVS supports CPython, IronPython, Editing, Browsing, Int... 阅读全文
posted @ 2012-12-14 20:43 lexus 阅读(225) 评论(0) 推荐(0)

摘要: Install IPython notebook in Ubuntu 12.04 « Notes on Ubuntu (Linux) computingNotes on Ubuntu (Linux) computingBrief notes on installation, setup and other tasks in the Ubuntu worldInstall IPython noteb... 阅读全文
posted @ 2012-12-14 20:29 lexus 阅读(200) 评论(0) 推荐(0)

摘要: 5. Embedding Python in Another Application — Python v2.7.3 documentation. Embedding Python in Another Application¶The previous chapters discussed how to extend Python, that is, how to extend the funct... 阅读全文
posted @ 2012-12-14 19:11 lexus 阅读(268) 评论(0) 推荐(0)

摘要: 淘宝开放平台博客 » hadoop hive 十分钟教程单台服务器上安装Hadoop和Hive十五分钟教程Posted by 覃 健祥 on 03月 16th, 2011单台服务器上学习Hadoop和Hive十分钟教程Hadoop是个很流行的分布式计算解决方案,Hive是基于hadoop的数据分析工具。一般的学习者不是太容易找到多台服务器来做集群学习hadoop,所以hadoop官方文档提供了在单... 阅读全文
posted @ 2012-12-14 15:01 lexus 阅读(309) 评论(0) 推荐(0)

摘要: Hadoop hive 运行examples例子 - andy030611的日志 - 网易博客Hadoop hive 运行examples例子 2010-11-14 15:57:45|分类: hive |标签:exampleshadooppokesbarhiveselect |字号大中小订阅hive>CREAT TABLE pokes(foo INT,bar STRING);hive>LOAD ... 阅读全文
posted @ 2012-12-14 14:39 lexus 阅读(198) 评论(0) 推荐(0)

摘要: Home - Apache Hive - Apache Software FoundationApache HiveThe Apache HiveTM data warehouse software facilitates querying and managing large datasets residing in distributed storage. Built on top of A... 阅读全文
posted @ 2012-12-14 14:27 lexus 阅读(332) 评论(0) 推荐(0)

摘要: jdk小工具jps介绍 - Sky's blog - BlogJavajdk小工具jps介绍jps(Java Virtual Machine Process Status Tool)是JDK 1.5提供的一个显示当前所有java进程pid的命令,简单实用,非常适合在linux/unix平台上简单察看当前java进程的一些简单情况。 jps存放在JAVA_HOME/bin/jps,使用时为了方便请... 阅读全文
posted @ 2012-12-14 13:21 lexus 阅读(151) 评论(0) 推荐(0)

摘要: jps命令 - 星星的技术专栏 - 博客频道 - CSDN.NET jps命令 分类: Java相关 JDK命令 2010-11-21 20:38 1347人阅读 评论(0) 收藏 举报jps -- Java Virtual Machine Process Status Tool 可以列出本机所有java进程的pid jps [ options ] [ hosti... 阅读全文
posted @ 2012-12-14 13:20 lexus 阅读(250) 评论(0) 推荐(0)

摘要: 《小米2断供揭期货手机真相 雷军自称供应链不易把控》,原文链接:http://news.cnblogs.com/n/166639/ 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
posted @ 2012-12-14 08:28 lexus 阅读(202) 评论(0) 推荐(0)

摘要: 《CDNJS:Web 上最快的 JavaScript 资源库》,原文链接:http://news.cnblogs.com/n/166683/ 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
posted @ 2012-12-14 08:18 lexus 阅读(289) 评论(0) 推荐(0)

摘要: 《Data Structures with C++ Using STL Chapter 3算法概述---笔记》,作者:茉莉花茶,原文链接:http://www.cnblogs.com/ycxgmail/archive/2012/11/26/2789597.html 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
posted @ 2012-12-14 00:39 lexus 阅读(148) 评论(0) 推荐(0)

摘要: 《博客社会学图——使用python检索网页上的友情链接》,作者:leniy,原文链接:http://www.cnblogs.com/leniy/archive/2012/11/27/python-search-friend-links.html 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
posted @ 2012-12-14 00:38 lexus 阅读(239) 评论(0) 推荐(0)

摘要: 《python调用weibo SDK发微博》,作者:zhu327,原文链接:http://www.cnblogs.com/zhu327/archive/2012/11/27/2791469.html 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
posted @ 2012-12-14 00:37 lexus 阅读(201) 评论(0) 推荐(0)