E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
elisp
使用emacs作为代码片段管理工具
"
elisp
.org")
lujun9972
·
2014-09-03 23:05
org
emacs
源代码片段管理
Emacs之怒
Elisp
写Emacs org mode 插入源码的模板
;;插入源码bykirchhoff (defunorg-insert-src(code-type) (interactive"MInputansourcetype:") (insert(format"#+BEGIN_SRC%s\n\n#+END_SRC"code-type)) (beginning-of-line) (previous-line) ) ;;插入源码 可以给它绑定一个按键,任君喜欢~
wdkirchhoff
·
2014-08-23 20:00
Get start with "Lisp"
Thebasic,ifprimitive,waytogetLisprunningistoinstallacommand-lin
eLisp
system.Thisworksesp
u011368821
·
2014-06-26 16:00
编程语言
lisp
Using Emacs effectively
设置OrgMode时间戳为全英文(setqsystem-time-locale"C")LoadingLispFiles(load-file"~/
elisp
/foo.el")References设置OrgMode
tshulamite
·
2014-06-05 19:00
emacs
Org-Mode
emacs中的
elisp
REPL工具:ielm
ielmielm是一个Emacs自带的
elisp
REPL环境.它继承自comint-mode,因此也就拥有了comint-mode的那些特性,比如命令历史,tab补全等等.启动M-xielm绑定workingbuffer
lujun9972
·
2014-05-25 20:51
emacs
elisp
repl
ielm
Emacs中的shell--Eshell使用笔记
Eshell是Emacs完全用
Elisp
实现的类UNIXshell.由于它完全是由
Elisp
实现的,因此它具有与Emacs相同的可移植性,而且它可以很自然的与
Elisp
代码相结合.事实上,你完全可以在Eshell
lujun9972
·
2014-05-06 21:19
shell
emacs
eshell
优先队列+模拟-Fox and Number Game
codeforces-FoxandNumberGame题目地址:http://codeforces.com/contest/389/problem/ATimeLimit:1000msFoxCi
elisp
layingagamewithnumbersnow.Cielhasnpositiveintegers
chuchus
·
2014-05-05 20:00
对 volatile 的对象取值和赋值 (几何画板开发笔记 二)
volatil
eLisp
_Objectvar,var2; //某些地方必须使用volatile的变量. Lisp_Objectarg; //大部分是普通
刘军兴
·
2014-05-03 16:00
C++
Y分钟学
Elisp
请先阅读PeterNorvig的一篇好文:http://norvig.com/21-days.html(译者注:中文版请见http://blog.youxu.info/21-days/)之后安装GNUEmacs24.3:Debian:apt-getinstallemacs(视具体发行版而定)MacOSX:http://emacsformacosx.com/emacs-builds/Emacs-24
weakish
·
2014-04-28 00:00
emacs
入门
elisp
该用什么语言来做语言的解析和转换呢?
选择语言,用racketPerlinsametimethesyntaxofgrammaruseBNFparserofBNFusewhatBNFandRegexpus
eLisp
todescripe.
沙枣
·
2014-04-02 20:00
也说Elipse和struts
注意使用的是
Elisp
ejavaEE版本,里面有个动态工程的,首先要安装java1.7,tomcat7.0,struts到网上下载设置好环境变量下面将详细细节公布:第一选择NewDynamicwebproject
spygg
·
2014-03-21 22:00
A. Fox and Number Game
timelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFoxCi
elisp
layingagamewithnumbersnow.Cielhas
jj12345jj198999
·
2014-02-21 10:00
Codeforces 388 C. Fox and Card Game
C.FoxandCardGametimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFoxCi
elisp
layingacardgamewithherfriendFoxJiro.Thereare
u012797220
·
2014-02-09 22:00
Codeforces 228 div2 A,B,C
A.FoxandNumberGametimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFoxCi
elisp
layingagamewithnumbersnow.Cielhas
u012797220
·
2014-02-08 22:00
CF228A题Fox and Number Game
这个题利用了最大公约数来做的FoxCi
elisp
layingagamewithnumbersnow.Cielhas n positiveintegers: x1, x2,..., xn.Shecandothefollowingoperationasmanytimesasneeded
u013013910
·
2014-02-04 12:00
编程
C语言
emacs lisp(
elisp
)程序像脚本一样运行
elisp
程序的运行被称为取值,一般的过程是打开一个emacs编辑器,然后用快捷键C-xC-e调用函数eval-current-buffer运行当前buffer里的
elisp
程序。
loveaborn
·
2014-01-22 19:00
my everyday notes--
divideinto3temp:(Model;View;Controller)Model:whatyourapplicationis(butnothowitisdisplayed);Controller:howyourMod
elisp
resentedtouser
kuaileyizhan1314
·
2014-01-16 11:00
mvc
Guanssian Filter
inthecaseofaGaussianfilter,theweightassociatedwithapix
elisp
roportionaltoitsdistancefromthecentralpixel.Recallthatthe1DGaussianfunctionhasthefollowingform
wanglang3081
·
2014-01-01 14:00
tomcat内存大小的设置(myeclipse中及其他)
java.lang.OutOfMemoryError:Javaheapspace或着java.lang.OutOfMemoryError:PermGenspace这两个错误,原因是tomcat或着myc
elisp
e
Hollboy
·
2013-12-11 15:00
tomcat
内存
heap
permgen
space
space
lisp base
一、quot
elisp
使用s-expr表示数据和代码,通常会将第一项作为函数,而将后续元素当做参数传给第一项进行计算。
·
2013-12-06 18:00
lisp
TopCoder SRM 598 Div1 第2题
ProblemStatement FoxCi
elisp
layingaboardgamewithherfriendSquirrelLiss.Thegameisplayedonaninfinitestripofpaper.Thestripofpaperisdividedintoconsecutivecells.Eachcellhasanintegercoordinate.Formally
maverick1990
·
2013-12-02 21:00
博弈
topcoder
SRM 598 Div2 1000p FoxAndFencingEasy
ProblemStatement FoxCi
elisp
layingaboardgamewithherfriendSquirrelLiss.Thegameisplayedonaninfinitestripofpaper.Thestripofpaperisdividedintoconsecutivecells.Eachcellhasanintegercoordinate.Formally
u011788531
·
2013-11-29 17:00
找规律
SRM 598 DIV2 1000 FoxAndFencingEasy
ProblemStatement FoxCi
elisp
layingaboardgamewithherfriendSquirrelLiss.Thegameisplayedonaninfinitestripofpaper.Thestripofpaperisdividedintoconsecutivecells.Eachcellhasanintegercoordinate.Formally
u012797220
·
2013-11-29 17:00
topcoder
elisp
片段(3)--CPP中文件与实现文件之间的切换
刚开始学习
elisp
,试着写些脚本(defunswitch-extension(extension) (if(or(string-equalextension"h")(string-equalextension"hpp
lujun9972
·
2013-11-28 22:16
elisp
elisp
片段(2)--tag跳转
(defungoto-tag-of-current-word() "查找当前光标下的tag" (interactive) (let((word(current-word))) (find-tagword))) (defvar*preview-buffer-prefix*"*preview-buffer*" "设置指定名称的window为预览窗口") (defvar*preview-buffer-n
lujun9972
·
2013-11-28 22:08
elisp
tag跳转
elisp
片段(1)--文件保存时自动上传到远程FTP
;;自动上传文件 ;设置ftp程序的地址 ;(setqange-ftp-ftp-programe-name"d:/bin/ftp_xp.exe") (defvar*is-auto-ftp*nil "是否自动ftp的标志") (defunturn-on-auto-ftp() "设置打开自动ftp功能" (interactive) (setf*is-auto-ftp*t)) (defunturn-of
lujun9972
·
2013-11-28 22:14
elisp
文件保存时自动上传到远程FTP
Emacs颜色设置
版本:Emacs23.3.1emacs安装目录:/usr/share/emacs谷歌了一番之后发现,对我们新手而言,一般是用别人已经写好的themes(如果你对
Elisp
有一定的了解,而且愿意花时间的话
·
2013-10-27 21:00
emacs
LISP基本实验(EID&RLOC都是IPv4,且只有一个xTR和一个MR/MS)
LISP第一次基础实验实验内容:ConfigureaSimpl
eLISP
SitewithOneIPv4RLOCandOneIPv4EIDConfigureaPrivat
eLISP
MappingSystemUsingaStandaloneMapResolver
cyfzyzclwhzy
·
2013-09-24 19:19
lisp
myeclipse设置tomcat内存大小
java.lang.OutOfMemoryError:Javaheapspace或着java.lang.OutOfMemoryError:PermGenspace这两个错误,原因是tomcat或着myc
elisp
e
45571845
·
2013-09-04 10:00
MyEclipse
linux shell 中如何复制粘帖?
“Ctrl+Shift+C=复制,Ctrl+Shift+V=粘贴”原文:http://rubyer.me/blog/1100/仿照“Thereisnothinginventedeversinc
eLisp
qdujunjie
·
2013-09-02 11:58
linux shell 中如何复制粘帖?
“Ctrl+Shift+C=复制,Ctrl+Shift+V=粘贴”原文:http://rubyer.me/blog/1100/仿照“Thereisnothinginventedeversinc
eLisp
qdujunjie
·
2013-09-02 11:00
使用emacs + cscope + ecb替代source insight
所有文件可以点击链接下载,你也可以点击这里一次性下载所有el文件,但是不包括大型的
elisp
包,比如dictionary.[下载]。这里提供的下载是我正在用
AlphaJay
·
2013-08-14 14:00
[转帖文章] 对Lisp的非技术性吐槽
原文地址:http://www.soimort.org/posts/124/OriginalArticle:Th
eLisp
CursebyRudolfWinestock(ChineseTranslationbyMortYao
FreeBlues
·
2013-08-07 15:00
ul li 拖动排序jquery-ui.js
cursor:move;margin:03px3px3px;padding:0.4em;padding-left:1.5em;font-size:1.4em;height:18px;}#sortabl
elisp
an
快乐向日葵
·
2013-07-30 15:00
emacs帮助键绑定
显示命令被绑定到哪些快捷键上C-hf显示函数的功能C-hv显示变量的含义和值C-hb显示当前缓冲区所有可用的快捷键C-ht打开emacs教程C-hi打开info阅读器C-hC-f显示emacsFAQC-hp显示本机
Elisp
水贼过河
·
2013-07-29 21:00
emacs
键绑定
JavaScript 编写的迷你 Lisp 解释器
Littl
eLisp
是一个解释器,支持函数调用、lambda表达式、变量绑定(let)、数字、字符串、几个库函数和列表(list)。
chunyang2178
·
2013-07-29 19:00
JavaScript
函数
lisp
王勇详谈 Linux Deepin 背后的故事
Emacs玩家,熟悉 C、Python、JS、
elisp
、Ja
·
2013-07-05 23:00
linux
emacs 宏操作“神器”
可是,现在是真心喜欢这个软件了,工作上常常用他来计划工作任务、快速打开文件夹、处理数据格式、收发邮件等等,这些操作还只是属于使用软件阶段,我想以后有机会,要去涉足编写一些
elisp
小程序,让自己用得更加舒适
lvye1221
·
2013-07-03 17:00
emacs
codeforces B. Ciel and Duel
B.CielandDuel FoxCi
elisp
layingacardgamewithherfriendJiro.Jirohasncards,eachonehastwoattributes:position
xuezhongfenfei
·
2013-06-29 19:00
翻译--3.5.4 时长和时间的值
3.5.4时长和时间的值:如何计算工期和时间的值如果你希望计算的是时间的值,你需要在Calc公式或
Elisp
公式中使用T标志|Task1|Task2|Total| |---------+-------
lujun9972
·
2013-05-23 06:26
翻译
org
manual
翻译--3.5.4 时长和时间的值
3.5.4时长和时间的值:如何计算工期和时间的值如果你希望计算的是时间的值,你需要在Calc公式或
Elisp
公式中使用T标志|Task1|Task2|Total||---------+---------
lujun9972
·
2013-05-23 06:26
翻译
org
manual
英文什么的最讨厌了
ibatis 中使用select 查询 数据库中存在查询项是null 是报错
---Checkth
elisp
er-AutoResultMap. ---Theerrorhappe
gnl
·
2013-05-19 21:00
[置顶] emacs lisp 语言基本概念
列表是emacslisp(简称
elisp
)的基础,所有的程序都是由列表组成的。在
elisp
里,数据和程序都是以同样的方式表示。
lldustc
·
2013-03-23 23:00
emacs
lisp
emacs添加ibus输入法
emacs添加中文输入法:分为两种情况:一,使用ubuntu系统源来安装的emacs1.先添加源sudoadd-apt-repositoryppa:irie/
elisp
sudoapt-getupdate2
gexueyuan
·
2013-03-12 11:00
myeclipse设置tomcat内存大小.
java.lang.OutOfMemoryError: Java heap space 或着java.lang.OutOfMemoryError: PermGen space 这两个错误,原因是tomcat 或着myc
elisp
e
yanbahu
·
2013-03-11 11:00
MyEclipse
[TC SRM 571] DIV1 1000
如果颜色描述和您的价值观不同的话--凑合看吧】ProblemStatement FoxCi
elisp
layingthe"DJBox"setoflevelsinthe"CuttheRope"gameonhersmartphone.Inthecurrentlevel
dslovemz
·
2013-02-20 21:00
ztree+jsp实现的节点新增、修改、删除图标,以及提醒、jajx保存,还可以节点拖动
ztree+jsp实现的节点新增、修改、删除图标,以及提醒、jajx保存,还可以节点拖动 ZTREEDEMO-SimpleData varcontextpath=""; .ztre
elisp
an.button.add
webas
·
2013-02-19 15:00
ztree
tree
java.lang.OutOfMemoryError: PermGen spac
java.lang.OutOfMemoryError:Javaheapspace或着java.lang.OutOfMemoryError:PermGenspace这两个错误,原因是tomcat或着myc
elisp
e
zhengbo0
·
2013-01-25 11:00
clojure-jack-in : error in process filter: open-network-stream: make client process failed: Connecti
2times]errorinprocessfilter:open-network-stream:makeclientprocessfailed:Connectionrefused,:name,SLIM
ELisp
tattarrattat
·
2013-01-11 15:31
Clojure
clojure-jack-in : error in process filter: open-network-stream: make client process failed: Connecti
2times]errorinprocessfilter:open-network-stream:makeclientprocessfailed:Connectionrefused,:name,SLIM
ELisp
lyflower
·
2013-01-11 15:00
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他