1.从一串字符串中获取特定的信息要求1:获取本机IP:menu.lst为系统镜象的IP配置文件,需要从中获取到本机IP信息(从文件获取信息)1
timeout 12 default 03 4 title live5 find --set-root /casper/vmlinuz6 kernel
/c...
分类:
系统相关 时间:
2014-05-26 23:44:19
阅读次数:
585
一、HighCharts开发说明:HighCharts开发实际上配置HighCharts每个部分,比如配置标题(title),副标题(subtitle)等,其中每个部分又有更细的参数配置,比如标题下有对齐方式(align),标题文字(text)等。下图为整个图表的每个部分位置说明(请对照下面High...
转自:http://www.ehsanghanbari.com/Post/20/how-to-create-urlslug-in-aspnet-mvc
UrlSlug Is a way of generating a valid Url, and using the title of an arti...
分类:
Web程序 时间:
2014-05-26 14:02:12
阅读次数:
292
今天在应用中设置了一个表格,table是100%展开。在css中设置了如下代码:
为了防止连续Ascii字符引起的宽度撑开的问题.table { table-layout: fixed;} .col-title { width:
190px;}但在实际应用导致了其他问题,问题是这样的表格的首行是.....
分类:
其他好文 时间:
2014-05-26 12:22:42
阅读次数:
217
jQuery的属性操作非常简单,下面以一个a元素来说明属性的获取/设置/删除操作
jquery.com
添加属性
$('a').attr('href', 'http://www.jquery.com')
添加多个属性
$('a').attr({'href':'http://www.jquery.com', 'title':'jquery.com'})
获取属性
$('a').at...
分类:
Web程序 时间:
2014-05-23 02:26:51
阅读次数:
309
介绍在在title bar上显示indeterminate progress
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file ...
分类:
其他好文 时间:
2014-05-23 00:31:27
阅读次数:
352
android window 一些属性说明
@null :Dialog的windowFrame框为无
true:是否浮现在activity之上
false:是否半透明
true:是否显示title
@drawable/dia_bg:设置dialog的背景
false: 背景是否模糊显示...
分类:
其他好文 时间:
2014-05-22 23:47:57
阅读次数:
344
@{ ViewBag.Title = "主页";}
这里就是渲染Body啦.~~不需要写神马<asp:Content
/>,其实因为RenderBody()不在有歧义.@ViewBag.Message 若要了解有关 ASP.NET MVC 的更多信息,请访问
http:...
分类:
Web程序 时间:
2014-05-22 14:42:21
阅读次数:
278
@{ ViewBag.Title = "ajax";}@using
(@Html.BeginForm()){ @Ajax.ActionLink("这是一个ajax请求", "ajax", new AjaxOptions{
UpdateTargetId = "ajaxId", //I...
分类:
Web程序 时间:
2014-05-22 14:37:30
阅读次数:
254