摘要: 关于InstallShield 2018打包安装程序的使用 1、 下载InstallShield2018 建议使用新的版本,毕竟新的版本功能功能全、问题少、用户体验佳。 下载地址:http://www.zdfans.com/html/16546.html (链接失效可以评论告诉我) 安装完成界面: 阅读全文
posted @ 2019-07-12 13:37 prettyjun 阅读(4670) 评论(0) 推荐(0)
摘要: 托盘的是使用。 阅读全文
posted @ 2013-05-21 17:50 prettyjun 阅读(734) 评论(0) 推荐(0)
摘要: 关于在右下脚弹出窗口javascript代码,并用ASP.NET在后台调用(原创)/*构造函数,来初始化相应的属性*/function PopBubble(caption,content,see){ this.content = content; this.caption= caption; this.see= see; this.width= 150; this.height = 120; this.timeout= 150; this.speed = 15; this.step = 2; this.right = screen.width -1; this.bottom ... 阅读全文
posted @ 2012-05-25 18:26 prettyjun 阅读(254) 评论(0) 推荐(0)
摘要: 建立数据库连接,创建数据视图。 阅读全文
posted @ 2012-05-25 17:58 prettyjun 阅读(1195) 评论(0) 推荐(1)
摘要: 网络应用,无限网,wifi 阅读全文
posted @ 2012-08-08 11:43 prettyjun 阅读(2399) 评论(11) 推荐(1)
摘要: .net /C# Oracle 11gR2 阅读全文
posted @ 2012-08-08 11:29 prettyjun 阅读(453) 评论(0) 推荐(0)
摘要: 其实就一句代码 .keypress(function (event) { var key = window.event ? event.keyCode : event.which;//这里就是判断是火狐还是IE event.which是火狐的方法,event.keyCode 是IE的方法。 if ( 阅读全文
posted @ 2012-05-30 09:20 prettyjun 阅读(255) 评论(0) 推荐(0)