前往Shuct.Net首页

Shudepb PB反编译专家长时间以来,为业内同类软件事实上的唯一选择.细节,彰显专业.态度,决定品质.

关于PowerBuilder的搜索

pb11.5 3127补丁CR - 下载频道 - CSDN.NET 首页 资源分类 排行榜 帮助 高级搜索 讲义下载 下载频道>开发技术>Web开发>pb11.5 3127补丁CR pb11.5 3127补丁CR 资源大小:42KB 上传日期:2009-09-21 资源积分:3分 下载次数:217 上 传 者:kentpangcn 标  签: PB 分 享 到: --> 下  载:VIP下载 --> 收藏(1) 评论(5) 举报 --> 举报 我的待评论资源 资源简介 List of Fixes for EBF 16640 --------------------------- Following is a list of fixes which are cumulative to this release. Each fix is listed along with the EBF in which it was first released and the description of the problem. The list is sorted by the EBFID column. EBFID BugID Description ----- ------ ------------------------------------------------- 16640 558503 When the customer uses a JCM_Sybase connection cache the second time he runs calls the component he gets the following error: Error text = ct_exit(): user api layer: external error: This routine cannot be called because another command structure has results pending. fatal When using either JDBC and regular PB connections he does not see the error. 16640 556961 The WebForm "Unit of Measure Setup" screen "New" selection causes an "Unexpected error the browser will be closed". 16640 556701 Code error in javascript file dwcommon.js 16640 556124 A datawindow with header text that wraps in Win32, does not wrap in Webforms. They look truncated and don't display correctly. 16640 555928 When tabbing in a dwc, dddw expands unexpectedly using IE 6 and columns will then lose their tab order and cannot be tabbed to. Works ok using IE 7 browser. 16640 555379 When tabbing out of a column to retrieve, the following error appears: Windows Internet Explorer Unexpected error was thrown, the browser will be closed! Please report the error to administrator. Error: Can't move focus to the control because it is invisible, not enabled or of a type that does not accept focus Line: 1615 16640 555249 Change in behavior in PB 11.5 from PB 9.0.3. String default conversion of decimal numbers loses precision. The following code behaves differently in PB9 than in PB11.5: // **************************************** decimal lr_amount=0.1000 string lr_amount1 lr_amount1=string(lr_amount*100) messagebox('',lr_amount1) //messagebox 1 lr_amount=0.1234 lr_amount1=string(lr_amount*100) messagebox('',lr_amount1) //messagebox 2 lr_amount1=string(lr_amount*100,"###.00") messagebox('',lr_amount1) //messagebox 3 // **************************************** PB9: MessageBox 1 shows 10.0000 MessageBox 2 shows 12.3400 MessageBox 3 shows 12.34 PB11.5: MessageBox 1 shows 10 MessageBox 2 shows 12.34 MessageBox 3 shows 12.34 The customer used string conversion without specifying the precision in many places in his application. Can we support the same precision in PB11.5 as we did in PB9? 16640 554375 When using an ODBC connection and creating a datawindow where there is a SQL error, the error message does not display until the last wizard screen appears and there is no way to correct the errors in the datawindow, if you click ok to the error message. When the error message displays and you click ok, the selection you made so far are gone. There is no way to click on the 'Back'cb and correct the errors. If you connect to OLEDB or SNC, the error message happens when you try to click on the 'Next'cb. 16640 553810 If column of WebForm is edited with a popup window shown, it will lose contents. 16640 553807 Multiple PrimaryKey columns cannot be updated in .Net WebForm. 16640 553646 PB Non-Visible objects not generated for HTML. 16640 553468 PB.Net WebForms Postback with inheritance A script in the itemchanged event of an ancestor datawindow will cause a postback when there is an itemchanged event. This cannot be overrided in a standard way within the Window Painter. Work- around define a javascript handler for the ItemChanged event in the constructor event of the child datawindow: #IF DEFINED PBWEBFORM THEN dw_x.JavaScriptFile = "TheScriptFile.js" dw_x.OnClientItemChanged = "DummyItemChanged" #END IF Add code to the Itemchanged, so that Extend Ancestor Script can be disabled: #IF DEFINED PBWEBFORM THEN #END IF 16640 553031 Soap call to webservices The milliseconds part of a Timestamp gets dropped when the seconds part is 59. 16640 552845 .Net Webform: Clicking rapidly on the Next Page link (>) in a DataWindow with multiple pages can cause a javascript error: Error: 'psPage' is undefined Line: 6470 16640 552794 When using the EAServer component wizard to create a easerver component as a webservice, pb is crashing in the IDE in the pbvm: PBVM115!TriggerEvent+2a [e:\pb115\runtime\function\fntrig.cpp @ 1074] 004b378a 837a1c00 cmp dword ptr [edx+1Ch],0 Faulting code in the TriggerEvent of fntrig: if (!fnThis->bSuspended && ob_inst_defined (pTrig->obInst)) 16640 552682 Scripting menu object using paste SQL update cause PB to crash. 16640 552616 PSE NOTES: ----------------------- OS: Windows XP SP3 Versions and Build #s Tested: PB 10.5.2_7791, PB 11.2_8616 and PB 11.5_3050 Database/Driver: N/A Comments: RTE Control does not display encrypted RTF documents correctly. Works ok in old PB 7.0.3, by displaying exactly what is displayed in Wordpad. 16640 552289 The activate event is only firing once upon the window opening for the first time in winforms. When you click on the command button that fires a messagebox, only the windows deactivate event fires. In PB Native the deactivate and activate events will fire. 16640 551976 Customer is experiencing a SyntaxFromSQL error after migrating from PB 9 to 11.5. 16640 551567 With EjbClient proxy generation the type string is generated in the proxies for java public string arrays. 16640 551467 OLEDB to MS SQL Server 2005. Customer has a table with almost 400 columns. He has a datawindow and is using a stored procedure to update. When updating a row PB crashes. 16640 551454 In PB 11.5 calling an Oracle stored procedure as an RPC via the transaction object. Passing in an array of strings. In Oracle there are 2 extra characters added to each array element string; a null, and some other character. So an array element say of one character "1" arrives in Oracle as "1 e" with the middle character a null. This also failed in earlier builds of 11.2. But it does not fail in 11.2 build 8649. In the 11.2 builds that do fail with the O10 driver, using O84 driver does not fail. In PB 11.5 there is no O84 driver, so it is paramount that this is fixed in 11.5 as it is in PB 11.2 build 8649 as there is no other alternative. 16640 551309 You can not copy a .jpg file and then paste (Ctrl V) it into an RTE control at runtime. You can paste a copied .bmp file. However you can copy and paste a .jpg file into Word. 16640 551125 The customer calls an Oracle stored procedure function via a transaction object RPC call. The function is overloaded in Oracle and PB is calling one of the overloaded functions. Three of the arguments in the function call are arrays. This worked fine in PB 8.0.2 using the O84 driver. They migrated to PB 11 and it still works fine with the O84 driver. However using the O10 driver it crashes PB. If the function is not overloaded,it works OK with O10. If the array arguments are removed it also works. This appears to be a PB problem as it works with O84 and it also works when calling the function from SQLPlus. Only PB 11 using O10 driver crashes. 16640 550665 .Net Webform Application With a long operation sometimes the pointer doesn't return back from hourglass to the default pointer until the mouse is moved. 16640 550638 When opening a response or popup window with center property set, it will show top left for a moment and then centers. When running another time, it will appear centered right away. 16640 550505 The rbuttondown event of a datawindow is not triggered in the right way after closing respondswindow and do a right mouse button click the first time. 16640 550500 The setrowfocusindicator icon (hand!) overlaps dw edit type of checkbox in PB .NET Webform. 16640 550413 After opening several sheets from the toolbar in an mdi application and then clicking on the menu item of 'Window', pb will crash with an access violation in the PBVM: FAULTING_IP: PBVM105!OwnerMeasureItem+4a pMRenderer- >OnMeasureItem(pRTMenu, pMeasureItem); 16640 550409 When rmb in the toolbar area and then clicking on the 'Window' menu item, the items appended to the Window menu appear corrupt. What shows up is: - Window - Tile Horizontal - Tile Vertical - Layer - Cascade ---------------- - Arrange Icons ---------------- - Alliant Tools - Tools for Instances - Tools for Instances - Alliant Tools What should be showing up is: - Window - Tile Horizontal - Tile Vertical - Layer - Cascade ---------------- - Arrange Icons ---------------- - Alliant Tools - Tools for Instances ---------------- - 1 Instances 16640 549804 Sometimes a black line appears in header while scrolling a DataWindow in printpreview mode. 16640 549624 There is a problem with polish characters in the Rich Text Edit Control. The ?"z" with dot above ("ż") entered as Right Alt (Alt Gr) + Z on a Polish keyboard clears text in RTE instead of entering the z dot. 16640 549474 Cannot enter data in column when querymode = 'yes' override edit is checked and modified background.color. dw_1.modify('datawindow.querymode=yes') dw_1.modify("lname.background.Color=536870912") 16640 549416 Memory leaks are experienced in a complex nested report. 16640 548908 When a tooltip is being set dynamically for a column and then the datawindow is reset, the previous value tooltip still shows up even though that row is no longer there. For example, a datawindow has 5 rows. Tooltip.tip is being set at runtime in a computed expression using setitem. You place the cursor at row 4 then dw.reset is processed and 1 row is then added. When you move the cursor over to where it was previously to the dw_1.reset, the tooltip for the 'reset' row still shows. 16640 548711 When libraries are located in other directory than target it will result in empty PBDs in the deplomyment directory. 16640 548569 Datawindow not displayed when a dataobject was not set for ancestor. 16640 548295 The customer has a PBDOM application that runs well. But if he uses SetLibraryList to change the library list in an exe it crashes. AddToLibraryList appears to work OK. 16640 548019 Setfilter function in dynamic crosstab datawindow is not working when columns returned from Describe function are used to build filter string. 16640 547953 A GetItemString function will execute the computing column of row not existing. 16640 547589 When using DWSyntax for the script to modify a column's UseFormat or UseEllipses the script is not displayed. 16640 547537 The dddw (U/M) column appears to disappear when a message box appears. Works ok in PBNative. 16640 547227 Customer has an InfoMaker form with a checkbox. Three states is not checked for the checkbox on form but when run it acts as though it is. You see checked, unchecked and the green icon indicating third state the same as if you had a three state checkbox. 16640 547192 Instance variables defined as Arrays in a PB Component crashes Jaguar. 16640 546065 Customer seeing an access violation error in the pbshr: FAULTING_IP: PBSHR110!PbHeap_free+412 07d2c502 833800 cmp dword ptr [eax],0x0 EXCEPTION_RECORD: ffffffff -- (.exr ffffffffffffffff) ExceptionAddress: 07d2c502 (PBSHR110!PbHeap_free+0x00000412) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000 NumberParameters: 2 Parameter[0]: 00000000 Parameter[1]: 240a0d0d Attempt to read from address 240a0d0d 16640 545982 Exception access violation in the pbvm: FAULTING_IP: PBVM110!ob_type_vtable_module_srch+aa 082aa05a 668b5cd102 mov bx,[ecx+edx*8+0x2] EXCEPTION_RECORD: ffffffff -- (.exr ffffffffffffffff) ExceptionAddress: 082aa05a (PBVM110!ob_type_vtable_module_srch+0x000000aa) ExceptionCode: c0000005 (Access violation) RESOLUTION: Problem was a group loader issue in the pbvm. Fix is in PB 11.2 (build 8669) and after. 16640 545928 Customer getting a random exception access violation error. FAULTING_IP: PBDWE110!dwTableAggrSortCmp+9303 08a5c1e3 8b6d00 mov ebp,[ebp] EXCEPTION_RECORD: ffffffff -- (.exr ffffffffffffffff) ExceptionAddress: 08a5c1e3 (PBDWE110!dwTableAggrSortCmp+0x00009303) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000 NumberParameters: 2 Parameter[0]: 00000000 Parameter[1]: 00000007 Attempt to read from address 00000007 16640 545778 When running an executable where a user does not have admin privileges, the following error appears: Unicode Font Substitution PowerBuilder failed to change the Unicode font substitution. You must run at least once with administrator privileges to complete this process Problem happens on winxp and vista. Worked ok in PB 11.2 where user did not have admin privileges. PowerBuilder Engineering has determined that this font substitution logic is no longer necessary in PB 11.5. With this fix applied, the initialization logic that leads to this FDCC warning has been removed. 16640 545675 Text in Header not displayed after making a column visible in a DW grid 16640 545634 A datawindow that has a rich text column will cause the PowerBuilder ide to crash when setting the autosize height of the column and the detail band to true. According to the PB 11.5 release notes this is a known issue and installing the .NET 3.5 Framework would solve the problem. 16640 545569 Clicking on a treeview item gets Unexpected error was thrown, the browser will be closed! 16640 545555 Checkbox text displays differently in Webforms than Win32. 16640 545479 Groupboxes are not sizing properly on .net webform. Group boxes appear longer and it interferes with the rest of the format of the page. Using the w_m_ftp_account_setup window in the ftpacct.pbl. 16640 545441 A WebForm Window Dynamic Function call causes a CS0645: Identifier too long error on deployment. 16640 545361 The customer is using the PowerBuilder PrintSetup() function and selecting a printer and an orientation of landscape. But if the printer name is long, greater than 30 characters, the orientation is lost and the datawindow is printed as Portrait. 16640 545197 OS: Windows XP SP2 Versions and Build #s Tested: PB 10.5.2_7757 Database/Driver File/Version: MS SQL Server 2000 - connecting via PB ODB interface Comments: DECLARE...PROCEDURE / EXECUTE fails when executed from within a PB NVO component. But the same code works fine when executed within standard client server application and procedure returns one row in resultset as expected. 16640 544957 Customer is calling a stored procedure in MS SQL Server as an RPC declared in the transaction object. Connection is SNC or OLE DB. The routine is returning a value of 40243717 declared as a numeric(14,0) into a decimal argument in the RPC and a decimal variable in PB. The value in PB is just 4. If you use a PB double as the argument and variable, then the correct value is returned. 16640 544906 Wrong value for bNilIsNull property in the XHTML javascript generated. 16640 544884 Strange phenomenon when a response window has a datawindow containing several DropDownDatawindows on it. The Fonts are not fitting into the columns any longer. After changing the edit style back to edit, the phenomen is gone. 16640 544602 Internal SOAP Processing Failure The .Net SOAP enveloppe request is found to be empty with certain complex datatypes 16640 544600 When a datawindow query is created in graphical mode in PB, it contains copious white space in the form of tabs and spaces. This is a request to decrease query size sent to the database by eliminating the unnecessary white spaces in query prior to executing the query. 16640 544462 When adding a computed field in the header of a group datawindow, pb will crash at: FAULTING_IP: PBDWE110!dwexpr_eval_aggr+6c [e:\pb11\dw\engine\common\dwexprd.cpp @ 284] 1087a1dc 8b14b2 mov edx,[edx+esi*4] STACK_TEXT: 0012de30 1087aeff 05c5f994 00000000 0012dfc0 PBDWE110!dwexpr_eval_aggr+0x6c [e:\pb11\dw\engine\common\dwexprd.cpp @ 284] 0012df34 1087e8a8 0012df5c 01531e48 0012dfc0 PBDWE110!dwexpr_eval_datetime+0x49f [e:\pb11\dw\engine\common\dwexprd.cpp @ 218] 0012df64 1087fae4 0012dfc0 00000000 0153138c PBDWE110!dwexpr_eval_stringdatetime+0x18 [e:\pb11\dw\engine\common\dwexprs.cpp @ 2690] 0012df74 1087f945 015313b4 0012dfc0 0153138c PBDWE110!dwexpr_eval_string+0x344 [e:\pb11\dw\engine\common\dwexprs.cpp @ 238] 0012df8c 10868323 0153138c 0012dfc0 012226b8 PBDWE110!dwexpr_eval_string+0x1a5 [e:\pb11\dw\engine\common\dwexprs.cpp @ 287] 0012e804 107fcd3f 012073b0 0102fb88 0012e848 PBDWE110!dwexpr_compute_gob+0x213 [e:\pb11\dw\engine\common\dwexpr.cpp @ 605] Trying to add the following computed field: string(first(start_date for group 1)) 16640 544377 The customer has an ASE stored procedure that has a float datatype as the resultset. He is retrieveing this into a datawindow column of type decimal. It works OK in PB 10.2. But after migrating to PB 10.5 where decimals have changed and have 28 digits of precision he is gettimg the wrong value. Wrong by many magnitudes. The value in the database was loaded as scientific notation. Database value: 2.06479860179892282E-016. PB 10.2 decimal column: 0.000000000000000206 (correct for 18 digits precision) PB 10.5 decimal column: 20647986017989224 (incorrect decimal point) 10.5 decimal value should be 0.00000000000000020647986017989224 16640 543262 11.5 Webforms on Vista SP1. A tab page with raggedright = false is chopping off tab text, and one tab is completely missing. On XP the same thing happens and there is an additional error message. 16640 542169 When running webform app, behavior is not the same as running in pbnative. The WebForm datawindow is not populated with the Search Criteria. 16640 541300 Memory leak in dynamic SQL statement. 16640 537564 The PB/IM installation installed the Code Examples,Help and TransTlk to: C:\Documents and Settings\All Users\Documents\Sybase\PowerBuilder 11.5 It also installed the InfoMaker Help to: C:\Documents and Settings\All Users\Documents\Sybase\InfoMaker 11.5 16640 536946 The customer has a datawindow with some fields in the header. The t_title field is marked autosize height and has a font size of 12. The t_title field initially has no text in it and has a small hieght of only 10. Other header fields below t_title are marked slide up all above, and the header band is marked autosize height. At run time in script the customer is putting text into the t_title field and is printing the datawindow: dw_summary.Object.t_title.Text = 'Management Audit Summary Report' dw_summary.print() In the printout, the header data is getting truncated on the bottom. You see the 'Management Audit Summary Report' correctly at the top and it has autosized correctly, but the header band seems to be in the same place as it was initially, cutting off the bottom of the header because t_title has increased in height but the header band has not moved to allow for that. 16640 536927 There are 2 problems with protected datawindow fields in Webforms. Problem 1: ---------- In a Webform application, datawindow fields with edit styles of checkbox or radiobutton that have tab orders but are protected will crash when the user tabs to that field. The following error occurs: Unexpected error was thrown, the browser will be closed! Please report the error to the administrator. Error: Can't move focus to the control because it is invisible, not enabled or of a type that does not accept focus. The error happens tabbing forward or backward (Shift+tab). If you click on a protected field it just ignores the click as it should. In a client server application it simply skips to the next allowable field, webforms should do the same. Problem 2: -- -------- If the field has an Edit Style of Edit and has a tab order but is protected, in webforms it allows you the click on the field or tab to the field and it becomes highlighted. This should not happen. On a tab protected fields should be skipped and focus should go to the next allowable field. A click should be ignored and focus remain where it is. 16640 535642 PocketBuilder needs to provide MobiLink support for SQL Anywhere 11 16640 535051 Graph datawindows are in changed mode when no changes have been made. Open a graph datawindow, make no changes and close it out. You will be prompted to save changes. 16640 534987 When using datawindow print() to print a datawindow to a .XPS file using the Microsoft XPS Document Writer, the only output that gets generated is if the datawindow has text in the footer band. 16640 534958 To further support SQL Anywhere 11, PocketBuilder needs to have the ODBC Utilities folder support Sybase Central 6.0 16640 532630 When using Web Datawindow on a page that has 4GL mode enabled the 3D Lowered style is not correctly rendered with XHTML. 16640 531019 CR#491073 is reproduced when a classic style option on XP is on. 16640 530295 The description of the aFlag parameter in the online help for GetFileOpenName transposes the function name to GetOpenFileName. 16640 497660 In the App Techniques manual, Chapter 24: Building an EAServer Component, About service components, the doc refers you to the Automated Configuration Guide for EAServer 6.x. The documentation probably should clarify that besides deploying a service component to EAServer 6.x, you must create a Service Component Entity. Refer to the Automated Configuration Guide manual in EAServer 6.x on how to create the entity. 16640 494586 From the online help for showheadfoot, it list the following as a code example to use to insert the current page number in a footer: rte_1.showheadfoot(true,false) rte_1.setalignment( Center! ) rte_1.inputfieldinsert("PAGENO") rte_1.showheadfoot(false,false) Please clarify in the documentation that the headerfooter property must be checked at design time. The above code should be added to the Application Techniques Manual, Implementing Rich Text. Also in the Application Techniques Manual, Implementing Rich Text, Preview and Printing, theres a section on Setting the page number. I believe that code is obsolete. For more info, see cr433830. 16640 493334 Customer have an application set running on Windows Server 2003 Service Pack 2 compiled with Version 11.1 Build 8204 that has the application crash in PBVM110.dll.This is an application that uses tcp/ip as a communication protocol between other applications runing on the same machine and remote clients over TCP/IP. This program set runs as a server for remote clients. There are several administrators that will connect to the Windows Server 2003 machine using remote desktop. If their display setting of remote desktop are different from the last user then the PowerBuilder application will crash. Testing revealed that changing the "desktop size" or the "color resolution" between connections will crash the program. Customer set up a simple midi application with three empty sheets and that application does not crash. App doesn't crash outside of Terminal Services. Customer tried changing resolution and color depth about 15 times with no failure outside of Terminal Services. While using Terminal Services customer notice that when you reconnect with a different resolution that all applications will minimize. (Both Task Manger and the MobileServ application). Apparently, Terminal Services is triggering an event to cause this to happen. This is just an observation. 16640 489723 Display problems appear in controls with images defined in the CMYK (Cyan,Magenta, Yellow and Black) format as oppose to images defined with RGB (Red,Green, and Blue). RESOLUTION: CMYK pictures are not supported 【招】应届生,入职年薪5-10万 【有奖】嵌入式开发从业人员大调查 SAP D-Code大会最低折扣倒计时 2013年热门Android应用 跟燕青一起学Android应用开发 Android 游戏教程:让人物动起来 相关资源 88个经典Android应用程序打包下载(源代码) ISoft源代码,用C#开发的金山卫士、360安全卫士 Hadoop技术内幕:深入解析MapReduce架构设计与实现原理 向窗体中拖放图片并显示.zip c#机器人快速回复QQ 飞信 C++性能优化技术 仿新版360安全卫士主界面(基于稍作修改的duilib) C#高性能大容量SOCKET并发完成端口例子 C#开发Android应用实战 使用Mono for Android和.NET C# PDF扫描版 Python核心编程(中文第二版) Excel导入导出测试程序,测试通过 开源免费的小额贷款系统 C/C++指针经典资料大全 CrawlScript-bin-beta0.3 JAVA的爬虫脚本语言 热门招聘 下载资源需要登录,并消耗一定的积分 怎样获得积分? FAQ 为什么我点的下载下不了,但积分却被扣了 由于下载人数众多,下载服务器做了并发的限制。若发现下载不了,请稍后再试,多次下载是不会重复扣分的。 我的积分不多了,如何获取积分? 上传优质资源可以获取积分,详细见 积分规则。 选择完成有奖的任务,可以获取积分。 http://task.csdn.net 选择购买VIP会员服务,无需积分下载资源 。 http://vip.csdn.net 评价资源返积分: 立即评价 第一次绑定手机,将获50下载积分及100论坛可用分。 立即绑定 论坛可用分兑换下载积分。 立即兑换 下载资源意味着您已经同意遵守以下协议 1. 资源的所有权益归上传用户所有 2. 未经权益所有人同意,不得将资源中的内容挪作商业或盈利用途 3. CSDN下载频道仅提供交流平台,并不能对任何下载资源负责 4. 下载资源中如有侵权或不适当内容,请 5. 本站不保证本站提供的资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。 下载频道公告 做任务,得下载分 微软必应-英雄会在线编程 欢迎订阅CSDN社区周刊 本周热点资源 C#开发Android应用实战 使用Mono for Android和.NET C# PDF扫描版 仿新版360安全卫士主界面(基于稍作修改的duilib) C#高性能大容量SOCKET并发完成端口例子 C++性能优化技术 软件开发者路线图:从学徒到高手 Excel导入导出测试程序,测试通过 Hadoop技术内幕:深入解析MapReduce架构设计与实现原理 Python核心编程(中文第二版) 谁说菜鸟不会数据分析,完整扫描版 c#机器人快速回复QQ 飞信 开发技术热门Tag jquery html5 html css web java asp.net spring jsp api 上传者其他资源 华为手机C8825D一键解锁工具 pb12.5 EBF20488(4595) CR ERP业务需求分析方法 ERP业务需求分析方法 ERP业务需求分析方法 ERP标准流程文档 基本的环节 PB11.5 3127 CR 举报 若举报审核通过,可奖励20下载分 举报人: 被举报人: kentpangcn 举报的资源分: 3 * 类型: 请选择类型 资源无法下载 资源无法使用 标题与实际内容不符 含有危害国家安全内容 含有反动色情等内容 含广告内容 版权问题,侵犯个人或公司的版权 其他 请您提供公司营业执照和软件相关版权到webmaster@csdn.net * 详细原因: 提交取 消 您还没有登录!登录  注册 您目前的积分不够下载该资源 您下载资源过于频繁,请输入验证码 输入错误, 请重新输入 积分不够,先来了解 您已经下载过该资源,再次下载不需要扣除积分 下载 BAIDU_CLB_SLOT_ID = "214752"; -->