- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 将32位BMP文件转换为24位BMP
#include "stdafx.h"#include #include BYTE* ConvertBmp32To24(BYTE* bmp32, DWORD& out_size){ BITMAPFILEHEADER* lpfi = (BITMAPFILEHEADER*)bmp32; BITMAPINFOHEADER* lpbi = (BITMAPINFOHEADER*)(bmp32
2013-02-04 17:25:07 2174
原创 最简单的Servlet+HTML例子
JavaUsageSurvey How Many Employees in your Company? 1-100 100-200 200-300 300-400
2008-07-15 14:18:00 823
原创 XQuery通配符
eXist的通配符实现:(: This script accesses the mondial database, which can be found at http://dbis.informatik.uni-goettingen.de/Mondial/ :)for $city in /mondial//city[name&=tre*]return {$cit
2008-07-14 16:37:00 543
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人