摘要: 通过数据线传递声音的高科技正在电话领域引起一场革命。而这场革命的领导者是Vonage。从建立到第一,Vonage只用了3年,美国最大的网络电话公司Vonage就完成了“从布衣到贵族”的原始积累,成为美国最大的网络电话公司。5月中旬,Vonage首次公开募股募集到6亿美元,并把总部迁至纽约,这一互联网电信巨头的异军突起甚至让那些坐拥亿万家产的传统电信巨头都感到胆寒。 网络电话的革命 正如网络... 阅读全文
posted @ 2005-11-23 12:30 Slashout 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 销售代理协议 Sales Agency Agreement 合同编号: Contract NO: 签订日期: Date: 为在平等互利的基础上发展贸易,有关方按下列条件签订本协议:This Agreement is entered into between the parties concerned on the basis of equality and mutua... 阅读全文
posted @ 2005-11-14 15:57 Slashout 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 首先看看Java是如何实现的:主要使用的是java.util.Robot类来捕获屏幕,可以实现对屏幕一个矩形区域的捕获,通过这个类,我们也可以实现一个远程桌面控制的程序 1package com.qiu.util; 2import java.io.*; 3import java.net.*; 4import javax.swing.*; 5import java.awt.*; 6im... 阅读全文
posted @ 2005-11-11 10:58 Slashout 阅读(2150) 评论(1) 推荐(0) 编辑
摘要: DotNetNuke的代码我很早就Down了下来,只不过打开项目一看我就傻了,My God!DotNetNuke居然由这么多项目组成。我该从什么地方看才好呢?打开数据库一看更是傻眼,60多个用户表,300多个存储过程,想弄清数据库就要花不少功夫。 后来我了解到DotNetNuke的前身是Portal start kit和IBuySpy Portal,所以还从简单的先看起。Portal star... 阅读全文
posted @ 2005-09-14 11:25 Slashout 阅读(763) 评论(0) 推荐(0) 编辑
摘要: This exercise will give you practice in reading and understanding the structure of an IDoc. Run the IDoc Structure Utility (WE60). Answer the following questions. What are the required segments in ... 阅读全文
posted @ 2005-08-12 09:43 Slashout 阅读(506) 评论(0) 推荐(0) 编辑
摘要: 今天终于弄到了机器,装上了SAP Client GUIEventually,i got my notebook.And then i install the SAP Client GUI.At first,the User Right Setup Event Code is 'SU01'.And then,you can press the 'COPY' icon to copy the auth... 阅读全文
posted @ 2005-08-04 13:44 Slashout 阅读(330) 评论(0) 推荐(0) 编辑
摘要: SAP users use CATT frequently to upload master data or to make changes to master data records. SAP Consultants and Abapers tend to use it for creating test data. The transactions run without user inte... 阅读全文
posted @ 2005-08-01 22:32 Slashout 阅读(737) 评论(1) 推荐(0) 编辑
摘要: Appending 2 internal tables 附加2张内表 Instead of using the normal loop-endloop approach for this kind of programming, use the variation of the append command. Care should be taken that the definition ... 阅读全文
posted @ 2005-07-31 22:20 Slashout 阅读(538) 评论(0) 推荐(0) 编辑
摘要: Need for performance tuning In this world of SAP programming, ABAP is the universal language. In most of the projects, the focus is on getting a team of ABAP programmers as soon as possible, handin... 阅读全文
posted @ 2005-07-31 21:21 Slashout 阅读(868) 评论(0) 推荐(0) 编辑
摘要: 6. No controls for promoting/transporting objects into productionIn many SAP projects that I have consulted for, there are very little controls for promoting objects into a live production environmen... 阅读全文
posted @ 2005-07-31 21:08 Slashout 阅读(492) 评论(0) 推荐(0) 编辑
摘要: Title: Lessons Learned from Testing SAP R/3SAP R/3 is the market leader in ERP installations and ERP sales. SAP has thousands of tables, multiple industry specific solutions, thousands of transaction... 阅读全文
posted @ 2005-07-31 21:05 Slashout 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 昨天被问到什么叫DDL,DML时没反应过来,以前的数据库基础都交给老师了...Data Define Language ,Data Manipulate Language行级锁和表级锁的概念也是的...共享锁和互斥锁...在开发的时候离开了概念的指导有时候还是会很麻烦的 阅读全文
posted @ 2005-07-28 17:03 Slashout 阅读(344) 评论(0) 推荐(0) 编辑
摘要: The SAP R/3 system presents a Windows interface with several of the familiar Windows functions for screen manipulation. The apparent simplicity of the interf ace hides the power of the menus residing ... 阅读全文
posted @ 2005-07-28 12:55 Slashout 阅读(526) 评论(0) 推荐(0) 编辑
摘要: Purpose The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. In short, you can read and write MS Excel files u... 阅读全文
posted @ 2005-07-28 12:38 Slashout 阅读(2419) 评论(1) 推荐(0) 编辑
摘要: import org.apache.poi.hssf.usermodel.*;导入POI后调用HSSFWorkbook对象,示例为: try{ // 创建对Excel工作簿文件的引用 FileInputStream fin=new FileInputStream(fname); File fexcel =new File(fname); try{ HS... 阅读全文
posted @ 2005-07-28 11:10 Slashout 阅读(1820) 评论(0) 推荐(0) 编辑
摘要: 区别在与Case后的expression和End后面的as表达式最明显 --oracle的 select t_CX_Orders.*, case when FIsSendMail=1 then FFILEPATH else '.' end DownLoadPath from t_CX_Orders ... 阅读全文
posted @ 2005-07-26 12:29 Slashout 阅读(2734) 评论(0) 推荐(0) 编辑
摘要: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorI... 阅读全文
posted @ 2005-07-26 11:09 Slashout 阅读(2208) 评论(0) 推荐(0) 编辑
摘要: formatStringString.Format("{0,-8:G}",value); 总长度为8,后面为空格的字符比如98-》 98 。String.Format("{0,08:G}",value); 总长度为8,前面为空格的字符比如98-》 98日期:"{0:yyyy-MM-dd}") (0, ''YYYY-MM-DD HH24:MI:SS'')正好... 阅读全文
posted @ 2005-07-20 00:28 Slashout 阅读(476) 评论(0) 推荐(0) 编辑
摘要: Stock/Requirements ListIn SAP Path:Logistics-Planning-MRP-Evalutaions-Stock/RequirementsListMaterial Management:Logistics ->MM->Inventory management->Enviornment->Stock->Stock/rqmts.ListSales and Dist... 阅读全文
posted @ 2005-07-19 10:37 Slashout 阅读(387) 评论(0) 推荐(0) 编辑
摘要: No. Filename Size1 AC-Coding Block.pdf 145,1702 BC-ABAP Dictionary (BC-DWB-DIC_.pdf 2,117,1443 BC-ABAP Programming.pdf 6,976,6534 BC-ABAP Workbench Tools.pdf 5,203,3405 BC-ABAP Workbench Tutorial.pdf ... 阅读全文
posted @ 2005-07-18 13:31 Slashout 阅读(3243) 评论(2) 推荐(0) 编辑
摘要: 通过面试开始在公司正式上班了,去的很早,呵呵,以为里面的员工都需要敲卡的,不想给大家一个坏印象。环境么给我的感觉氛围很不错,没有传统IT行业那种被项目赶得焦头烂额的样子,可是我的性格决定了我不是那种一下子可以放得很开能加入到团队的那种人吧...一天到晚对着电脑说话的时间少了好多,即使说话也是关于技术的多些....-.-难搞喔。 到了新的环境,薪水倒是次... 阅读全文
posted @ 2005-07-17 00:37 Slashout 阅读(558) 评论(0) 推荐(0) 编辑
摘要: tan(患了一场重感冒,方知身体最重要) says:在的tan(患了一场重感冒,方知身体最重要) says:好久没联系了http://www.cnblogs.com/slashout/ says:呵呵~我好久没上MSN了http://www.cnblogs.com/slashout/ says:怎么又感冒了?缺乏运动啊,那个PAP 项目 over了?tan(患了一场重感冒,方知身体最重要) say... 阅读全文
posted @ 2005-07-12 15:05 Slashout 阅读(775) 评论(0) 推荐(0) 编辑
摘要: “IF you find an exception of Generic Error GDI+ .... then it means the folder is there, but the user (ASPNET or whatever user you are using) do not have write permissions on the folder。”这才明白,如果你的系统盘是N... 阅读全文
posted @ 2005-07-05 20:54 Slashout 阅读(581) 评论(0) 推荐(0) 编辑
摘要: 和以前的asp不同,在asp.net中为了彻底的代码分离,我们一般不采用嵌入标签中来设置一些属性和内容。 一般来说有2种情况: (一)设置标签的内容,比如这里 (二)设置标签的属性,比如 (三)动态加载一些script 先看一下(一)和(二): 前台 后台 protectedHtmlGenericControlmytitle; protectedHtmlGenericControlmy... 阅读全文
posted @ 2005-04-23 21:37 Slashout 阅读(1311) 评论(0) 推荐(0) 编辑
摘要: a payment or serious payments 一次或多次付款 abatement 扣减 absolute and unconditional payments 绝对和无条件付款 accelerated payment 加速支付 acceptance date 接受日 acceptance 接受 accession 加入 accessories 附属设备 accountability ... 阅读全文
posted @ 2005-04-21 19:09 Slashout 阅读(6779) 评论(1) 推荐(0) 编辑
摘要: ALTER PROCEDURE dbo.ReturnAllMonthInOneYearTheSalesStatics /**//* ( @parameter1 datatype = default value, @parameter2 datatype OUTPUT ) */ AS /**//* SET NOCOUNT ON */ DECLARE @tblMonths TABL... 阅读全文
posted @ 2005-04-20 23:52 Slashout 阅读(588) 评论(0) 推荐(0) 编辑
摘要: usingSystem; namespaceXMLTextWriter { /**//// ///Theclassforthat ///representsarecordintheEmployeetable. /// publicclassEmployeeData ... 阅读全文
posted @ 2005-04-19 21:29 Slashout 阅读(809) 评论(0) 推荐(0) 编辑
摘要: 我看了一下模板,不是很难,由于本人用的是C#.因此模板是为C#转化的: usingSystem; usingSystem.Data; usingSystem.Data.SqlClient; usingMicrosoft.ApplicationBlocks.Data; using.; namespace. { publicclass { ... 阅读全文
posted @ 2005-04-11 01:27 Slashout 阅读(665) 评论(0) 推荐(0) 编辑
摘要: abstract class 抽象类 accelerator 快捷键 accelerator mapping 快捷键映射 accelerator table 快捷键对应表 access modifier 访问修饰符 Access Pack 访问包 access specifier 访问说明符 access violation 访问冲突 accessi... 阅读全文
posted @ 2005-04-10 21:04 Slashout 阅读(2932) 评论(2) 推荐(0) 编辑
摘要: 一个类似于NtierGen的软件,不过使用起来比较方便, http://blog.csdn.net/upto/category/52286.aspx 但是在两年前看到这个RapTier http://www.sharppower.com/的时候我就觉得upto的破解能力很强阿,也很不错,谢谢他 ..... 谢谢作者帮我破解了RapTier这个软件, 呵呵... 我一直在找破解版呢:就是这... 阅读全文
posted @ 2005-04-10 18:55 Slashout 阅读(1229) 评论(1) 推荐(0) 编辑