惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
J
Java Code Geeks
雷峰网
雷峰网
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
V
Vulnerabilities – Threatpost
S
Securelist
The Hacker News
The Hacker News
The Register - Security
The Register - Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Help Net Security
Help Net Security
G
Google Developers Blog
Hugging Face - Blog
Hugging Face - Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
M
MIT News - Artificial intelligence
AI
AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Schneier on Security
Schneier on Security
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
Google DeepMind News
Google DeepMind News
Hacker News - Newest:
Hacker News - Newest: "LLM"
H
Hacker News: Front Page
博客园 - 司徒正美
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Security Latest
Security Latest
Engineering at Meta
Engineering at Meta
N
News and Events Feed by Topic
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Threat Research - Cisco Blogs
U
Unit 42
V
V2EX
V2EX - 技术
V2EX - 技术
L
LINUX DO - 最新话题
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
Recorded Future
Recorded Future
P
Privacy & Cybersecurity Law Blog
美团技术团队
小众软件
小众软件
F
Fortinet All Blogs

博客园 - 伊飏

c3p0配置 - 伊飏 - 博客园 好日子,占个位子 使用Adsutil.vbs来获取IIS用户的密码 第一天:计算机体系结构分类,存储器的一部分 使用AspNetPager分页控件、分页存储过程及用户控件基类实现的完美分页功能 ASP.NET中生成条形码 在SQL Server 2000中还原不存在的数据库 在WinForm应用程序中实现自动升级 实现在网页中按下回车键时,激发指定的按钮 Flash控制函数 鲜为人知的终结进程秘籍 无广告版Hotmail(Windows Live Mail)的界面,清爽吧? Delphi中的时间操作技术 Format函数的用法 MD5算法的T-SQL实现 快被它郁闷死了。 发布一个自己写的文件重命名工具,支持正则表达式替换和自定义规则。 数字转换成字符串时保留小数位数 - 伊飏 - 博客园 一个简单的动态编译器,支持C#和VB.NET。当你想测试一些简单的代码的时候可以使用。
怎样让IE6运行Applet程序 - 伊飏 - 博客园
伊飏 · 2006-05-12 · via 博客园 - 伊飏

现在的IE6.0已经把对Java的支持降到了选择安装的Plug-in的级别,也就是说,除非用户在安装完IE之后,再自行安装一个JVM才能运行Java Applet。
将以下代码存成一个htm文件,在IE中打开,IE会自动下载,然后按提示安装后重启系统。

<object classid = "clsid:CAFEEFAC-0014-0001-0003-ABCDEFFEDCBA"
width
="320" height="240" name="CMPC"
codebase
="http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,1,mn">
<param name="code" value="com.cmpc.CMPCApplet3">
<param name="cache_archive_ex" value="preload;1.0.0.4">
</object>