html{filter:expression(document.execCommand("BackgroundImageCache",false,true))_background-image:url(about:blank);_background-attachment:fixed}body,di...
分类:
Web程序 时间:
2014-05-14 02:10:02
阅读次数:
281
之前安装svn一直不行,弄了好久,还是在线安装方便。
在Help里面点击Install from Site,然后直接图解:...
分类:
系统相关 时间:
2014-05-14 00:35:54
阅读次数:
452
刚开始用,记录一些常用的,后续慢慢更新。
一、命令行
1、打包
mvn package
2、清理已生成的项目
mvn clean
二、eclipse的插件
1、打包
maven install...
分类:
其他好文 时间:
2014-05-14 00:13:22
阅读次数:
255
1.安装jansson ./configure Make Make install2.生成帮助文档
Cd doc Make html编译安装doc时提示 spinx-build not a command执行下面语句安装sphinx easy_install
-U Sphinx生成_build文件夹...
分类:
系统相关 时间:
2014-05-14 00:08:12
阅读次数:
1794
来源:http://blog.csdn.net/zzl1120/article/details/6592332var
cookies = document.cookie.split(";"); for (var i = 0; i -1 ? cookie.substr(0,
eqPos) : ...
分类:
Web程序 时间:
2014-05-13 21:20:33
阅读次数:
320
eclipse里面编译完全正常,mvn clean install 这么惨的错误:Compilation failure:
[ERROR] *.java:[38,27] 未结束的字符串字面值
[ERROR] *.java:[38,53] 需要 ';'
[ERROR] *.java:[41,19] 需要 ')'
[ERROR] *.java:[41,12] 不是语句
[ERROR] *.java:[...
分类:
其他好文 时间:
2014-05-13 08:11:11
阅读次数:
647
document.write("**************一.指代当前对象**********************");
function print(str){
document.write(str+"");
};
/*
javascript里面的this可谓是所有语言里最让人费解的了,学习国java或者php的人
在学习javascript的时候会觉得非常莫名其妙,因为...
分类:
编程语言 时间:
2014-05-13 05:15:47
阅读次数:
387
Multiple annotations found at this line: - schema_reference.4: Failed to read schema document 'http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd', because 1) could not find the document; 2)...
分类:
编程语言 时间:
2014-05-12 22:55:47
阅读次数:
409
markdown比wiki语法要简单,github上的代码几乎都是readme.md,这种易读易写的脚本语言已经变得非常流行.
关于语法,可参考markdown语法
本片博文简单介绍一下如何在Django中集成markdown的功能
下载python下的markdown解析器.
$sudo pip install markdown
或者是
$sudo easy install mark...
分类:
其他好文 时间:
2014-05-12 22:54:45
阅读次数:
511
用JS脚本书写文字的方法,下面是一个简单的例子:
==============================================
脚本代码:
document.write("这是红色的字")
==============================================
效果: 这是红色的字
=======================...
分类:
其他好文 时间:
2014-05-12 22:47:31
阅读次数:
414