• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
开水房
ASP.NET
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 17 18 19 20 21 22 23 24 25 26 下一页
2009年4月27日
CSS border-style
摘要: 边框风格属性(border-style) 这个属性用来设定上下左右边框的风格,它的值如下: none (没有边框,无论边框宽度设为多大) dotted (点线式边框) dashed (破折线式边框) solid (直线式边框) double (双线式边框) groove (槽线式边框) ridge(脊线式边框) inset (内嵌效果的边框) outset (突起效果的边框) 演示... 阅读全文
posted @ 2009-04-27 09:53 白开水皮皮 阅读(932) 评论(0) 推荐(0)
2009年4月24日
javascript 进度条
摘要: 链接Loading效果...-www.51windows.Net 请稍候... 点一下链接;会出来了个进度条,只是一个例子,不会进入链接,因为在链接上加了onclick="return false"http://www.51windows.Net 阅读全文
posted @ 2009-04-24 10:08 白开水皮皮 阅读(309) 评论(0) 推荐(0)
2009年4月21日
ClassLoader getResource
摘要: try { ClassLoader classLoader = Thread.currentThread() .getContextClassLoader(); url = classLoader.g... 阅读全文
posted @ 2009-04-21 16:13 白开水皮皮 阅读(474) 评论(0) 推荐(0)
Class.forName Method invoke
摘要: Class manager = null; try { manager = Class.forName(name); } catch (ClassNotFoundException e) { return; } Method oMetho... 阅读全文
posted @ 2009-04-21 14:43 白开水皮皮 阅读(832) 评论(0) 推荐(0)
2009年3月20日
java File(dir, delete, move...)
摘要: import java.io.*; public class FileOperate { public FileOperate() { } /** ... 阅读全文
posted @ 2009-03-20 12:26 白开水皮皮 阅读(850) 评论(0) 推荐(0)
2009年3月19日
javascript and bat
摘要: function executeOnShell(which) { var WshShell = new ActiveXObject("WScript.Shell"); iRet = WshShell.Run(which,1,true); window.focus(); } function setuppvpro() { if(rifWinGui != null) rifWinGui... 阅读全文
posted @ 2009-03-19 16:29 白开水皮皮 阅读(221) 评论(0) 推荐(0)
2009年3月17日
postgres 当前时间
摘要: select current_timestamp 阅读全文
posted @ 2009-03-17 13:42 白开水皮皮 阅读(865) 评论(0) 推荐(0)
2009年3月16日
java.text.MessageFormat
摘要: int planet = 7; String event = "a disturbance in the Force"; String result = MessageFormat.format( "At {1,time} on {1,date}, there was {2} on planet {0,number,integer}.", planet, new Date(), event);... 阅读全文
posted @ 2009-03-16 14:47 白开水皮皮 阅读(401) 评论(0) 推荐(0)
java System.getenv() and System.getProperty()
摘要: System.getenv("") Get String from system enviroment variables System.getProperty() Get String from property file private static ResourceBundle resourceBundle = ResourceBundle.getBundle( ... 阅读全文
posted @ 2009-03-16 13:34 白开水皮皮 阅读(665) 评论(0) 推荐(0)
2009年3月12日
javascript add table content from xml
摘要: var e = document.getElementById("list2"); var seldevs = xmlResponse.getElementsByTagName("device"); var selvars = xmlResponse.getElementsByTagName("var"); var selids = xmlResponse.getElementsByTagN... 阅读全文
posted @ 2009-03-12 11:31 白开水皮皮 阅读(209) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 26 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3