上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 40 下一页
  2014年3月2日
摘要: 1 需要使用的插件vundle 使用教程http://www.cnblogs.com/respawn/archive/2012/08/21/2649483.htmlvim-fireplacehttps://github.com/tpope/vim-fireplace2 在vim配置文件上 配置好插件Bundle 'tpope/vim-fireplace'3 安装上lein http://leiningen.org/下载后。按照网站介绍安装就可以了4使用在终端下执行lein replnREPL server started on port 34192 on host 127.0. 阅读全文
posted @ 2014-03-02 10:01 c3tc3tc3t 阅读(1073) 评论(0) 推荐(0) 编辑
  2014年3月1日
摘要: 背景是,运用annotation进行权限控制,将一个包下面的类。进行反射,然后判断类的annotation,根据annotation设置权限问题来了,包下面有5个类,在反射时报了 javqx.servlet.ServletOutputStream 没找到。但是我奇怪。我编译运行都没有问题。为什么反射时找不到这个类,并且只是 在方法里使用了这个类的方法,maven也明明引入了这个依赖,后来我判断是否是因为我的servlet设置的依赖范围引起的,provided 这个是编译 ,测试 有效,一般容器自带servlet api及实现。所以一般maven里引用servlet都用这个compile这个是编 阅读全文
posted @ 2014-03-01 23:33 c3tc3tc3t 阅读(361) 评论(0) 推荐(0) 编辑
  2014年2月27日
摘要: 阅读全文
posted @ 2014-02-27 23:06 c3tc3tc3t 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 文字转的对开发者而言,这算是最有价值的命令。假设我们开发了一个模块叫 test ,然后我们在 test-example 里引用这个模块 ,每次 test 模块的变动我们都需要反映到 test-example 模块里。不要担心,有了 npm link 命令一切变的非常容易。首先我们需要把 test 链接到全局模式下:cd ~/work/node/test # 进入test模块目录npm link # 创建链接到$PREFIX/lib/node_modules那么 test 的模块将被链接到 $PREFIX/lib/node_modules 下,就像我的机器上 $PREFIX 指到 /usr/lo 阅读全文
posted @ 2014-02-27 18:39 c3tc3tc3t 阅读(15587) 评论(0) 推荐(1) 编辑
  2014年2月24日
摘要: 1 chmod 755 xampp-linux-*-installer.run2sudo ./xampp-linux-*-installer.run启动停止3sudo /opt/lampp/lampp start4sudo /opt/lampp/lampp stop测试http://localhostapache不能启动查看日志tail -2 /opt/lampp/logs/error_log 阅读全文
posted @ 2014-02-24 22:47 c3tc3tc3t 阅读(334) 评论(0) 推荐(0) 编辑
  2014年2月20日
摘要: underscore是一个很有用的js工具库,但是好像默认不支持seajs模块化新建一个文件例如叫做xx.js 谈后,键入define(function(require,exports,module) { 这里将underscore源代码复制进来});这样在使使用时var _ = require('lib/xx');console.info(_.VERSION);就可以了, 阅读全文
posted @ 2014-02-20 13:13 c3tc3tc3t 阅读(200) 评论(0) 推荐(0) 编辑
  2014年2月14日
摘要: 转自http://blog.csdn.net/ly5156/article/details/6647563遭遇Error in invoking target 'agent nmhs' of makefile '/home/oracle_11/app/oracle/product/11.2.0/db_1/sysman/lib/ins_emagent.mk'.解决过程vi $ORACLE_HOME/sysman/lib/ins_emagent.mkSearch for the line$(MK_EMAGENT_NMECTL)Change it to:$(MK_EM 阅读全文
posted @ 2014-02-14 23:16 c3tc3tc3t 阅读(551) 评论(0) 推荐(0) 编辑
摘要: 执行.runInstall时,出现界面乱码exportLANG=en_USexportLC_ALL=en_US终端里 执行这两句。用英文界面安装再执行 .runInstall 阅读全文
posted @ 2014-02-14 22:20 c3tc3tc3t 阅读(274) 评论(0) 推荐(0) 编辑
  2014年2月12日
摘要: 阅读全文
posted @ 2014-02-12 11:00 c3tc3tc3t 阅读(356) 评论(4) 推荐(0) 编辑
  2014年2月10日
摘要: "============================================================="============================================================="" Vim基本配置""==============... 阅读全文
posted @ 2014-02-10 20:11 c3tc3tc3t 阅读(721) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 40 下一页