- 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
- jquery实现的jsonp掉java后台
知了ing
javajsonpjquery
什么是JSONP?
先说说JSONP是怎么产生的:
其实网上关于JSONP的讲解有很多,但却千篇一律,而且云里雾里,对于很多刚接触的人来讲理解起来有些困难,小可不才,试着用自己的方式来阐释一下这个问题,看看是否有帮助。
1、一个众所周知的问题,Ajax直接请求普通文件存在跨域无权限访问的问题,甭管你是静态页面、动态网页、web服务、WCF,只要是跨域请求,一律不准;
2、
- Struts2学习笔记
caoyong
struts2
SSH : Spring + Struts2 + Hibernate
三层架构(表示层,业务逻辑层,数据访问层) MVC模式 (Model View Controller)
分层原则:单向依赖,接口耦合
1、Struts2 = Struts + Webwork
2、搭建struts2开发环境
a>、到www.apac
- SpringMVC学习之后台往前台传值方法
满城风雨近重阳
springMVC
springMVC控制器往前台传值的方法有以下几种:
1.ModelAndView
通过往ModelAndView中存放viewName:目标地址和attribute参数来实现传参:
ModelAndView mv=new ModelAndView();
mv.setViewName="success
- WebService存在的必要性?
一炮送你回车库
webservice
做Java的经常在选择Webservice框架上徘徊很久,Axis Xfire Axis2 CXF ,他们只有一个功能,发布HTTP服务然后用XML做数据传输。
是的,他们就做了两个功能,发布一个http服务让客户端或者浏览器连接,接收xml参数并发送xml结果。
当在不同的平台间传输数据时,就需要一个都能解析的数据格式。
但是为什么要使用xml呢?不能使json或者其他通用数据
- js年份下拉框
3213213333332132
java web ee
<div id="divValue">test...</div>测试
//年份
<select id="year"></select>
<script type="text/javascript">
window.onload =
- 简单链式调用的实现技术
归来朝歌
方法调用链式反应编程思想
在编程中,我们可以经常遇到这样一种场景:一个实例不断调用它自身的方法,像一条链条一样进行调用
这样的调用你可能在Ajax中,在页面中添加标签:
$("<p>").append($("<span>").text(list[i].name)).appendTo("#result");
也可能在HQ
- JAVA调用.net 发布的webservice 接口
darkranger
webservice
/**
* @Title: callInvoke
* @Description: TODO(调用接口公共方法)
* @param @param url 地址
* @param @param method 方法
* @param @param pama 参数
* @param @return
* @param @throws BusinessException
- Javascript模糊查找 | 第一章 循环不能不重视。
aijuans
Way
最近受我的朋友委托用js+HTML做一个像手册一样的程序,里面要有可展开的大纲,模糊查找等功能。我这个人说实在的懒,本来是不愿意的,但想起了父亲以前教我要给朋友搞好关系,再加上这也可以巩固自己的js技术,于是就开始开发这个程序,没想到却出了点小问题,我做的查找只能绝对查找。具体的js代码如下:
function search(){
var arr=new Array("my
- 狼和羊,该怎么抉择
atongyeye
工作
狼和羊,该怎么抉择
在做一个链家的小项目,只有我和另外一个同事两个人负责,各负责一部分接口,我的接口写完,并全部测联调试通过。所以工作就剩下一下细枝末节的,工作就轻松很多。每天会帮另一个同事测试一些功能点,协助他完成一些业务型不强的工作。
今天早上到公司没多久,领导就在QQ上给我发信息,让我多协助同事测试,让我积极主动些,有点责任心等等,我听了这话,心里面立马凉半截,首先一个领导轻易说
- 读取android系统的联系人拨号
百合不是茶
androidsqlite数据库内容提供者系统服务的使用
联系人的姓名和号码是保存在不同的表中,不要一下子把号码查询来,我开始就是把姓名和电话同时查询出来的,导致系统非常的慢
关键代码:
1, 使用javabean操作存储读取到的数据
package com.example.bean;
/**
*
* @author Admini
- ORACLE自定义异常
bijian1013
数据库自定义异常
实例:
CREATE OR REPLACE PROCEDURE test_Exception
(
ParameterA IN varchar2,
ParameterB IN varchar2,
ErrorCode OUT varchar2 --返回值,错误编码
)
AS
/*以下是一些变量的定义*/
V1 NUMBER;
V2 nvarc
- 查看端号使用情况
征客丶
windows
一、查看端口
在windows命令行窗口下执行:
>netstat -aon|findstr "8080"
显示结果:
TCP 127.0.0.1:80 0.0.0.0:0 &
- 【Spark二十】运行Spark Streaming的NetworkWordCount实例
bit1129
wordcount
Spark Streaming简介
NetworkWordCount代码
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
- Struts2 与 SpringMVC的比较
BlueSkator
struts2spring mvc
1. 机制:spring mvc的入口是servlet,而struts2是filter,这样就导致了二者的机制不同。 2. 性能:spring会稍微比struts快。spring mvc是基于方法的设计,而sturts是基于类,每次发一次请求都会实例一个action,每个action都会被注入属性,而spring基于方法,粒度更细,但要小心把握像在servlet控制数据一样。spring
- Hibernate在更新时,是可以不用session的update方法的(转帖)
BreakingBad
Hibernateupdate
地址:http://blog.csdn.net/plpblue/article/details/9304459
public void synDevNameWithItil()
{Session session = null;Transaction tr = null;try{session = HibernateUtil.getSession();tr = session.beginTran
- 读《研磨设计模式》-代码笔记-观察者模式
bylijinnan
java设计模式
声明: 本文只为方便我个人查阅和理解,详细的分析以及源代码请移步 原作者的博客http://chjavach.iteye.com/
import java.util.ArrayList;
import java.util.List;
import java.util.Observable;
import java.util.Observer;
/**
* “观
- 重置MySQL密码
chenhbc
mysql重置密码忘记密码
如果你也像我这么健忘,把MySQL的密码搞忘记了,经过下面几个步骤就可以重置了(以Windows为例,Linux/Unix类似):
1、关闭MySQL服务
2、打开CMD,进入MySQL安装目录的bin目录下,以跳过权限检查的方式启动MySQL
mysqld --skip-grant-tables
3、新开一个CMD窗口,进入MySQL
mysql -uroot
 
- 再谈系统论,控制论和信息论
comsci
设计模式生物能源企业应用领域模型
再谈系统论,控制论和信息论
偶然看
- oracle moving window size与 AWR retention period关系
daizj
oracle
转自: http://tomszrp.itpub.net/post/11835/494147
晚上在做11gR1的一个awrrpt报告时,顺便想调整一下AWR snapshot的保留时间,结果遇到了ORA-13541这样的错误.下面是这个问题的发生和解决过程.
SQL> select * from v$version;
BANNER
-------------------
- Python版B树
dieslrae
python
话说以前的树都用java写的,最近发现python有点生疏了,于是用python写了个B树实现,B树在索引领域用得还是蛮多了,如果没记错mysql的默认索引好像就是B树...
首先是数据实体对象,很简单,只存放key,value
class Entity(object):
'''数据实体'''
def __init__(self,key,value)
- C语言冒泡排序
dcj3sjt126com
算法
代码示例:
# include <stdio.h>
//冒泡排序
void sort(int * a, int len)
{
int i, j, t;
for (i=0; i<len-1; i++)
{
for (j=0; j<len-1-i; j++)
{
if (a[j] > a[j+1]) // >表示升序
- 自定义导航栏样式
dcj3sjt126com
自定义
-(void)setupAppAppearance
{
[[UILabel appearance] setFont:[UIFont fontWithName:@"FZLTHK—GBK1-0" size:20]];
[UIButton appearance].titleLabel.font =[UIFont fontWithName:@"FZLTH
- 11.性能优化-优化-JVM参数总结
frank1234
jvm参数性能优化
1.堆
-Xms --初始堆大小
-Xmx --最大堆大小
-Xmn --新生代大小
-Xss --线程栈大小
-XX:PermSize --永久代初始大小
-XX:MaxPermSize --永久代最大值
-XX:SurvivorRatio --新生代和suvivor比例,默认为8
-XX:TargetSurvivorRatio --survivor可使用
- nginx日志分割 for linux
HarborChung
nginxlinux脚本
nginx日志分割 for linux 默认情况下,nginx是不分割访问日志的,久而久之,网站的日志文件将会越来越大,占用空间不说,如果有问题要查看网站的日志的话,庞大的文件也将很难打开,于是便有了下面的脚本 使用方法,先将以下脚本保存为 cutlog.sh,放在/root 目录下,然后给予此脚本执行的权限
复制代码代码如下:
chmo
- Spring4新特性——泛型限定式依赖注入
jinnianshilongnian
springspring4泛型式依赖注入
Spring4新特性——泛型限定式依赖注入
Spring4新特性——核心容器的其他改进
Spring4新特性——Web开发的增强
Spring4新特性——集成Bean Validation 1.1(JSR-349)到SpringMVC
Spring4新特性——Groovy Bean定义DSL
Spring4新特性——更好的Java泛型操作API
Spring4新
- centOS安装GCC和G++
liuxihope
centosgcc
Centos支持yum安装,安装软件一般格式为yum install .......,注意安装时要先成为root用户。
按照这个思路,我想安装过程如下:
安装gcc:yum install gcc
安装g++: yum install g++
实际操作过程发现,只能有gcc安装成功,而g++安装失败,提示g++ command not found。上网查了一下,正确安装应该
- 第13章 Ajax进阶(上)
onestopweb
Ajax
index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/
- How to determine BusinessObjects service pack and fix pack
blueoxygen
BO
http://bukhantsov.org/2011/08/how-to-determine-businessobjects-service-pack-and-fix-pack/
The table below is helpful. Reference
BOE XI 3.x
12.0.0.
y BOE XI 3.0 12.0.
x.
y BO
- Oracle里的自增字段设置
tomcat_oracle
oracle
大家都知道吧,这很坑,尤其是用惯了mysql里的自增字段设置,结果oracle里面没有的。oh,no 我用的是12c版本的,它有一个新特性,可以这样设置自增序列,在创建表是,把id设置为自增序列
create table t
(
id number generated by default as identity (start with 1 increment b
- Spring Security(01)——初体验
yang_winnie
springSecurity
Spring Security(01)——初体验
博客分类: spring Security
Spring Security入门安全认证
首先我们为Spring Security专门建立一个Spring的配置文件,该文件就专门用来作为Spring Security的配置