摘要:
http://www.cnblogs.com/daizhj/archive/2009/11/17/1604436.html
阅读全文
posted @ 2014-12-09 22:07
silentjesse
阅读(1573)
推荐(0)
摘要:
1、换行搜索,如下:\.dyform\([\r]*[\s]*\{
阅读全文
posted @ 2014-12-09 10:26
silentjesse
阅读(623)
推荐(0)
摘要:
http://blog.csdn.net/songques/article/details/8488061
阅读全文
posted @ 2014-11-19 18:03
silentjesse
阅读(267)
推荐(0)
摘要:
//Netscape/Firefox/Opera中不支持 window.event.keyCode,需要用event.which代替//IE用event.keCode方法获取当前被按下的键盘按键值,//而NetScape/FireFox/Opera用的则是event.which例:
阅读全文
posted @ 2014-11-19 10:04
silentjesse
阅读(2021)
推荐(2)
摘要:
CREATE TABLESPACE test DATAFILE 'E:\oracle\oradata\orcl\XZSP_DATA.DBF' SIZE 20000M AUTOEXTEND ON NEXT 1000M MAXSIZE UNLIMITED LOGGING PERMANENT EXTE...
阅读全文
posted @ 2014-11-18 22:20
silentjesse
阅读(198)
推荐(0)
摘要:
https://help.github.com/articles/generating-ssh-keys/其中# start the ssh-agent in the backgroundssh-agent -s# Agent pid 59566ssh-add ~/.ssh/id_rsa这两行代码用...
阅读全文
posted @ 2014-11-16 23:30
silentjesse
阅读(232)
推荐(0)
摘要:
FATAL: UNABLE TO CREATE ‘…GIT/INDEX.LOCK’ FILE EXISTSHi, Today I will share you my other experience using git control system, it happened to me after ...
阅读全文
posted @ 2014-11-06 17:04
silentjesse
阅读(5363)
推荐(0)
摘要:
转自 http://blog.csdn.net/yang_hui1986527/article/details/6891319Git 是一个非常优秀的分布式版本控制系统,最初为Linux Kernel版本管理进行量身定做。优点是,和其他版本控制系统相比,稳定,速度快,跨平台,易学易用,无需要花费成本...
阅读全文
posted @ 2014-11-06 16:39
silentjesse
阅读(3169)
推荐(0)
摘要:
vi操作1.跳到文本的最后一行:按“G”,即“shift+g”2.跳到最后一行的最后一个字符 : 先重复1的操作即按“G”,之后按“$”键,即“shift+4”。3.跳到第一行的第一个字符:先按两次“g”,4.跳转到当前行的第一个字符:在当前行按“0”。5.vi加密。进入vi,输入":" + "X"...
阅读全文
posted @ 2014-11-06 11:46
silentjesse
阅读(214)
推荐(0)
摘要:
width and/or height in tables are not standard anymore; as Ianzz says, they are depreciated. Instead the best way to do this is to have a block elemen...
阅读全文
posted @ 2014-10-15 12:53
silentjesse
阅读(594)
推荐(0)