自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Reboot

每天迈出一小步,人生就迈进一大步

  • 博客(4)
  • 资源 (30)
  • 收藏
  • 关注

转载 X++中的字符串操作函数

转自:http://farseer1215.cnblogs.com/archive/2006/06/05/417433.html每个语言中都会有很方便的操作字符串的函数库,可惜在X++的教程中没有看到这个函数库的列表,下面的函数是在看源代码的过程中发现的,汇集如下:1.strlen(str text)作用:获取字符串的长度参数:text,待获取长度的字符串返回值:字符串的长度stati

2008-03-31 10:58:00 2312

原创 修改FORMDATASOURCE的QUERY

有时候会需要修改FORM下的DATASOURCE的query以符合我们的需要,可以override datasource的init方法,在super之后对query进行修改,如:        query = this.query();        queryds = query.dataSourceTable(tablenum("Bank"));        queryds.clearD

2008-03-29 13:32:00 1322

原创 参数在FORM之间的传递

 如果两个FORM是由系统进行关联调用的,即如果FORM B 是由FORM A触发的,则如果B要实用A中的参数或控件的状态,可以在A中写方法如method,该方法返回需要的参数或控件的状态,public str method(){    return variable;}然后,在B中的init中使用:Object  object;str         _str;o

2008-03-29 11:54:00 1681

转载 Event Method Sequences when a Form is Opened

From: MSDNAn event method sequence is executed when a form is opened. The specific sequence depends on the set of controls and data sources that are associated with the form. Open a Form

2008-03-26 17:31:00 861

ClassLoaderDemo.7z

以一个实际的小例子,演示关于使用ClassLoader实现自定义多组件的加载Demo,可以帮助理解类加载器的双亲委托及破坏。

2020-02-08

Spring Boot HTTP2 Demo

基于Spring Boot 2.0,实现HTTP2的Demo演示代码,供学习参考

2019-06-22

tdm64-gcc-5.1.0

Windows 64位操作系统用tdm64-gcc-5.1.0,结合Eclipse + CDT 实现JNI调用

2019-01-21

Eclipse下JNI演示Demo

Eclipse下,使用CDT、TDM-GCC,实现JNI调用C,包含采用default包和自定义包两种场景

2019-01-21

Netbeans IDE 6高级编程

Netbeans IDE 6高级编程 英文高清版

2011-09-30

UML+用户指南(第2版)

UML+用户指南(第2版).zip 英文版

2010-06-12

Weighted average cost price

Weighted average cost price

2010-05-19

Cost Management in Microsoft Dynamics AX 2009

Cost Management in Microsoft Dynamics AX 2009

2010-05-18

LookupForms

dyanmics ax lookup forms demo xpo file

2010-04-26

Inside Microsoft Dynamics AX 2009, 2nd Edition June 2009

Inside Microsoft Dynamics AX 2009, 2nd Edition June 2009

2010-03-22

《OLAP 解决方案:创建多维信息系统(第二版)》3/3

《OLAP 解决方案:创建多维信息系统(第二版)》

2010-02-10

《OLAP 解决方案:创建多维信息系统(第二版)》2/3

《OLAP 解决方案:创建多维信息系统(第二版)》

2010-02-10

《OLAP 解决方案:创建多维信息系统(第二版)》1/3

《OLAP 解决方案:创建多维信息系统(第二版)》

2010-02-10

AdventureWorksDW 完整版

AdventureWorksDW, 2005SP1, Professional SQL Server Analysis Services 2005 with MDX 配套

2010-01-11

AdventureWorksDW

AdventureWorksDW, 2005SP1, Professional SQL Server Analysis Services 2005 with MDX 配套

2010-01-07

Professional.BizTalk.Server.2006.May.2007

Professional.BizTalk.Server.2006.May.2007

2009-05-27

在新建的FORM上使用系统的Dimension display功能

在新建的FORM上使用系统的Dimension display功能

2008-09-24

Dynamics AX A Guide To Microsoft Axpata 2

Dynamics AX A Guide To Microsoft Axpata 2

2008-04-15

Dynamics AX A Guide To Microsoft Axpata 1

Dynamics AX A Guide To Microsoft Axpata 1

2008-04-15

NumberSequence

how to use ax Number Sequence

2008-04-02

Inside Microsoft Dynamics Ax 4.0-8

Inside Microsoft Dynamics Ax 4.0

2008-03-21

Inside Microsoft Dynamics Ax 4.0-7

Inside Microsoft Dynamics Ax 4.0

2008-03-21

Inside Microsoft Dynamics Ax 4.0-6

Inside Microsoft Dynamics Ax 4.0

2008-03-21

Inside Microsoft Dynamics Ax 4.0-5

Inside Microsoft Dynamics Ax 4.0

2008-03-21

Inside Microsoft Dynamics Ax 4.0-4

Inside Microsoft Dynamics Ax 4.0

2008-03-21

Inside Microsoft Dynamics Ax 4.0-3

Inside Microsoft Dynamics Ax 4.0

2008-03-21

Inside Microsoft Dynamics Ax 4.0-2

Inside Microsoft Dynamics Ax 4.0

2008-03-21

Inside Microsoft Dynamics Ax 4.0-1

Inside Microsoft Dynamics Ax 4.0

2008-03-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除