张志峰的博客

水滴石川,积少成多。

导航

上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 120 下一页

2011年12月13日

摘要: TAdvStringGrid表格显示下拉列表的时候,总是刷新 并且选择的内容被清空,如下图:后来调整属性,在表格的ContrtolLook属性下的DropDownAlwaysVisible的属性设置为True,并且在表格的HasComboBox的方法中,增加如下代码,解决问题procedure TForm_DWUserManager.advstrngrd_SubDWHasComboBox(Sender: TObject; ACol, ARow: Integer; var HasComboBox: Boolean);var FieldClass: TFieldClass;begin FieldC 阅读全文

posted @ 2011-12-13 10:34 ╰★张志峰★╮ 阅读(3203) 评论(0) 推荐(0) 编辑

2011年12月9日

摘要: Eclipse中,Window-->Preferences-->Install/Update-->Available Software Sites 选中该ADT插件,删除即可help->About Eclipse打开About窗口,点击InstallationDetails按钮,在弹出窗口中选中AndroidDDMS,和其他android开头的,然后点击Uninstall按钮就可以删除了。删除后Eclipse会重启。 阅读全文

posted @ 2011-12-09 18:09 ╰★张志峰★╮ 阅读(3713) 评论(0) 推荐(0) 编辑

摘要: ADT Plugin for EclipseIn this documentRevisionsInstalling the ADT PluginPreparing for InstallationDownloading the ADT PluginConfiguring the ADT PluginTroubleshootingUpdating the ADT PluginSee alsoAndroid Developer ToolsAndroid Development Tools (ADT) is a plugin for the Eclipse IDE that is designed 阅读全文

posted @ 2011-12-09 16:56 ╰★张志峰★╮ 阅读(12384) 评论(0) 推荐(0) 编辑

摘要: 建立AndRoid开发环境 更新 Eclipse,下载 ADT(Android 开发插件)1. 启动Eclipse, 选择 Help > Software Updates > Find and Install.... 2. 弹出对话框后,选择 Search for new features to install 点击Next. 3. 点击 New Remote Site. 4. 在编辑框中输入更新插件的网址: https://dl-ssl.google.com/android/eclipse/. 点击 OK. 5. 看到一个更新的列表,点击sFinish. 6. 在返回的对话框中选 阅读全文

posted @ 2011-12-09 16:46 ╰★张志峰★╮ 阅读(300) 评论(0) 推荐(0) 编辑

摘要: 1.web Service 标准的Http协议服务。2.Secure Web Service 稳定的Http协议服务。3.Proxy Web Web代理,通过高速缓存,Web代理可以提高Web的性能。4.Java Developer's Kit (JDK)5.Java Virtual Machine Java虚拟机6.URI(Uniform Resource Identifiers,统一资源标识符)7.Multipurpose Internet Mail Extensions (MIME) 多用途网际邮件扩充协议 阅读全文

posted @ 2011-12-09 16:22 ╰★张志峰★╮ 阅读(355) 评论(0) 推荐(0) 编辑

2011年12月8日

摘要: HTML h1 h2 h3 h4 h5 h6 标签h,h1,h2,h3,h4,h5,h6标签 -- 表示文章的标题h标签是成对出现的,以 <h> 开始,以 </h> 结束属性:Common-- 一般属性引用网址:http://www.dreamdu.com/xhtml/tag_h/示例<body> <h> 文章的主标题 </h> <p> 介绍 </p> <section> <p> .... </p> <h> 文章的二级标题 </h> <p> 阅读全文

posted @ 2011-12-08 15:25 ╰★张志峰★╮ 阅读(5577) 评论(0) 推荐(0) 编辑

摘要: imp ZZF_SHCW/1@RMIS5 file='D:\0809.dmp' log='D:\b.txt' fromuser=shanghai0803imp SHRMIS0923/1@RMIS5 file='D:\dberr0923.dmp' log='D:\dberr0923.txt' fromuser=SHRMIS0812imp ZZF_SHRMIS/1@RMIS5 file='D:\rmisdb.dmp' log='D:\b.txt' fromuser=SHCZ2011 阅读全文

posted @ 2011-12-08 14:55 ╰★张志峰★╮ 阅读(1465) 评论(0) 推荐(0) 编辑

摘要: html中的背景图片不能充满整个浏览器, 图片不够大,如下图:但是还想要全屏的效果,由于<body>标签的图片不能够拉伸,解决办法:1、图片不够大,又background属性不能拉伸图片; 2、只能用个div,把其z-index值设为负,并使这个div大小为整个body大小,在div里用<img> 3、body的background属性去掉,要不然会被遮住<!DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.d 阅读全文

posted @ 2011-12-08 10:44 ╰★张志峰★╮ 阅读(9193) 评论(0) 推荐(1) 编辑

2011年12月7日

摘要: 有个需求需要同时在一个机子上面起两个服务。操作如下:(1) 需要把页面中涉及的端口改成和另一个Server不一致的服务,这样就可以了。<?xml version='1.0' encoding='utf-8'?><Server port="8085" shutdown="SHUTDOWN"> <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" 阅读全文

posted @ 2011-12-07 15:34 ╰★张志峰★╮ 阅读(470) 评论(0) 推荐(0) 编辑

摘要: 这是一个sql语句优化的过程。使用子查询与不使用子查询的效率对比select sum(sl0000) from xstfxps2 where dhao00 in ( select dhao00 from xstfxps1 where trunc(ywrq00)=trunc(sysdate) and khdm00='500000003913');已用时间: 00: 02: 49.04select sum(sl0000) from xstfxps2 a,(select dhao00 from xstfxps1 where trunc(ywrq00)=trunc(sysdate) a 阅读全文

posted @ 2011-12-07 14:10 ╰★张志峰★╮ 阅读(229) 评论(0) 推荐(0) 编辑

上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 120 下一页