勤&快

问题其实就是你期望的东西和你体验的东西之间的差别
随笔 - 55, 文章 - 0, 评论 - 68, 引用 - 0
数据加载中……

如何访问google doc

解决google doc google 文档不能访问的问题。
最近发现google doc不能访问。我很多文档都在上面。
上网查了一下,是DNS的问题。
需要自己的本机的DNS表中,加入google doc的地址就可以了,方法如下:

Windows系统:
编辑HOSTS文件,具体位置在:
C:"Windows"system32"drivers"etc"hosts
在hosts文件的结尾加上:

    72.14.235.100 docs.google.com
    72.14.235.100 spreadsheets.google.com

而后保存退出。重新启动浏览器之后就可以正常访问Google Docs and Spreadsheets服务了。

转载
http://www.williamlong.info/archives/1723.html

linux系统:
在/etc/hosts中加入  
    72.14.235.100 docs.google.com
    72.14.235.100 spreadsheets.google.com

posted @ 2009-03-12 09:18 daning 阅读(3377) | 评论 (0)编辑 收藏

windows下使用latex写文档

1. 到ctex下载中心,下载并安装ctex最新版和ctex字体安装包。这里使用的是2.4.6

http://www.ctex.org/CTeXDownload
ftp://ftp.ctex.org/pub/tex/systems/ctex/2.4/CTeX-2.4.6-Full.exe
ftp://ftp.ctex.org/pub/tex/systems/ctex/ctex-fonts/CTeX-Fonts-2.4.6.exe
记得,一定要安装字体。不然中文就是乱码。

2. 安装好之后就算搞定了。

使用一个例子试试吧。

\documentclass{article}
\usepackage{CJK}
\begin{document}
\begin{CJK
*}{GBK}{song}
中文
\end{CJK
*}
\end{document}

在WinEdt中编辑,并且编译为pdf。

posted @ 2009-03-11 14:10 daning 阅读(694) | 评论 (0)编辑 收藏

在线参考文献管理

最近看论文,太多,有些乱,哪些看过哪些没看过,哪些有哪些笔记,都不记得了。Endnote需要购买,开源的JadRef似乎不够强大。发现了2个在线管理参考文献的工具,
1. http://www.citeulike.org/
2. http://www.connotea.org/
我在用第一个,感觉还不错。是springer赞助的。可以通过参考文献的网页地址,直接获得作者年份等各种信息。很不错,并且提供生成BibTex的功能。可惜我暂时还是用MS Word,用空把论文用LaTeX重新弄一下。

好处:
1.在线管理,随时随地,不同电脑可以同步。
2. 记录哪些看过哪些没看过
3. 可以做笔记
4. 支持tag,方便分类和查找

posted @ 2009-03-10 22:25 daning 阅读(285) | 评论 (0)编辑 收藏

使用mylyn在eclipse中同步google code的issuse

google code不错,稳定,好用。
mylyn可以方便开发任务和开发计划。
但是mylyn官方默认支持bugizla, jira, trac,对与google code的支持是通过
http://download.eclipse.org/tools/mylyn/update/incubator
进行eclipse update更新。
原文地址如下:
http://wiki.eclipse.org/index.php/Mylyn_User_Guide#Task_Progress_Indicators

使用的时候还需要一些配置,参考下文:
http://eclipse.dzone.com/articles/using-mylyn-with-google-code-u

The instructions I previously posted to set up Mylyn to work with Google Code do not seem to work with Eclipse 3.4 (Ganymede). Luckily, readers of the previous post have kindly left comments with updated instructions on how to make this tool work again (many thanks to Christopher Barber, RoSt, Sergey Kolos and LI Daobing.)

Here we go:

  1. Update Mylyn to version 3.0.2.

    1. Go to the "Software Updates" dialog (menu "Menu" / "Software Updates...")
    2. Once in the dialog, select the "Installed Software" tab and press the "Update..." button
    3. Eclipse will look for updates of all the Eclipse plugins installed (warning: this is painfully slow)
    4. Once the list of "Available Updates" is generated, select Mylyn, accept the license terms and press the "Finish" button
    5. Restart Eclipse once the update process is complete
  2. Download the Web Templates Connector for Mylyn.

    1. Go to the "Software Updates" dialog (menu "Menu" / "Software Updates...")
    2. Once in the dialog, select the "Available Software" tab
    3. Add a new site with the URL http://download.eclipse.org/tools/mylyn/update/incubator (Mylyn Incubator)
    4. Select the connector Mylyn Connector: Web Templates (Advanced)
    5. Press the "Install" button (warning: this is also painfully slow)
  3. Open the "Task Repositories" View (menu "Window" / "Show View" / "Other...")


  4. Click on the "Add Task Repository" button.
  5. In the "Add Task Repository" wizard, select "Web Template (Advanced)" and click "Next."


  6. Select "Eclipse Outliner (Google Code)" from the drop-down (this is the provided template.)


  7. Change the server link and label (in my case I used http://code.google.com/p/fest and "FEST," respectively)
  8. Change the query request URL to
    ${serverUrl}/csv?can=1&colspec=ID+Status+Type+Owner+Summary
  9. Change the query pattern to
    "({Id}[0-9]+?)","({Status}.+?)","({Type}.+?)","({Owner}.+?)","({Description}.+?)""s
  10. Right-click the new task repository and create a new query.
  11. Voilà! Now you can see all the tasks in your repository, including the completed ones!





posted @ 2009-03-04 20:49 daning 阅读(895) | 评论 (0)编辑 收藏

使用maven2管理eclipse插件工程

发现eclipse插件工程的依赖关系,不太容易使用maven2管理。
谁有好办法,请不吝赐教。
<add>
http://tinyurl.com/c5zjzq
http://mojo.codehaus.org/pde-maven-plugin/

posted @ 2009-03-03 19:26 daning 阅读(435) | 评论 (0)编辑 收藏

自动部署

最近在做一个自动部署的项目。就是希望能够实现J2EE应用的自动部署,包括解决对与数据源,消息队列等资源的依赖。还有组件间的依赖关系。
现在参考这个开源项目buildprocess。
有没有熟悉这个方面的朋友,请多提宝贵建议。

posted @ 2009-02-23 23:53 daning 阅读(166) | 评论 (0)编辑 收藏

使用linux命令统计java代码行数

想看一下自己写的代码行数,google了一下,参考这里[http://www.80x86.cn/article.asp?id=1722]
#!/bin/bash
count
=$(find -name "*.java" -type f -exec cat {} \; | wc -l)
echo 
"Total >$count"


posted @ 2008-08-22 17:34 daning 阅读(669) | 评论 (0)编辑 收藏

预防颈椎病和腰间盘病

长期坐在电脑前面,还要经常熬夜,身体状况变的越来越差。所以要坚持一些锻炼。免得年龄大了各种病都会找上身。
比如,到了30几岁,因为年轻时不注意,造成的颈椎病,会导致经常恶心,胸闷,头昏等等。所以,现在就要注意了。
预防颈椎病
1. 每一个小时或者2个小时,讲脖子后仰,10分钟。简单的后仰,闭上眼睛,放松10分钟。
2. 晚上睡觉尽量睡薄枕头。
预防腰间盘病
1. 每天晚上回家之后,躺下,脚和上身分别拉伸。也就是相当于上身向头的方向拉伸,脚往腿的方向拉伸。这个效果相当于医院的牵引疗法。

其他有益的运动,要经常坚持
1. 跑步,每天最好坚持10分钟。至少要慢走一下。
2. 游泳。一周一次。
3. 羽毛球。不定期。
4. 俯卧撑,仰卧起坐
5. 哑铃
6. 背飞鸟

无数个鲜活的例子教育我们,没有健康的身体,就没有了生活的基础,即使赚了再多的钱也没有福气享受。所以,一定要注意身体。

posted @ 2008-08-21 10:50 daning 阅读(144) | 评论 (0)编辑 收藏

maven的一些笔记

1. mvn -Dtest=WikiModelXHTMLParserTestSuite
执行一个测试,可以用在正则表达式
2. mvn install -Dmaven.test.skip=true
不进行测试直接安装
3. mvn test -Dmaven.test.failure.ignore=true
忽略测试时候的failure
3.mvn exec:java -Dexec.mainClass=com.sonatype.maven.weather.Main
执行一个class,这样可以自动解决classpath问题。

参考:http://www.sonatype.com/book/reference/customizing.html

posted @ 2008-08-20 17:53 daning 阅读(185) | 评论 (0)编辑 收藏

Girl Who Silenced the UN For 5 Minutes

posted @ 2008-07-18 00:13 daning 阅读(123) | 评论 (0)编辑 收藏

仅列出标题
共6页: 上一页 1 2 3 4 5 6 下一页