自定义博客皮肤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

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

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

转载 获取当前电脑的IP,名字

转自:http://blog.chinabyte.com/145/flyday/43645.shtml 刚才有朋友问此问题,写个演示Job供参考。static void Job330(Args _args){    xSession curXS;    int i;    str GetIP(str Hostname)    {        DLL DLL = new DLL("

2009-04-29 13:40:00 1466

转载 javascript 正则表达式的贪婪与非贪婪

摘自:javascript高级程序设计 The three kinds of regular expression quantifiers are greedy, reluctant, and possessive.A greedy quantifier starts by looking at the entire string for a match. If no match is

2009-04-20 12:50:00 7987

原创 AX启动过程及Session管理

 AX在启动时经历如下步骤: appl.startup() // The SysStartupCmd class is instantiated here.sysStartupCmd.applInit()super()sysStartupCmd.applRun()info.startup()sysStartupCmd.infoInit()super()sysStartupCmd.i

2009-04-17 15:42:00 2038

原创 AX读写文件

 AX读写文件需要一些几步备注参考AX读写文件需要以下几步:(1)     创建句柄client public static int createFile(str  fileName, [int  flags, int  access])如要给文件路径为“d:/test.txt“的文件创建一个句柄,如下:Int handle;Str filename;;

2009-04-17 15:28:00 3723 2

原创 info()中tab(ascii = 9)表示层次关系

 str tmp;;tmp = "david" + num2char(9) + "haha" + num2char(9) + "xix" + num2char(9) + "wuwu";info(tmp);-------------------------结果为:

2009-04-17 14:48:00 1248

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关注的人

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