自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

泉诚软件设计工作室

专注于技术开发 --- 一分耕耘一分收获

  • 博客(6)
  • 资源 (11)
  • 收藏
  • 关注

转载 delphi编写ActiveX在VBS下调 返回BSTR出错

由于工作需要首次在DELPHI下开发ActiveX控件,遇到不少问题,经过一翻折腾终于能在VBS上面正常调用了。所有的问题都在参数和返回值上面。 这些错误在用DELPHI开发的程序去进行调用,都不会出现问题。错误1: 直接在这里设定了返回类型为BSTR,结果在DELPHI下可用,在VBS下直接报错。正确的方式应该为:如图:  返回类型应该都为HRESULT ,然后在params

2017-12-21 15:16:36 946

原创 Java 编码和解码

package Test;import java.nio.ByteBuffer;import java.nio.CharBuffer;import java.nio.charset.Charset;import java.nio.charset.CharsetDecoder;import java.nio.charset.CharsetEncoder;import java.nio.

2017-12-12 16:54:53 680

转载 delphi调用https接口

delphi调用http接口直接使用idhttp就可以了,但是调用https接口的时候就需要和IdSSLIOHandlerSocket1控件一起使用。截图中是两个控件的具体配置,需要注意的是IdSSLIOHandlerSocket1.Method属性,否则会报错! 其中还会用到libeay32.dll和ssleay32.dll两个dll,可以从网上下载,直接放到项目

2017-12-12 14:37:19 2562 1

原创 Java FileChannel 示例

package Test;import java.io.FileInputStream;import java.nio.ByteBuffer;import java.nio.channels.FileChannel;public class MyTest { public static void main(String[] args) { try(FileInputStream

2017-12-11 15:17:36 314

转载 Java的三种代理模式

Java的三种代理模式1.代理模式代理(Proxy)是一种设计模式,提供了对目标对象另外的访问方式;即通过代理对象访问目标对象.这样做的好处是:可以在目标对象实现的基础上,增强额外的功能操作,即扩展目标对象的功能.这里使用到编程中的一个思想:不要随意去修改别人已经写好的代码或者方法,如果需改修改,可以通过代理的方式来扩展该方法举个例子来说明代理的作用:假设我们想邀请一位

2017-12-08 14:39:39 97

原创 Java Iterable 和 Iterator 示例

废话不多说,直接上代码:package Test;import java.util.ArrayList;import java.util.Iterator;import java.util.List;public class MyTest { public static class MyIterable implements Iterable{ private List my

2017-12-07 10:56:26 583

Delphi_XE_IntraWeb_XI_Development.PDF

IntraWeb是Delphi自带的一套Web开发框架,它由AtozedSoftware公司在2002年制作,并完美的植入Delphi7中。Intraweb同以往所有的Web开发框架相比,是一个革命性的产品,特点就是:1.完全支持所见即所得的开发方式;2.另外IntraWeb同ASP.net的WebForm的开发方式非常类似,也支持各类Server端事件,例如Button的OnClick事件等等;3.可以方便的进行web程序跟踪调试排错;4.支持非常简单直观的Session支持;5.由于IntraWeb是基于Delphi的,它可以使用VCL来简单的开发控件,类似于一般的简单网站,IntraWeb只需要拖入控件,不需要编写代码即可完成。

2020-01-25

MlSkinVCLD2010.v3.9.zip

MLSkin 是Delphi下面的一款皮肤组件,是基于Delphi标准组件继承而来,扩展了很多实用的属性功能供开发者调用;在使用上和标准的VCL组件相差不大,但显示风格却大不一样,可以很轻松地实现像QQ皮肤那样的效果,想要改变显示风格你要做的仅仅是重新加载一张图片即可;里面的大部分组件都可以单独使用,不需要依赖窗体的皮肤,显示效果可以自定义,非常灵活;目前这套皮肤组件提供了50多个常用的组件,20多个实用Demo,可以很方便快捷实现出你想要的效果。

2020-01-25

iw11.0.63.rar

delphi开发网站,似乎14年开始intraweb很火 于是果断开始研究intraweb,做了几个demo,感觉吊炸天呀! 1、卸载之前的intraweb(install package里面先删除intraweb控件) 2、复杂文件末尾的bat代码,制作删除控件的bat 3、运行iw11.0.63.exe安装intraweb 4、IW11063\下的文件替换到刚才安装的intraweb目录下面

2020-01-25

uniGUI.chm

uniGUI是恩巴克德罗德尔菲和C 生成器的 Web 应用程序框架。 uniGUI功能为开发有状态的 Web 应用程序 (即spa) 提供了一整套可视化控件。 开发过程与开发常规 VCL 应用程序非常相似。 uniGUIWeb 应用程序可以直接在 RAD 工作室 IDE 中运行和调试, 这使得开发过程变得非常简单和简单。 UniGUI将 Web 应用程序开发体验扩展到一个新的维度。 在这个新的维度中, 生产率是首要目标。 uniGUI允许开发人员关注应用程序业务逻辑, 而不是处理 Web 应用程序开发细节, 例如直接使用 HTML、JavaScript、XML 模板和其他 web 技术。 uniGUI将节省许多宝贵的开发时间, 这反过来有助于大大减少项目开发、部署和支持成本。 它使uniGUI成为小型开发团队的完美工具, 这些小组的资源有限, 无法用于开发细节。 uniGUI也是在有限的时间内为大型团队创建企业级 Web 应用程序的合适工具。

2020-01-25

TDBF D3~DXE8

TDBF is a freeware native data access component for Borland Delphi, C++Builder and Kylix, and for FreePascal. It allows you to create very compact database programs that don't need any special installer programs. In fact the code to access your database is compiled in your project executable file. It takes only a few kilobytes in your executable and doesn't need any other external files to run.

2017-11-29

Delphi-EmbeddedWB-D5 D6 D7 D2006 D2007 D2009 D2010 DXE

EWB is a freeware components package for Borland Delphi 5 to D2009. It allow you to create a Web Browser, Chat Client, web updater, Html/Xml Editors and more.

2017-11-29

Gurock Smartinspect

.NET,Java和Delphi的高级高性能日志和跟踪 •更快地识别和修复软件错误 •实时监控和分析应用程序 •针对用户所报告的问题可查找解决方案 •在运行时调试生产系统

2017-11-28

PasLibVlc - use VideoLAN player

PasLibVlc is interface to VideoLAN libvlc.dll and VCL player component for Delphi / FreePascal based on VideoLAN

2017-11-28

DDDebug a collection of debugging tools which contains several modules

DDDebug is a collection of debugging tools which contains several modules: a memory profiler, a thread viewer, a module viewer and an enhanced exception handler. DDDebug can be integrated easily into your Delphi projects, either using its integrated graphical user interface or its API. The memory profiler traces memory allocations, recognizes the type of allocation (whether it has been done because of creating an object, string, array or record) and provides up to date information about memory usage and statistics. Unlike other solutions it does support packages, is independent of any specific compiler switches and provides immediate feedback.

2017-11-28

HTML.Component.Library

HTML Component Library is a cross-patform and 100% native HTML rendering library for Delphi that brings all the power of HTML/CSS into desktop and mobile Delphi applications. Unlike other «HTML-like» libraries it is based on powerful HTML/CSS rendering core with full support of HTML 4.1 and CSS 3 (some of HTML 5 tags are also supported). Tables, shadows, transitions, animations, SVG images, tranforms and much more. No DLL’s, no ActiveX, no third party libraries dependencies, only pure native Delphi code.

2017-11-10

IDEFixPak6.0 (2009,2010,XE,XE1,XE2,XE3,XE4,XE5,XE6,XE7,XE8,10,10.1,10.2 )

The IDE sometimes disables the editor’s undo system to do some text extractions. In combination with a disabled “Keep trailing blanks” and/or an active “Optimal fill” this could cause the undo system to become out of sync with the editor content. IDE Fix Pack turns on/off those options when undo is temporarily disabled so that no unexpected automatic editor buffer changes happen. Especially Delphi 2009 is affected by this, newer versions fixed (almost?) all of these gaps.

2017-10-29

空空如也

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

TA关注的人

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