index.html星月随笔这个页面中的 charset编码可以变成其他的。utf-81.js
(编码方式 utf-8)function getPageCharset(){ var charSet = ""; var oType =
getBrowser(); switch(...
分类:
Web程序 时间:
2014-04-30 13:10:20
阅读次数:
443
index.jsp 1 2 3 4 5 6 图片 7 8 9 10 11 12 13 14 15
...
分类:
其他好文 时间:
2014-04-29 20:28:33
阅读次数:
707
Java Developer Kit的下载
点击下面的地址下载JDK:http://www.oracle.com/technetwork/java/javase/downloads/index.html(注意选择合适的JDK版本)
分类:
编程语言 时间:
2014-04-29 20:08:02
阅读次数:
535
1.nginx配置网站目录并修改访问的端口:nginx.conf文件listen
666;//端口默认为80,修改后增强安全性 server_name www.lnmp.org; index index.html index.htm
ind...
分类:
其他好文 时间:
2014-04-29 19:29:01
阅读次数:
450
When running InnoDB you are able to dig into
the engine internals, look at various gauges and counters, see past deadlocks
and the list of all open tr...
分类:
数据库 时间:
2014-04-29 15:41:04
阅读次数:
686
上一篇主要讲解了全文的主要思想,整理了一些可能会被忽略的重点,并画了程序的主流程图,但这个流程图只是一个战略性的总图,较为宏观,而程序在实现时还有一些细节上的预处理也很重要,本篇将总结这些小细节。
视频信号是一组随时间变化的动态信号(二维),引述《图像处理、分析与机器视觉》一书第3.2.3节中...
分类:
其他好文 时间:
2014-04-29 15:39:00
阅读次数:
448
Index.jsp struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts...
分类:
Web程序 时间:
2014-04-29 13:57:27
阅读次数:
510
一、linux 命令 0.man:查询使用手册1.pwd:Print the full
filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information
about the FILEs (the current...
分类:
编程语言 时间:
2014-04-29 11:31:46
阅读次数:
489
@Html.ActionLink代码:HtmlHelper@Html.ActionLink("默认","Index")@Html.ActionLink("带控制器",
"Index", "RsvpForm")@Html.ActionLink("带默认路由参数", "Index", new {page...
分类:
Web程序 时间:
2014-04-29 11:13:46
阅读次数:
666
将原起始页面View中 Index和
Controller中的HomeController删除后报这样的错误,在global.asax设置好路由后例:public static void
RegisterRoutes(RouteCollection routes) { ...
分类:
其他好文 时间:
2014-04-29 10:38:47
阅读次数:
544