自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (8)
  • 收藏
  • 关注

原创 sqlite3使用简介

sqlite3使用简介转载:http://www.cnblogs.com/kfqcome/archive/2011/06/27/2136999.html一.使用流程要使用sqlite,需要从sqlite官网下载到三个文件,分别为sqlite3.lib,sqlite3.dll,sqlite3.h,然后再在自己的工程中配置好头文件和库文件,同时将dll文件放到当前目录下,就完成配置

2016-06-12 20:42:06 2505

转载 不推荐使用sqlite3_get_table,而是使用sqlite3_prepare_v2替代

原来一直使用sqlite3_get_table,发现效率低下,而且官方推荐使用sqlite3_prepare_v2替代,特继续学习#include "sqlite3.h" #include #include #include #pragma comment(lib, "sqlite3.lib") typedef struct per{ char *

2016-06-12 19:57:34 8122

QZSS日本QZSS的官方ICD文档

日本QZSS的官方ICD文档

2021-11-17

IS-QZSS_15D

Interface Specification for QZSS (IS-QZSS) V1.45Draft QZSS 官方文档。欢迎下载

2018-08-23

matplotlibV2.0

python上使用的绘图库matplotlibV2.0英文官方版本. User’s Guide Introduction Installing Tutorials Working with text Colors Customizing matplotlib Interactive plots Selected Examples What’s new in matplotlib GitHub Stats License Credits The Matplotlib API Plotting commands summary API Changes The top level matplotlib module afm (Adobe Font Metrics interface) animation module artist Module Axes class axis and tick API backends cbook cm (colormap) collections colorbar colors dates dviread figure finance font_manager gridspec image legend and legend_handler lines markers mathtext mlab offsetbox patches path patheffects projections pyplot rcsetup sankey scale spines style text ticker tight_layout Working with transformations triangular grids type1font units widgets The Matplotlib FAQ Installation Usage How-To Troubleshooting Environment Variables Working with Matplotlib in Virtual environments Working with Matplotlib on OSX Toolkits Mapping Toolkits General Toolkits High-Level Plotting External Resources Books, Chapters and Articles Videos Tutorials The Matplotlib Developers’ Guide Contributing Developer’s tips for testing Developer’s tips for documenting matplotlib Developer’s guide for creating scales and transformations Developer’s tips for writing code for Python 2 and 3 Working with matplotlib source code Reviewers guideline Release Guide Matplotlib Enhancement Proposals Matplotlib Examples animation Examples api Examples axes_grid Examples color Examples event_handling Examples frontpage Examples images_contours_and_fields Examples lines_bars_and_markers Examples misc Examples mplot3d Examples pie_and_polar_charts Examples pylab_examples Examples pyplots Examples scales Examples shapes_and_collections Examples showcase Examples specialty_plots Examples statistics Examples style_sheets Examples subplots_axes_and_figures Examples tests Examples text_labels_and_annotations Examples ticks_and_spines Examples units Examples user_interfaces Examples widgets Examples Glossary Index Module Index Search Page

2017-12-22

北斗系统空间信号接口控制文件(2.0版) BD2 ICD2.0

北斗系统空间信号接口控制文件(2.0版) BD2 ICD2.0

2015-09-26

安卓仿iphone日期选项器

安卓仿iphone日期选项器,使用安卓的whellView实现。非常简单实用。

2014-08-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除