上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 49 下一页
摘要: 使用ado连接,频繁报错。为何?是网络的问题吗?太灵敏了。Connection failure.跟大文本又关系?? 阅读全文
posted @ 2015-01-26 11:06 lypzxy 阅读(213) 评论(0) 推荐(0) 编辑
摘要: //create the date var myDate = new Date(); //add a day to the date myDate.setDate(myDate.getDate() + 1); //add a week myDate.setDate(myDate.getDate() ... 阅读全文
posted @ 2015-01-23 14:46 lypzxy 阅读(165) 评论(0) 推荐(0) 编辑
摘要: c++Builder 6 下的std::map还能用,有代码提示。 换到xe7,代码提示出来就一个tt.operator [](),代码没法往下写了。 最后把Target Platforms切换到64 bit windows 竟然可以了!!! c++map很好用啊 https://blog.csdn 阅读全文
posted @ 2015-01-22 20:24 lypzxy 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-01-21 20:17 lypzxy 阅读(150) 评论(0) 推荐(0) 编辑
摘要: map映照容器的元素数据是一个键值和一个映照数据组成的,键值与映照数据之间具有一一映照的关系。 map映照容器的数据结构是采用红黑树来实现的,插入键值的元素不允许重复,比较函数只对元素的键值进行比较,元素的各项数据可通过键值检索出来。 map类支持关联式容器。一个值映射到唯一一个关键字。本质上这种映 阅读全文
posted @ 2015-01-20 21:13 lypzxy 阅读(240) 评论(0) 推荐(0) 编辑
摘要: http://docwiki.embarcadero.com/CodeExamples/XE8/en/Generic_vector_sort_%28C%2B%2B%29#include using namespace std; vector v1;vector ivec1;vector svec(i... 阅读全文
posted @ 2015-01-20 20:24 lypzxy 阅读(284) 评论(0) 推荐(0) 编辑
摘要: Copy the following code in your DelphiUnit.pas file: unit DelphiUnit; interface uses System.Generics.Collections; type TCity = class Country: String; 阅读全文
posted @ 2015-01-20 14:09 lypzxy 阅读(987) 评论(0) 推荐(0) 编辑
摘要: 如果客户端是TCP/IP是短连接的情况就没有必要了。 1 type 2 pClientConns = ^TClientConns; // 客户连接 3 TClientConns = record 4 clientid: integer; 5 ip: string; 6 port: str... 阅读全文
posted @ 2015-01-20 13:34 lypzxy 阅读(574) 评论(0) 推荐(0) 编辑
摘要: From http://blog.csdn.net/sunstone/article/details/5282666 DataSnap高级技术(7)—TDSServerClass中Lifecycle生命周期三种属性说明 Lifecycle 三种属性: Session、Invocation、Serve 阅读全文
posted @ 2015-01-20 10:35 lypzxy 阅读(912) 评论(0) 推荐(0) 编辑
摘要: raised exception class TDBXError with message 'DBX Error: Driver could not be properly initialized. Client library may be missing, not installed prope... 阅读全文
posted @ 2015-01-19 10:40 lypzxy 阅读(3922) 评论(0) 推荐(0) 编辑
摘要: 最终选择用POI成功导出excel。总之很有用。http://www.cnblogs.com/xwdreamer/archive/2011/07/20/2296975.htmlhttp://poi.apache.org/download.htmlStudent.javapackage org.len... 阅读全文
posted @ 2015-01-15 18:56 lypzxy 阅读(663) 评论(0) 推荐(0) 编辑
摘要: Save FailedCompilation unit name must end with .java, or one of the registered Java-like extensions去掉断点保存成功!!!https://www.genuitec.com/products/myecli... 阅读全文
posted @ 2015-01-14 09:59 lypzxy 阅读(392) 评论(0) 推荐(0) 编辑
摘要: <input type="button" value="MD5哈希转换" onclick="javascript:document.getElementById('md5_output').value = CryptoJS.MD5(document.getElementById('md5_input 阅读全文
posted @ 2015-01-13 16:46 lypzxy 阅读(1345) 评论(0) 推荐(0) 编辑
摘要: jsp页面中javascript访问 java的变量jsp中嵌入java代码--变量var JSout = '';--取字段 阅读全文
posted @ 2015-01-13 16:18 lypzxy 阅读(345) 评论(0) 推荐(0) 编辑
摘要: c:\windows\syswow64\rundll32.exeC:\Users\Administrator.mt1-PC\AppData\Roaming\FishSearch 阅读全文
posted @ 2015-01-13 14:06 lypzxy 阅读(132) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 49 下一页