12 2009 档案

填写各类表格时有时在多个选择前有小方框 在其中打勾
摘要:☑复制上面的方块就会有那样的效果例如:☑单身就会显示为你试试打“☑”就是,没有引号 阅读全文

posted @ 2009-12-28 20:48 cy163 阅读(1264) 评论(0) 推荐(0) 编辑

一篇清楚阐述 JAvaScript 传递数据 到 Flash 的文章
摘要:JavaScript in love with Flash -- Control swf from JavaScriptl Control swf from JavaScript JavaScript controls a Flash movie via Flash Methods. A Flash Methods is a function exposed by the Flash plug-i... 阅读全文

posted @ 2009-12-26 21:59 cy163 阅读(939) 评论(0) 推荐(0) 编辑

passing data from HTML to Flash
摘要:http://www.actionscript.org/forums/showthread.php3?t=125761I'm trying to pass a title and filename which are or will be set in the html page. at the moment in the html page im setting the asCode:<p... 阅读全文

posted @ 2009-12-26 20:13 cy163 阅读(257) 评论(0) 推荐(0) 编辑

SWFObject 的原站提供的使用说明
摘要:http://blog.deconcept.com/swfobject/SWFObject: Javascript Flash Player detection and embed scriptPlease read: SWFObject 2.0 has been released and is now hosted on the code.google.com website. Please c... 阅读全文

posted @ 2009-12-26 17:11 cy163 阅读(1217) 评论(0) 推荐(0) 编辑

借助 SWFObject 实现利用JavaScript嵌入 Flash
摘要:三、用JS嵌入的方法  用JS嵌入就是各有各的嵌入方法了,有嵌得好的有嵌得不好的。有人用 document.write 直接写,这法子说实话不大好,感觉 hack 成分多了,有点为了验证而验证的意思,而且没有体现出什么 JS 的优势。我觉得一个好的 JS 嵌入脚本,在保证 Flash 应有功能的基础上,⒒?JS 的优势应该要有版本检测,要能很好解决可访问性问题(也就是用户在无法浏览 Flash ... 阅读全文

posted @ 2009-12-26 11:18 cy163 阅读(2315) 评论(0) 推荐(0) 编辑

Flash OBJECT 和 EMBED 标签
摘要:Flash OBJECT 和 EMBED 标签 我们现在大部分人做网页,都是直接用 DW 插入 flash,而且 DW 也是所见即所得,直接生成了相应的 flash 显示代码。可是我们又有多少人了解这些直接由 DW 生成的代码呢?其实我接触 flash player 标签,是在刚学习 html 的时候,那时书中插入 flash 只有最简单的 <embed src="" width="" he... 阅读全文

posted @ 2009-12-25 21:59 cy163 阅读(924) 评论(0) 推荐(0) 编辑

3种基本的Flash/Javascript通信方式 (转)
摘要:下面是一些在Flash和使用Javascript的HTML文件直接通信的示例,每个示例都有简略的步骤本文讨论了3种基本的Flash/Javascript通信方式:Javascript 到 Flash的通信----使用Flash播放器的javascript方法Flash 到 Javascript的通信----使用Flash的fscommandFlash 到 Flash的通信----------使用本... 阅读全文

posted @ 2009-12-25 16:26 cy163 阅读(404) 评论(0) 推荐(0) 编辑

网页如何调用flash的方法
摘要:http://wenda.tianya.cn/wenda/thread?tid=2ae4206d4e7a6d43一、传统的方法[codes=html]<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs... 阅读全文

posted @ 2009-12-25 15:47 cy163 阅读(7874) 评论(0) 推荐(0) 编辑

为Flare 的EdgeSprite添加 Edge Label
摘要:http://goosebumps4all.net/34all/bb/showthread.php?tid=182using the Labeler operator to add edge labels Good morning,this demo adds labels to edges with help of the Labeler operator. Doing this is a bi... 阅读全文

posted @ 2009-12-23 13:25 cy163 阅读(283) 评论(0) 推荐(0) 编辑

TWaver Flex Developer Guide (Chinese)
摘要:TWaver Flex Documentation Loading ...本文档详细介绍了如何使用TWaver Flex进行软件开发。入门 基础 数据元素 数据容器 Network组件 Tree组件 Table组件 告警的使用 应用程序开发 示例 常见问题 阅读全文

posted @ 2009-12-22 23:08 cy163 阅读(791) 评论(0) 推荐(0) 编辑

Calling C Library Routines from Java
摘要:http://www.ddj.com/cpp/184405381Here's a technique for calling C library routines directly from Java, saving you the trouble of rewriting code in Java while gaining portability via Java Virtual Machin... 阅读全文

posted @ 2009-12-15 16:18 cy163 阅读(833) 评论(1) 推荐(0) 编辑

使用 SWIG 实现 Java 调用 C++ DLL
摘要:http://swig.sourceforge.net/Welcome to SWIG[ Chinese ] SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used ... 阅读全文

posted @ 2009-12-15 15:29 cy163 阅读(2398) 评论(1) 推荐(0) 编辑

如何以 JAVA call 一個現有的 dll 檔?
摘要:如何以 JAVA call 一個現成的 dll 檔?http://ehome.hifly.to/showthread.php?threadid=750版主大大您好,小弟又有問題要向您討教。 問題: 老闆拿來一支 dll 檔,是控制印表機用的。 但附的 sample 是以 VB6.0 所寫的,程式宣告方式: Public Declare Function UTL_T28_Enable Lib "ut... 阅读全文

posted @ 2009-12-15 15:12 cy163 阅读(3425) 评论(0) 推荐(0) 编辑

一种实现 Java调用C++的DLL的方法
摘要:http://topic.csdn.net/t/20020917/14/1030420.html感谢大家支持,这几天我在IBM中文及SUN官方网站中找了不少关于JNI的文章,受益非浅,希望 有相关问题的朋友,可到那找查相关资料. 1)在 Windows 中实现 Java 本地方法 http://www-900.ibm.com/developerWorks/cn/java/jnimthds/... 阅读全文

posted @ 2009-12-15 14:53 cy163 阅读(7230) 评论(0) 推荐(0) 编辑

Java call C Dll DTJCB Bridge2Java Java2COM
摘要:Java call C Dll The java2com Project: A Java to COM Bridge This is development tool for bridging the communication gap between Java and COM applications. It enables the integration of both COM and Jav... 阅读全文

posted @ 2009-12-15 11:25 cy163 阅读(1273) 评论(1) 推荐(0) 编辑

FusionChart Stacked Area Chart使用方法
摘要:一个StackedArea样例在下面的链接中出现http://www.fusioncharts.com/gallery/Category.asp?StackedRealTimeStackedArea2D 与 StackedArea2D 的 区别http://www.fusioncharts.com/forum/Topic27186-28-1.aspx?Highlight=StackedArea2d... 阅读全文

posted @ 2009-12-12 23:22 cy163 阅读(2466) 评论(0) 推荐(0) 编辑

Prefuse 从数据库中读取数据
摘要:Use prefuse with database关键字: prefuse database prefuse是一个非常不错的开源可视化项目,尤其是用在social network/complex network上,个人感觉要比jung好。不过可惜的是,prefuse的user manual还在建设中,并且google resource也少得可怜。好在开源提供了源码,只好看源码了,呵呵。prefus... 阅读全文

posted @ 2009-12-12 22:27 cy163 阅读(1651) 评论(1) 推荐(3) 编辑

prefuse 杭州一人的使用有感,自己在其Blog中发文提问
摘要:http://www.alexadaman.cn/program/prefuse.html/comment-page-1#comment-295002杭州又开始下暴雨,出去食堂吃个饭回来,鞋子就进水。天气再热点干脆就穿凉鞋算了。一直在调试prefuse中双击响应,调用浏览器访问新页面的权限问题,因为采用Applet,需要打包成jar包,并数字签名给予权限之类,麻烦的。一直想绕过去的,可惜没有找到什... 阅读全文

posted @ 2009-12-12 22:25 cy163 阅读(1242) 评论(1) 推荐(1) 编辑

一个下载 Icon 图标的网站
摘要:http://www.veryicon.com/icons/movie--tv/ 阅读全文

posted @ 2009-12-12 19:01 cy163 阅读(368) 评论(0) 推荐(0) 编辑

Aduna ClusterMap 的说明
摘要:http://repository.aduna-software.org/docs/info.aduna/api/info/aduna/clustermap/ClusterMap.html 阅读全文

posted @ 2009-12-03 22:41 cy163 阅读(311) 评论(0) 推荐(0) 编辑

[聚类结果可视化] 此文中比较了 Aduna ClusterMap和 Prefuse
摘要:http://www.docin.com/p-7658626.html此文比较了Aduna ClusterMap和 Prefuse 阅读全文

posted @ 2009-12-03 22:40 cy163 阅读(360) 评论(0) 推荐(0) 编辑

Carrot2 2.0版中有 Aduna ClusterMap
摘要:http://javago-net.javaeye.com/blog/488717Carrot2 2.0 的一个亮点是速度和易用性的提高。在易用性方面Carrot2提供了一个叫Aduna ClusterMap 的可视化组,这个组件被放到了可以单独运行的GUI程序中了,详见:standalone GUI application。除此之外核心api也得到了简化,这里有 更多信息. 阅读全文

posted @ 2009-12-03 22:26 cy163 阅读(401) 评论(0) 推荐(0) 编辑

利用Minidx Extract-Text Com组件从Word,Xls,Pdf……等文件中读取文本内容
摘要:利用Minidx Extract-Text Com组件从Word,Xls,Pdf……等文件中读取文本内容 By Minidxer | December 31, 2007 Google Adsense End --不少人对Google,Baidu等搜索引擎可以“找到”你放在服务器上的Word的Doc,Excel的xls以及Pdf等各种文件而感到... 阅读全文

posted @ 2009-12-03 21:32 cy163 阅读(2338) 评论(1) 推荐(0) 编辑

IBM DB2 Intelligent for Data/Text Version 6
摘要:Intelligent Miner可用于行销、财务、产品管理和客户联系管理领域的数据分析人员和业务技术人员。Citibank是美国名列第二的银行,是首先采用IBM业务智能系统的大型企业之一。The Bank of Montreal也是成功运用IBM DB2 Intelligent Miner的案例之一。 IBM DB2 Intelligent Miner for Data Version 6 提供... 阅读全文

posted @ 2009-12-03 17:02 cy163 阅读(599) 评论(0) 推荐(0) 编辑

Java call C Dll
摘要:http://www.velocityreviews.com/forums/t136663-calling-a-c-dll-from-java.htmlI need to call a function that is there in a C++ dll. The arguments tothe function are STRUCT and string. The return type is... 阅读全文

posted @ 2009-12-02 22:38 cy163 阅读(713) 评论(0) 推荐(0) 编辑

植入式营销植入式营销
摘要:http://www.knowthis.com/principles-of-marketing-tutorials/types-of-advertising-media/product-placement-advertising/Main > Tutorials > Types of Advertising Media > Product Placement Advertisin... 阅读全文

posted @ 2009-12-01 15:36 cy163 阅读(240) 评论(0) 推荐(0) 编辑

植入式营销
摘要:什么是植入式营销  植入式营销(Product Placement Marketing)又称植入式广告(Product Placement),是指将产品或品牌及其代表性的视觉符号甚至服务内容策略性融入电影、电视剧或电视节目各种内容之中,通过场景的再现,让观众在不知不觉中留下对产品及品牌印象,继而达到营销产品的目的。   植入营销(Product Placement)相当于隐性广告或称其为软广告。植... 阅读全文

posted @ 2009-12-01 14:59 cy163 阅读(555) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示