原址:http://www.nopcommerce.com/docs/77/how-to-write-a-nopcommerce-plugin.aspxplug-in
(或 plugin)是一个为更大的软件应用程序添加特定的能力的组件(Wikipedia)插件是用来扩展nopCommerce功能的。...
分类:
其他好文 时间:
2014-07-22 23:17:35
阅读次数:
552
创建java工程SamplePlugin:package
com.hoo.server.plugin;import java.io.File;import
org.jivesoftware.openfire.XMPPServer;import org.jivesoftware.openfire.co...
分类:
其他好文 时间:
2014-07-22 23:17:14
阅读次数:
478
可参考:Creating Add-ons, Plugins, and Tools for the
PowerShell ISE
http://www.leeholmes.com/blog/2013/04/04/creating-add-ons-plugins-and-tools-for-the-po...
分类:
其他好文 时间:
2014-07-22 23:16:54
阅读次数:
340
memcached在windows7上的安装问题错误:通过cmd命令行进入到C:\memcached(下载后的解压目录)运行
memcached.exe -d install报错“ failed to install service or service already
installed”解决方法...
有人说:virtualenv、fabric 和 pip 是 pythoneer
的三大神器。不管认不认同,至少要先认识一下,pip现在倒是经常用到,virtualenv第一次听说,不过,总得尝试一下吧。一、安装pip install
virtualenv因为我已经安装了pip,那么就直接用pip来安...
分类:
编程语言 时间:
2014-07-22 23:13:55
阅读次数:
477
工欲善其事必先利其器,用ArcGIS JS
开发WebGIS有esri推荐的几款IDE,aptana,vs,sublime text。我比较喜欢的就是sublime
text和WebStorm,sublime默认js文件打开方式,风格很喜欢,但到开发上还是推荐WebStorm,被誉为前端开发神...
分类:
Web程序 时间:
2014-07-22 23:12:53
阅读次数:
1201
基础配置:Hadoop 2.2.0,Hbase
0.96。四台集群机器,一台master,三台slave。三台slave上分别装gmond;namenode机器上设置datasource。客户端:安装wget:sudo
yum -y install wget安装epel库: a) 下载epel r....
分类:
其他好文 时间:
2014-07-22 23:08:34
阅读次数:
573
1. 下载YCSB 0.1.3:wget
https://github.com/brianfrankcooper/YCSB/archive/0.1.3.tar.gz2. 解压缩:tar zxvf
0.1.3.tar.gz3.安装ant:sudo yum install ant4.把hadoop和hb...
分类:
其他好文 时间:
2014-07-22 23:08:34
阅读次数:
412
Redis是一个简单高效的内存KV数据库,基本上下载源码make
install,编译完成,然后进入src目录运行redis-server即可运行。就是因为这么简单往往有朋友直接运行,将没有密码的redis暴漏外网,最终数据被泄漏。鉴于这些血泪的教训,有必要来说一下redis的配置文件,当然这也比较...
分类:
其他好文 时间:
2014-07-22 23:07:55
阅读次数:
378
参数URL:http://blog.csdn.net/qwiwuqo/article/details/8970621安装flask之前,你必须要先安装python和easy_install。安装
virtualenv,这个主要是用来做解释器环境隔离的,避免同一机器上的多个python或者多个pyth...
分类:
编程语言 时间:
2014-04-29 16:38:46
阅读次数:
446