会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
人生短短几十年
不要给自己留下了什么遗憾,想笑就笑,想哭就哭,该爱的时候就去爱,无谓压抑自己。
博客园
首页
新随笔
联系
订阅
管理
[置顶]
InstallShield 2018 打包安装
摘要: 关于InstallShield 2018打包安装程序的使用 1、 下载InstallShield2018 建议使用新的版本,毕竟新的版本功能功能全、问题少、用户体验佳。 下载地址:http://www.zdfans.com/html/16546.html (链接失效可以评论告诉我) 安装完成界面:
阅读全文
posted @ 2019-07-12 13:37 prettyjun
阅读(4670)
评论(0)
推荐(0)
[置顶]
关于WinCe托盘做法
摘要: 托盘的是使用。
阅读全文
posted @ 2013-05-21 17:50 prettyjun
阅读(734)
评论(0)
推荐(0)
[置顶]
关于在右下脚弹出窗口javascript代码,并用ASP.NET在后台调用(原创)
摘要: 关于在右下脚弹出窗口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)
[置顶]
创建oracle数据库链路 dbLink
摘要: 建立数据库连接,创建数据视图。
阅读全文
posted @ 2012-05-25 17:58 prettyjun
阅读(1195)
评论(0)
推荐(1)
2012年8月8日
在Windows 7使用Connectify来创建wifi热点的详细过程
摘要: 网络应用,无限网,wifi
阅读全文
posted @ 2012-08-08 11:43 prettyjun
阅读(2399)
评论(11)
推荐(1)
运行项目提示oracle 需要安装 8.17 版本以上
摘要: .net /C# Oracle 11gR2
阅读全文
posted @ 2012-08-08 11:29 prettyjun
阅读(453)
评论(0)
推荐(0)
2012年5月30日
.js 兼容 FireFox 和 IE 键盘事件
摘要: 其实就一句代码 .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)
公告