Xceed Binary Encoding Library控件是一款为Windows软件开发人员准备的,使应用程序可以把编码二进制数据以及文件转换为文本或者把文本转换为编码二进制数据,该产品包含在 Xceed Ultimate Suite 套包中。具体功能:兼容RFC-2045, RFC-1741,...
分类:
其他好文 时间:
2014-06-26 21:58:10
阅读次数:
295
1:拷贝ThinkPHP框架系统文件夹自己的www目录中的tp-shop文件夹中2:新建自己的项目文件(比如:shop)夹与ThinkPHP框架系统文件夹在同一级目录(当然也可以不同)3: 在tp-shop目录下建立index.php并且在页面中引入ThinkPHP文件夹中ThinkPHP.php文...
分类:
其他好文 时间:
2014-06-26 19:17:43
阅读次数:
279
彩 字秀 http://www.czxiu.com/Banner图片制作网站:http://www.bannerbreak.com/index.php在线图片生成网站:http://www.letterjames.de/卡通头像:http://www.moeruavatar.com/index_cn...
分类:
Web程序 时间:
2014-06-26 19:14:29
阅读次数:
208
网上好多资料,但运行起来,总是有问题,这次好保存下来。phalcon下:第一步:在index.php里面添加 include __DIR__ . "/../app/extensions/phpexcel/PHPExcel.php";第二步:写下面function/* * 批量导入用户 ...
分类:
Web程序 时间:
2014-06-26 19:02:51
阅读次数:
1719
先看语法:String.SubString(int index,int length) index:开始位置,从0开始 length:你要取的子字符串的长度例子: 1 using System; 2 using System.Collections.Generic; 3 using Sys...
分类:
其他好文 时间:
2014-06-26 18:31:49
阅读次数:
214
#include#includetypedef char* ElementType;typedef unsigned int Index;#define MinTableSize 15struct ListNode;typedef struct ListNode *Position;struct H...
分类:
其他好文 时间:
2014-06-26 18:04:01
阅读次数:
155
#include#include"fatal.h"typedef char* ElementType;typedef unsigned int Index;typedef Index Position;struct HashTbl;typedef struct HashTbl *HashTable;...
分类:
其他好文 时间:
2014-06-26 17:19:52
阅读次数:
150
http://www.mohurd.gov.cn/ 住建部http://www.shaanxijs.gov.cn/ 陕西住建厅http://www.xacgb.gov.cn/ptl/index.html 西安市城改办http://www.shaanxijs.gov.cn/jiqun/ 全省住...
分类:
其他好文 时间:
2014-06-26 17:01:31
阅读次数:
297
数据库中字段类型对应C#中的数据类型:数据库 C#程序 int int32 text string bigint int64 binary System.Byte[] bit Boolean char string...
分类:
数据库 时间:
2014-06-26 16:45:09
阅读次数:
348
本文为senlie原创,转载请保留此地址:http://blog.csdn.net/zhengsenlie1.PyDictObject对象 --> C++ STL中的map是基于RB-tree的,搜索时间复杂度是O(logN)PyDictObject採用了hash表,时间复杂度是O(1)typede...
分类:
编程语言 时间:
2014-06-26 16:35:13
阅读次数:
175