搜索资源列表
dcsc_d7
- 脚本运行DELPHI , VB ,JS .-scr ipt is running Delphi, VB, JS
CodeLiner
- 可用于单个文件和整个目录的文件代码行统计,适用于Java,C,C++,Delphi,VB,C#,PB,SQL,ASP,JSP,PHP,Perl,ASM,JS,SHELL ,txt等编写的源程序文件,统计结果包括总代码行数, 代码行数, 注释行数和空行数及其所占的百分比,可将统计结果保存为PDF和TXT文件, 支持结果打印.适用于Linux,Windows系列操作系统. 请事先安装JRE1.4以上版本. 声明: 本软件为免费软件可以自由使用,传播, 但不得进行反编译等任何形式的侵权活动
webbrows.rar
- 一个简单的网页游戏射雕传*源码,利用webbrowser在网页中插入JS函数,并执行,The Eagle-shooting game with a simple web page source code plug-pass, using webbrowser page insert JS function, and the implementation of
OCX_and_JS_mutually
- delphi编写的ACTIVEX控件与页面JS脚本交互的例子-delphi written ACTIVEX control interaction with the example of JS scr ipt page
mycode
- 对于装了iis服务器的系统,程序运行后将遍历并修改虚拟目录下的所有asp、js、html、htm文件-Iis server for the installed system, the program will run and modify the virtual directory traversal all asp, js, html, htm files
OCXUSEJS
- delphi中利用OCX调用JS的详细代码-delphi call OCX use detailed code JS
JS
- Delphi 7, ActionLabel, LabelEdit, LabelComboBox, LabelDateTimePicker, GradLabel, dxCollectionShow
RunJS
- delphi执行JS代码演示程序。。全部源码-JS code delphi implementation of the demonstration program. . Full Source
OCXCALLJS
- DELPHI7写的OCX,在IE中使用,做到网页中调用delphi的窗体、事件,delphi调用网页中js函数.-DELPHI7 written OCX, used in IE, do a Web page form called delphi, event, delphi js function call page.
WebSSH18022011
- delphi web poster with js scipt (jamic web ssh) for seo
chat
- 一个基于XMPP协议的webim,充分的展示了JS的各种实用技巧-Based on the XMPP protocol webim
CutJS
- 用Delphi写的小程序,可以用来整理长行的JS文件,整理后就可以在记事本中打开了。-Delphi Program Source.use for cutting large long lines in Jscr ipt file(*.JS). Then,you can read it in Notepad.
Register_HTMLEdit_v0.01.zip
- 在一个项目中,为了文档在 C/S 与 B/S 之间直接兼容,C/S 也使用 HTML 作为文档格式。所以我参考 eWebEditor 在线编辑的JS 脚本,写了 一个像 RichEdit 那样可以插入GIF,JPG 等图片的编辑窗口控件。 HTML 可直接用 C:\Program Files\Common Files\Microsoft Shared\Triedit\dhtmled.ocx 做编辑窗口,但我在实际应用中发现 dhtmled.ocx 存在不版本间接口不相同的情况。所以参考
DELPHI_js
- DELPHI与JS交互调用可以实现DELPHI调用JS,JS调用DELPHI内函数-Interact with JS call DELPHI DELPHI can call JS, JS function call within DELPHI
delphi-call-JS-funs
- delphi使用TWebBrowser控件访问WEB页面,调用里边的JS函数-delphi using TWebBrowser control to access the WEB page, call the JS function inside
JsDelphi
- Delphi与Js交互,主要用在最近比较流行的盒子编程中。-Delphi And Javascr ipt
js_Delph_Sock4-5_tunnelling
- This a newer, rewrote version of a source I had wrote sometime last year. To put it short the delphi tool connects to the node.js server, the node.js server opens a new socks5 server for each connected client. If somebody wants to establish a
delphidecodejsstr
- delphi解析JS中文字符串 delphi解析JS中文字符串-Delphi parsing JS Chinese string Delphi parsing JS Chinese string Delphi parsing JS Chinese string
samples
- 包含java、js、delphi、c#、vb.net、vc++的景田高拍仪示例代码(java,js,delphi,c#,vb.net,vc++ example)
Delphi 中调用JS文件中的方法
- Delphi 中调用JS文件中的方法 js代码: function getTime(){ var d, s = ""; var c = ""; d = new Date(); s += d.getYear()+c; s += (d.getMonth() + 1) + c; s += d.getDate() + c; s += d.getHours() + c; s += d.getMinutes() + c; s += d.get