gvim能否只开一个窗口,每次在终端"gvim 文件名"的时候就自动在这个窗口新开一个tab
page来打开文件? 这样桌面简洁很多,就像windows下用UltraEdit一样。可以在gvim中用:tabnew :e,但太麻烦了。 这样做: gvim
--remote-tab-silent fil...
分类:
其他好文 时间:
2014-07-22 23:16:55
阅读次数:
489
问题:E: 无法获得锁 /var/cache/apt/archives/lock - open (11
资源临时不可用)E: 无法锁定下载目录o rm /var/cache/apt/archives/locksudo rm
/var/cache/apt/archives/locksudo rm /....
分类:
其他好文 时间:
2014-07-22 23:13:14
阅读次数:
287
原题地址:http://oj.leetcode.com/problems/lru-cache/题意:设计LRU
Cache参考文献:http://blog.csdn.net/hexinuaa/article/details/6630384 这篇博文总结的很到位。
https://github...
分类:
编程语言 时间:
2014-05-01 10:47:16
阅读次数:
501
网页的缓存由HTTP消息头中的"Cache-Control"
来控制的,常见的取值有private、no-cache、max-age、must-revalidate等,默认为private。其作用根据不同的重新浏览方式分为以下几种情况:(1)
打开新窗口如果指定cache-control的值为pri...
分类:
其他好文 时间:
2014-05-01 06:51:33
阅读次数:
273
What is an object? (Page 238)In C++, an object
is just a variable, and the purest definition is "a region of storage" (this is
a more specific way ...
分类:
其他好文 时间:
2014-05-01 04:38:01
阅读次数:
327
我们经常在网页上面浏览页面的时候,都会看到上一页,下一页等这样的跳转那么在PHP中是怎么实现的呢我们如果要在指定的区域显示规定的数据条数,那么我们怎么实现让多余的数据自己到下一页呢,这里我们就要用到分页了limitlimit
这里是从第几条数据开始,这里是从每页显示几条数据;例如limit 1,3;...
分类:
其他好文 时间:
2014-05-01 04:36:59
阅读次数:
263
参考资料: http://www.dotnet120.com/page/10545/
1.准备工作: 下载32位的JDK6 Java的开发包 下载32位的Eclipse 下载Python 2.x 2.安装JDK6
3.安装Eclipse和Python 4.给Eclipse安装PyDev插件 在Hel...
分类:
编程语言 时间:
2014-04-29 17:23:46
阅读次数:
432
Computer Graphics Research SoftwareHelping you
avoid re-inventing the wheel since 2009!Last updated December 5, 2012.Try
searching this page for keywo...
分类:
其他好文 时间:
2014-04-29 16:48:47
阅读次数:
2528
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=251
测模版:
#include
#include
#include
#include
#include
#include
using namespace std;
#define ...
分类:
其他好文 时间:
2014-04-29 13:31:21
阅读次数:
542
介绍
jsp:useBean动作用来装载一个将在JSP页面中使用的JavaBean。这个功能非常有用,因为它使得我们既可以发挥Java组件重用的优势,同时也避免了损失JSP的方便性。
语法:
id:JavaBean的引用名
class:用于指定JavaBean的类
scope:用于指定JavaBean的范围,默认情况下,scope被设置为page
setProperty动作用于...
分类:
Web程序 时间:
2014-04-28 10:45:40
阅读次数:
397