• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

cynchanpin

  • 博客园
  • 联系
  • 订阅
  • 管理

2017年5月30日

ShellSort uva

摘要: ShellSort He made each turtle stand on another one's back And he piled them all up in a nine-turtle stack. And then Yertle climbed up. He sat down on 阅读全文

posted @ 2017-05-30 12:45 cynchanpin 阅读(229) 评论(0) 推荐(0)

hibernate使用c3p0数据源

摘要: 在配置好hibernate连接数据库环境的前提下,我们进行例如以下操作就能够搭建好hibernate中使用c3p0数据源的环境了。 1). 导入 jar 包: hibernate-release-4.2.4.Final\lib\optional\c3p0\*.jar(这里面一般有3个jar包 ) c 阅读全文

posted @ 2017-05-30 11:43 cynchanpin 阅读(984) 评论(0) 推荐(0)

c++实现数据结构1.顺序表

摘要: 头文件seqlist.h #ifndef _SEQLIST_H_ #define _SEQLIST_H_ #include<iostream> using namespace std; template <class Type> class seqlist { public: seqlist() { 阅读全文

posted @ 2017-05-30 11:00 cynchanpin 阅读(318) 评论(0) 推荐(0)

通过urllib2抓取网页内容(1)

摘要: 一、urllib2发送请求import urllib2 url = 'http://www.baidu.com' req = urllib2.Request(url) response = urllib2.urlopen(req) print response.read() print respon 阅读全文

posted @ 2017-05-30 10:05 cynchanpin 阅读(209) 评论(0) 推荐(0)

Python -面向对象(一 基本概念)

摘要: 一 Python简单介绍 Python是一个可移植的面向对象的脚本语言。 Python尽管是一个脚本语言,但也是一个全然面向对象的语言。由于它设计之初把易用性做为很重要的一个考量标准,所以用起来很简洁,优美(语法很灵活)。所以使用Python能够高速地编写出可执行代码。与C/C++相比。Python 阅读全文

posted @ 2017-05-30 08:49 cynchanpin 阅读(257) 评论(0) 推荐(0)

编程经常使用设计模式具体解释--(上篇)(工厂、单例、建造者、原型)

摘要: 參考来自:http://zz563143188.iteye.com/blog/1847029 一、设计模式的分类 整体来说设计模式分为三大类: 创建型模式。共五种:工厂方法模式、抽象工厂模式、单例模式、建造者模式、原型模式。 结构型模式,共七种:适配器模式、装饰器模式、代理模式、外观模式、桥接模式、 阅读全文

posted @ 2017-05-30 08:10 cynchanpin 阅读(200) 评论(0) 推荐(0)

 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3