- WideFmtStr - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙WideFmtStr格式化数据到WideString类型的字符串头文件:#include命名空间:System::Sysutils函数原型:void__fastcallWideFmtStr(System::WideString&Result,constSystem::WideStringFormat,constSystem::TVar
- TComponent::SetChildOrder - C++ Builder
玄坴
C++Builder参考手册➙TComponent➙SetChildOrder头文件:#include命名空间:System::Classes类:TComponent访问权限:protected:函数原型:DYNAMICvoid__fastcallSetChildOrder(TComponent*Child,intOrder);System::Classes::TComponent::SetChi
- FindCmdLineSwitch - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙FindCmdLineSwitch判断一个字符串是否为这个应用程序的命令行参数头文件:#include命名空间:System::Sysutils函数原型:bool__fastcallFindCmdLineSwitch(constSystem::UnicodeStringSwitch,constTSysCharSet&Chars,boo
- IncludeTrailingPathDelimiter - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙IncludeTrailingPathDelimiter如果字符串末尾不是\或/就加上\或/,用来做路径处理头文件:#include命名空间:System::Sysutils函数原型:System::UnicodeString__fastcallIncludeTrailingPathDelimiter(constSystem::Uni
- TComponent::GetEnumerator - C++ Builder
玄坴
C++Builder参考手册➙TComponent➙GetEnumerator头文件:#include命名空间:System::Classes类:TComponent访问权限:public:函数原型:TComponentEnumerator*__fastcallGetEnumerator(void);System::Classes::TComponent::GetEnumerator是System
- TComponent::UpdateRegistry - C++ Builder
玄坴
C++Builder参考手册➙TComponent➙UpdateRegistry头文件:#include命名空间:System::Classes类:TComponent访问权限:protected:函数原型:__classmethodvirtualvoid__fastcallUpdateRegistry(boolRegister,constSystem::UnicodeStringClassID,
- CharLength - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙CharLength字符串里面从某个编码单元开始的字符的字节数头文件:#include命名空间:System::Sysutils函数原型:int__fastcallCharLength(constSystem::UnicodeStringS,intIndex);参数:S:字符串;Index:编码单元序号,从1到n,n为字符串长度;由于
- TComponent::VCLComObject - C++ Builder
玄坴
C++Builder参考手册➙TComponent➙VCLComObject头文件:#include命名空间:System::Classes类:TComponent访问权限:public:属性定义:__propertyvoid*VCLComObject={read=FVCLComObject,write=FVCLComObject};System::Classes::TComponent::VCL
- TComponent::Components - C++ Builder
玄坴
C++Builder参考手册➙TComponent➙Components头文件:#include命名空间:System::Classes类:TComponent访问权限:public:属性定义:__propertyTComponent*Components[intIndex]={read=GetComponent};System::Classes::TComponent::Components是S
- StrLower - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙StrLower把字符串转成小写,不支持国际化。头文件:#include命名空间:System::Sysutils函数原型:char*__fastcallStrLower(char*Str);System::WideChar*__fastcallStrLower(System::WideChar*Str);参数:Str:字符串;返回值
- TComponent::GetChildParent - C++ Builder
玄坴
C++Builder参考手册➙TComponent➙GetChildParent头文件:#include命名空间:System::Classes类:TComponent访问权限:protected:函数原型:DYNAMICTComponent*__fastcallGetChildParent(void);System::Classes::TComponent::GetChildParent是Sys
- FileWrite - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙FileWrite读取文件头文件:#include命名空间:System::Sysutils函数原型:int__fastcallFileWrite(NativeUIntHandle,constvoid*Buffer,unsignedCount);int__fastcallFileWrite(NativeUIntHandle,const
- ShowException - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙ShowException显示异常提示信息和产生异常的地址头文件:#include命名空间:System::Sysutils函数原型:void__fastcallShowException(System::TObject*ExceptObject,void*ExceptAddr);参数:ExceptObject:产生异常的对象;Exc
- LowerCase - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙LowerCase把一个字符串转为小写头文件:#include命名空间:System::Sysutils函数原型:System::UnicodeString__fastcallLowerCase(constSystem::UnicodeStringS);System::UnicodeString__fastcallLowerCase(
- _di_ILanguageEnumerable - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙_di_ILanguageEnumerable头文件:#include命名空间:System::Sysutils类型定义:typedefSystem::DelphiInterface_di_ILanguageEnumerable;ILanguageEnumerable智能接口指针,函数PreferredUILanguageList的返
- StrCharLength - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙StrCharLength返回一个字符是多少个字节头文件:#include命名空间:System::Sysutils函数原型:int__fastcallStrCharLength(constchar*Str);int__fastcallStrCharLength(constSystem::WideChar*Str);参数:Str:指向
- Beep - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙Beep播放一个弹出信息时播放的声音头文件:#include命名空间:System::Sysutils函数原型:void__fastcallBeep(void);参数:无。返回值:无;播放一个弹出信息时播放的声音;在Windows里面,相当于API函数MessageBeep(0);在其他操作系统里面,相当于在控制台输出编码值为7的字符
- TryStrToInt64 - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙TryStrToInt64字符串转64位整数值头文件:#include命名空间:System::Sysutils函数原型:bool__fastcallTryStrToInt64(constSystem::UnicodeStringS,__int64&Value);参数:S:字符串;Value:返回64位整数值转换结果;返回值:true
- delphi uniDac
dkopg24406
数据库网络json
Delphi2010安装及使用UniDAC4.0UniDAC是一个功能强大的非可视化跨数据库的数据访问组件,可用于Delphi,Delphifor.NET,C++Builder,andLazarus(FreePascal)。它提供了对流行数据库服务器的统一访问,像Oracle,MicrosoftSQLServer,MySQL,InterBase,Firebird,PostgreSQL,SQLite
- TComponent::DefineProperties - C++ Builder
玄坴
C++Builder参考手册➙TComponent➙DefineProperties头文件:#include命名空间:System::Classes类:TComponent访问权限:protected:函数原型:virtualvoid__fastcallDefineProperties(TFiler*Filer);System::Classes::TComponent::DefinePropert
- TComponent::ReadState - C++ Builder
玄坴
C++Builder参考手册➙TComponent➙ReadState头文件:#include命名空间:System::Classes类:TComponent访问权限:protected:函数原型:virtualvoid__fastcallReadState(TReader*Reader);System::Classes::TComponent::ReadState是System::Classes
- Win32Check - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙Win32Check检测WindowsAPI返回值是否是为执行错误,如果有错误,调用RaiseLastOSError抛出异常头文件:#include命名空间:System::Sysutils函数原型:System::LongBool__fastcallWin32Check(System::LongBoolRetVal);参数:RetV
- TComponent::SetName - C++ Builder
玄坴
C++Builder参考手册➙TComponent➙SetName头文件:#include命名空间:System::Classes类:TComponent访问权限:protected:函数原型:virtualvoid__fastcallSetName(constTComponentNameNewName);System::Classes::TComponent::SetName是System::C
- TComponent::ObserverAdded - C++ Builder
玄坴
C++Builder参考手册➙TComponent➙ObserverAdded头文件:#include命名空间:System::Classes类:TComponent访问权限:protected:函数原型:virtualvoid__fastcallObserverAdded(constintID,const_di_IObserverObserver);System::Classes::TCompo
- FindDelimiter - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙FindDelimiter返回字符串中分隔符的位置头文件:#include命名空间:System::Sysutils函数原型:int__fastcallFindDelimiter(constSystem::UnicodeStringDelimiters,constSystem::UnicodeStringS,intStartIdx=1
- StrRScan - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙StrRScan一个字符在字符串里面最后一次出现的位置头文件:#include命名空间:System::Sysutils函数原型:char*__fastcallStrRScan(constchar*Str,charChr);System::WideChar*__fastcallStrRScan(constSystem::WideCha
- TComponent::IsImplementorOf - C++ Builder
玄坴
C++Builder参考手册➙TComponent➙IsImplementorOf头文件:#include命名空间:System::Classes类:TComponent访问权限:public:函数原型:bool__fastcallIsImplementorOf(constSystem::_di_IInterfaceI);System::Classes::TComponent::IsImpleme
- PlatformStringOf - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙PlatformStringOf把字节数组转成字符串,采用UTF-16编码头文件:#include命名空间:System::Sysutils函数原型:System::UnicodeString__fastcallPlatformStringOf(constSystem::DynamicArrayValue);参数:Value:字节数组
- StrIComp - C++ Builder
玄坴
C++Builder参考手册➙System::Sysutils➙StrIComp比较两个字符串,不区分大小写。头文件:#include命名空间:System::Sysutils函数原型:int__fastcallStrIComp(constchar*Str1,constchar*Str2);int__fastcallStrIComp(constSystem::WideChar*Str1,const
- TComponent::ExecuteAction - C++ Builder
玄坴
C++Builder参考手册➙TComponent➙ExecuteAction头文件:#include命名空间:System::Classes类:TComponent访问权限:public:函数原型:DYNAMICbool__fastcallExecuteAction(TBasicAction*Action);System::Classes::TComponent::ExecuteAction是S
- java观察者模式
3213213333332132
java设计模式游戏观察者模式
观察者模式——顾名思义,就是一个对象观察另一个对象,当被观察的对象发生变化时,观察者也会跟着变化。
在日常中,我们配java环境变量时,设置一个JAVAHOME变量,这就是被观察者,使用了JAVAHOME变量的对象都是观察者,一旦JAVAHOME的路径改动,其他的也会跟着改动。
这样的例子很多,我想用小时候玩的老鹰捉小鸡游戏来简单的描绘观察者模式。
老鹰会变成观察者,母鸡和小鸡是
- TFS RESTful API 模拟上传测试
ronin47
TFS RESTful API 模拟上传测试。
细节参看这里:https://github.com/alibaba/nginx-tfs/blob/master/TFS_RESTful_API.markdown
模拟POST上传一个图片:
curl --data-binary @/opt/tfs.png http
- PHP常用设计模式单例, 工厂, 观察者, 责任链, 装饰, 策略,适配,桥接模式
dcj3sjt126com
设计模式PHP
// 多态, 在JAVA中是这样用的, 其实在PHP当中可以自然消除, 因为参数是动态的, 你传什么过来都可以, 不限制类型, 直接调用类的方法
abstract class Tiger {
public abstract function climb();
}
class XTiger extends Tiger {
public function climb()
- hibernate
171815164
Hibernate
main,save
Configuration conf =new Configuration().configure();
SessionFactory sf=conf.buildSessionFactory();
Session sess=sf.openSession();
Transaction tx=sess.beginTransaction();
News a=new
- Ant实例分析
g21121
ant
下面是一个Ant构建文件的实例,通过这个实例我们可以很清楚的理顺构建一个项目的顺序及依赖关系,从而编写出更加合理的构建文件。
下面是build.xml的代码:
<?xml version="1
- [简单]工作记录_接口返回405原因
53873039oycg
工作
最近调接口时候一直报错,错误信息是:
responseCode:405
responseMsg:Method Not Allowed
接口请求方式Post.
- 关于java.lang.ClassNotFoundException 和 java.lang.NoClassDefFoundError 的区别
程序员是怎么炼成的
真正完成类的加载工作是通过调用 defineClass来实现的;
而启动类的加载过程是通过调用 loadClass来实现的;
就是类加载器分为加载和定义
protected Class<?> findClass(String name) throws ClassNotFoundExcept
- JDBC学习笔记-JDBC详细的操作流程
aijuans
jdbc
所有的JDBC应用程序都具有下面的基本流程: 1、加载数据库驱动并建立到数据库的连接。 2、执行SQL语句。 3、处理结果。 4、从数据库断开连接释放资源。
下面我们就来仔细看一看每一个步骤:
其实按照上面所说每个阶段都可得单独拿出来写成一个独立的类方法文件。共别的应用来调用。
1、加载数据库驱动并建立到数据库的连接:
Html代码
St
- rome创建rss
antonyup_2006
tomcatcmsxmlstrutsOpera
引用
1.RSS标准
RSS标准比较混乱,主要有以下3个系列
RSS 0.9x / 2.0 : RSS技术诞生于1999年的网景公司(Netscape),其发布了一个0.9版本的规范。2001年,RSS技术标准的发展工作被Userland Software公司的戴夫 温那(Dave Winer)所接手。陆续发布了0.9x的系列版本。当W3C小组发布RSS 1.0后,Dave W
- html表格和表单基础
百合不是茶
html表格表单meta锚点
第一次用html来写东西,感觉压力山大,每次看见别人发的都是比较牛逼的 再看看自己什么都还不会,
html是一种标记语言,其实很简单都是固定的格式
_----------------------------------------表格和表单
表格是html的重要组成部分,表格用在body里面的
主要用法如下;
<table>
&
- ibatis如何传入完整的sql语句
bijian1013
javasqlibatis
ibatis如何传入完整的sql语句?进一步说,String str ="select * from test_table",我想把str传入ibatis中执行,是传递整条sql语句。
解决办法:
<
- 精通Oracle10编程SQL(14)开发动态SQL
bijian1013
oracle数据库plsql
/*
*开发动态SQL
*/
--使用EXECUTE IMMEDIATE处理DDL操作
CREATE OR REPLACE PROCEDURE drop_table(table_name varchar2)
is
sql_statement varchar2(100);
begin
sql_statement:='DROP TABLE '||table_name;
- 【Linux命令】Linux工作中常用命令
bit1129
linux命令
不断的总结工作中常用的Linux命令
1.查看端口被哪个进程占用
通过这个命令可以得到占用8085端口的进程号,然后通过ps -ef|grep 进程号得到进程的详细信息
netstat -anp | grep 8085
察看进程ID对应的进程占用的端口号
netstat -anp | grep 进程ID
&
- 优秀网站和文档收集
白糖_
网站
集成 Flex, Spring, Hibernate 构建应用程序
性能测试工具-JMeter
Hmtl5-IOCN网站
Oracle精简版教程网站
鸟哥的linux私房菜
Jetty中文文档
50个jquery必备代码片段
swfobject.js检测flash版本号工具
- angular.extend
boyitech
AngularJSangular.extendAngularJS API
angular.extend 复制src对象中的属性去dst对象中. 支持多个src对象. 如果你不想改变一个对象,你可以把dst设为空对象{}: var object = angular.extend({}, object1, object2). 注意: angular.extend不支持递归复制. 使用方法: angular.extend(dst, src); 参数:
- java-谷歌面试题-设计方便提取中数的数据结构
bylijinnan
java
网上找了一下这道题的解答,但都是提供思路,没有提供具体实现。其中使用大小堆这个思路看似简单,但实现起来要考虑很多。
以下分别用排序数组和大小堆来实现。
使用大小堆:
import java.util.Arrays;
public class MedianInHeap {
/**
* 题目:设计方便提取中数的数据结构
* 设计一个数据结构,其中包含两个函数,1.插
- ajaxFileUpload 针对 ie jquery 1.7+不能使用问题修复版本
Chen.H
ajaxFileUploadie6ie7ie8ie9
jQuery.extend({
handleError: function( s, xhr, status, e ) {
// If a local callback was specified, fire it
if ( s.error ) {
s.error.call( s.context || s, xhr, status, e );
}
- [机器人制造原则]机器人的电池和存储器必须可以替换
comsci
制造
机器人的身体随时随地可能被外来力量所破坏,但是如果机器人的存储器和电池可以更换,那么这个机器人的思维和记忆力就可以保存下来,即使身体受到伤害,在把存储器取下来安装到一个新的身体上之后,原有的性格和能力都可以继续维持.....
另外,如果一
- Oracle Multitable INSERT 的用法
daizj
oracle
转载Oracle笔记-Multitable INSERT 的用法
http://blog.chinaunix.net/uid-8504518-id-3310531.html
一、Insert基础用法
语法:
Insert Into 表名 (字段1,字段2,字段3...)
Values (值1,
- 专访黑客历史学家George Dyson
datamachine
on
20世纪最具威力的两项发明——核弹和计算机出自同一时代、同一群年青人。可是,与大名鼎鼎的曼哈顿计划(第二次世界大战中美国原子弹研究计划)相 比,计算机的起源显得默默无闻。出身计算机世家的历史学家George Dyson在其新书《图灵大教堂》(Turing’s Cathedral)中讲述了阿兰·图灵、约翰·冯·诺依曼等一帮子天才小子创造计算机及预见计算机未来
- 小学6年级英语单词背诵第一课
dcj3sjt126com
englishword
always 总是
rice 水稻,米饭
before 在...之前
live 生活,居住
usual 通常的
early 早的
begin 开始
month 月份
year 年
last 最后的
east 东方的
high 高的
far 远的
window 窗户
world 世界
than 比...更
- 在线IT教育和在线IT高端教育
dcj3sjt126com
教育
codecademy
http://www.codecademy.com codeschool
https://www.codeschool.com teamtreehouse
http://teamtreehouse.com lynda
http://www.lynda.com/ Coursera
https://www.coursera.
- Struts2 xml校验框架所定义的校验文件
蕃薯耀
Struts2 xml校验Struts2 xml校验框架Struts2校验
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
蕃薯耀 2015年7月11日 15:54:59 星期六
http://fa
- mac下安装rar和unrar命令
hanqunfeng
mac
1.下载:http://www.rarlab.com/download.htm 选择
RAR 5.21 for Mac OS X 2.解压下载后的文件 tar -zxvf rarosx-5.2.1.tar 3.cd rar sudo install -c -o $USER unrar /bin #输入当前用户登录密码 sudo install -c -o $USER rar
- 三种将list转换为map的方法
jackyrong
list
在本文中,介绍三种将list转换为map的方法:
1) 传统方法
假设有某个类如下
class Movie {
private Integer rank;
private String description;
public Movie(Integer rank, String des
- 年轻程序员需要学习的5大经验
lampcy
工作PHP程序员
在过去的7年半时间里,我带过的软件实习生超过一打,也看到过数以百计的学生和毕业生的档案。我发现很多事情他们都需要学习。或许你会说,我说的不就是某种特定的技术、算法、数学,或者其他特定形式的知识吗?没错,这的确是需要学习的,但却并不是最重要的事情。他们需要学习的最重要的东西是“自我规范”。这些规范就是:尽可能地写出最简洁的代码;如果代码后期会因为改动而变得凌乱不堪就得重构;尽量删除没用的代码,并添加
- 评“女孩遭野蛮引产致终身不育 60万赔偿款1分未得”医腐深入骨髓
nannan408
先来看南方网的一则报道:
再正常不过的结婚、生子,对于29岁的郑畅来说,却是一个永远也无法实现的梦想。从2010年到2015年,从24岁到29岁,一张张新旧不一的诊断书记录了她病情的同时,也清晰地记下了她人生的悲哀。
粗暴手术让人发寒
2010年7月,在酒店做服务员的郑畅发现自己怀孕了,可男朋友却联系不上。在没有和家人商量的情况下,她决定堕胎。
12月5日,
- 使用jQuery为input输入框绑定回车键事件 VS 为a标签绑定click事件
Everyday都不同
jspinput回车键绑定clickenter
假设如题所示的事件为同一个,必须先把该js函数抽离出来,该函数定义了监听的处理:
function search() {
//监听函数略......
}
为input框绑定回车事件,当用户在文本框中输入搜索关键字时,按回车键,即可触发search():
//回车绑定
$(".search").keydown(fun
- EXT学习记录
tntxia
ext
1. 准备
(1) 官网:http://www.sencha.com/
里面有源代码和API文档下载。
EXT的域名已经从www.extjs.com改成了www.sencha.com ,但extjs这个域名会自动转到sencha上。
(2)帮助文档:
想要查看EXT的官方文档的话,可以去这里h
- mybatis3的mapper文件报Referenced file contains errors
xingguangsixian
mybatis
最近使用mybatis.3.1.0时无意中碰到一个问题:
The errors below were detected when validating the file "mybatis-3-mapper.dtd" via the file "account-mapper.xml". In most cases these errors can be d