上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 49 下一页
摘要: ollydbg.exePEiDhttp://wenku.baidu.com/link?url=pc9pMoewgSlB01JAPxtDvcEjEgomw_O7VmDYMTjqkakiQj83raMifc6VygvR2-vqyX5ZQh-cJEexAJpFdT5hZB3QQF80iOTW7totq7t... 阅读全文
posted @ 2015-01-27 12:14 lypzxy 阅读(243) 评论(0) 推荐(0)
摘要: 使用ado连接,频繁报错。为何?是网络的问题吗?太灵敏了。Connection failure.跟大文本又关系?? 阅读全文
posted @ 2015-01-26 11:06 lypzxy 阅读(225) 评论(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 阅读(172) 评论(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 阅读(361) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-01-21 20:17 lypzxy 阅读(156) 评论(0) 推荐(0)
摘要: map映照容器的元素数据是一个键值和一个映照数据组成的,键值与映照数据之间具有一一映照的关系。 map映照容器的数据结构是采用红黑树来实现的,插入键值的元素不允许重复,比较函数只对元素的键值进行比较,元素的各项数据可通过键值检索出来。 map类支持关联式容器。一个值映射到唯一一个关键字。本质上这种映 阅读全文
posted @ 2015-01-20 21:13 lypzxy 阅读(251) 评论(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 阅读(295) 评论(0) 推荐(0)
摘要: TDictionary 是delphi用的,c++builder用起来太吃力。c++还是用std::map代替。c++d map很好用啊。https://blog.csdn.net/ddkxddkx/article/details/65557542024.12.28 c++可以用了,最新c++版本 阅读全文
posted @ 2015-01-20 14:09 lypzxy 阅读(1030) 评论(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 阅读(651) 评论(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 阅读(940) 评论(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 阅读(3994) 评论(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 阅读(667) 评论(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 阅读(400) 评论(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 阅读(1369) 评论(0) 推荐(0)
摘要: jsp页面中javascript访问 java的变量jsp中嵌入java代码--变量var JSout = '';--取字段 阅读全文
posted @ 2015-01-13 16:18 lypzxy 阅读(355) 评论(0) 推荐(0)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 49 下一页