`
JavaFans
  • 浏览: 87354 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
做IPHONE开发,正常情况下先得准备: 1. 购买Mac电脑 2. 注册苹果的developer, 3. 到苹果的网站上下载XCode和iOS SDK. 4. 在XCode中做开发IPHONE程序,模拟器里面运行 5. 注册$99的,进行真机运行 6. 发布程序
For the time zone "BRAZIL" in database table TTZZ, a shift of -3 hours from the UTC reference time is entered in database table TTZR. The end of the summer time is defined in database table TTZDV as the second Sunday in March at 02:00, which in the year 2003 is March 9. With these ...
wait up to 42 seconds. Does a roll-out and releases the work process to the listener Does an implicit Database commit Use when CPU processes are at a premium and when the implicit commit will not corrupt your data or cause a short dump because of an open database cursor. CALL FUNCTION ' ...
最近开始准备做Android手机软件的开发,看到CMD100,挺不错的。 关于开发方面比较集中,而且人气比较旺点。   顺便做下广告:     http://www.cmd100.com/bbs/?fromuser=kingbearwx  
---------------------------------有一定java基础并了解Android的基本工作方式弄清楚之后,就可以自学小游戏开发了。我所说的小游戏指逐帧绘制2D游戏,属于自学自用自娱自乐型的。专业游戏咋搞,确实不知道。-------------------首先,学 ...
磁盘管理工具,以前一直用PQMagic或者其他一些DOS工具。 最近发现一个挺好的Acronis Disk管理工具 http://www.acronis.com/homecomputing/   下载试用版,然后网上搜注册码,就完成安装了。 使用上面也很方便,操作界面简单,网上有使用手册。    
Start debugger: <!--[if !supportLists]-->1.       <!--[endif]-->Reports: run ABAP editor (SE38), and start the debugger by clicking the ‘Debug’ button <!--[if !supportLists]-->2.       <!--[endif]-->Transaction <!--[if !supportLists]-->a.       <!--[endif]-- ...
1 Customising 1.1 General settings 1.1.1 Countries T005 Countries 1.1.2 Currency TCURC Currency codes TCURR Wisselkoersen TCURT Currency name TCURX Decimal places for currencies. 1.1.3 Unit of measure T006 Units of measure 1.1.4 Calendar functions T247 Month names TFACD Fa ...
函数名描述 ABAP_DOCU_DOWNLOAD Download ABAP documentation in HTML format. ARFC_GET_TID – 以十六进制形式返回终端的IP地址。 ADDR_GET_COMPLETE_ALL_TYPES       功能:获得地址的相关信息 BP_EVENT_RAISE –在 ABAP/4 程序中触发一个事件。 BKK_ADD_MONTH_TO_DATE  日期的加减 BAPI_COMPANYCODE_GET_PERIOD功能:获得公司的会计年度以及过账日期 CONVERT_OTFSPOOLJOB_2_PDF - converts ...
Solution: Right Click on the File --> choose Properties --> General Tab --> Security: Click the 'Unblock' button --> then click 'OK' button. Open the file again, it shall be OK.
exec master..xp_cmdshell 'net use Y: /delete' exec master..xp_cmdshell 'net use Y: \\server1\DB_Backup mypassword /user:Domain\userID' USE master go DECLARE @dbName SYSNAME DECLARE @strExec CHAR(8000) DECLARE @AbsKey as int DECLARE @time1 CHAR(8) SET @time1 = CONVERT(VARCHAR(8),G ...
http://g8.cx/mapi/ If you want to refer to this content, please link to this page instead of copying it, as I might be adding some more source code examples later. PLEASE NOTE The following code samples might be obsolete. They might not work with current version of the mapi33 dll, though they w ...
C语言宏定义总结 转自:http://topcool99.ycool.com/post.1797687.html 宏定义了一个代表特定内容的标识符。 预处理过程会把源代码中出现的宏标识符替换成宏定义时的值。 宏最常见的用法是定义代表某个值的全局符号。 宏的第二种用法是定义带参数的宏,这样的宏可以象函数一样被调用,但它是在调用语句处展开宏,并用调用时的实际参数来代替定义中的形式参数。   1.#define指令 #define MAX_NUM 10 int array[MAX_NUM]; for(i=0;i<MAX_NUM;i++) /*…… ...
var wshShell = new ActiveXObject("Wscript.Shell"); 会报错,说:Automation Server can't create Object。 这个是因为IE的安全级别设置问题,修改可以解决: 选择:Internet Explorer , Tools, Internet options, Security, custom level, 选中: enable "Initializing and Script Activex controls not marked as safe" 通过降低安全级别来正确 ...
一个内部developer使用的工具,之前都是用DEBUG模式直接运行的。 在新版本里面,改为RELEASE模式运行,主要是因为STL的操作效率问题。 本以为应该问题不大,但是居然发现有个功能没有了… 在彻底比较完DEBUG和RELEASE的宏不同之外,没有什么发现。 最后跟踪那个功能,发现一处遗留代码居然是这么写的: _ASSERT (CorrectABC (&OldID, ABC, type)); CorrectABC这个函数会返回bool类型的值,但是在函数里面会修改OldID的值。 而且OldID会在后面用到。
Global site tag (gtag.js) - Google Analytics