上一页 1 ··· 190 191 192 193 194 195 196 197 198 ··· 430 下一页

2013年7月23日

数据挖掘笔记 第一章:引言

摘要: 教科书:数据挖掘:概念与技术(第二版),Jiawei Han和Micheline Kamber 著,机械工业出版社(2007) Lecture 1: Introduction 1) Why data mining? Necessity Is the Mother of Invention需要... 阅读全文

posted @ 2013-07-23 17:08 岚之山 阅读(105) 评论(0) 推荐(0)

像职业选手样编码:地道Python

摘要: Code Like a Pythonista: Idiomatic Python David Goodger goodger@python.org http://python.net/~goodger In this interactive tutorial, we'll cover many e... 阅读全文

posted @ 2013-07-23 17:08 岚之山 阅读(152) 评论(0) 推荐(0)

c#中跨线程调用windows窗体控件

摘要: c#中如何跨线程调用windows窗体控件? 我们在做winform应用的时候,大部分情况下都会碰到使用多线程控制界面上控件信息的问题。然而我们并不能用传统方法来做这个问题,下面我将详细的介绍。首先来看传统方法: public partial class Form1 : Form ... 阅读全文

posted @ 2013-07-23 17:08 岚之山 阅读(116) 评论(0) 推荐(0)

使用batch批处理做目录及流程选择

摘要: @echo off rem -- http://phpnow.org rem -- YinzCN_at_Gmail.com setlocal enableextensions if exist Pn\Config.cmd pushd . && goto cfg if exist ..\Pn\... 阅读全文

posted @ 2013-07-23 17:08 岚之山 阅读(373) 评论(0) 推荐(0)

新浪微博Python3客户端接口OAuth2

摘要: Keyword: Python3 Oauth2 新浪微博 本接口基于廖雪峰的weibo python SDK修改完成,其sdk为新浪官方所推荐,原作者是用python2写的 经过一些修改,这里提供基于python3的 weibo SDK #!/usr/bin/env python # -... 阅读全文

posted @ 2013-07-23 17:08 岚之山 阅读(505) 评论(0) 推荐(0)

新浪微博Python客户端接口OAuth2

摘要: Keyword: Python Oauth2 微博 sina weibo #!/usr/bin/env python # -*- coding: utf-8 -*- __version__ = '1.04' __author__ = 'Liao Xuefeng (askxuefeng@gm... 阅读全文

posted @ 2013-07-23 17:08 岚之山 阅读(176) 评论(0) 推荐(0)

创建可按比例调整的布局的 Windows 窗体

摘要: 能够正确调整大小的窗体可以提高您的用户界面的易用性。 此演练演示了如何创建当用户调整窗体大小时按比例调整的布局。 您将使用 TableLayoutPanel 控件实现一个接收联系人信息的数据输入窗体。 本演练涉及以下任务: 创建项目 创建布局面板 设置布局网格 创建“... 阅读全文

posted @ 2013-07-23 17:08 岚之山 阅读(300) 评论(0) 推荐(0)

Windows 窗体设计器(Windows Forms Designer)入门

摘要: Visual Studio 2010 更新:2010 年 9 月 Windows 窗体设计器提供多个用于生成 Windows 窗体应用程序的工具。 本演练阐释如何使用设计器提供的各种工具生成应用程序。 本演练涉及以下任务: 创建一个 Windows 窗体项目。 使用对齐线... 阅读全文

posted @ 2013-07-23 17:08 岚之山 阅读(694) 评论(0) 推荐(0)

python中的验证码识别库PyTesser

摘要: PyTesser PyTesser is an Optical Character Recognition module for Python. It takes as input an image or image file and outputs a string. PyTesser uses... 阅读全文

posted @ 2013-07-23 17:08 岚之山 阅读(243) 评论(0) 推荐(0)

python3处理不标准json数据

摘要: keywords: python jsonsource: http://txw1958.cnblogs.com/ 先看下JSON的语法规则: JSON 语法规则JSON 语法是 JavaScript 对象表示法语法的子集。 数据在名称/值对中 数据由逗号分隔 花括号保存对象 方括号保存数组 J... 阅读全文

posted @ 2013-07-23 17:08 岚之山 阅读(779) 评论(0) 推荐(0)

上一页 1 ··· 190 191 192 193 194 195 196 197 198 ··· 430 下一页

导航