互联网后端
文章平均质量分 77
cajan2
这个作者很懒,什么都没留下…
展开
-
flask实例项目发布到centos-nginx+uWSGI+flask
flask实例项目发布到centos-nginx+uWSGI+flask flask做的微博microblog发布到centos服务器,反向代理使用nginx, wsgi采用uWSGI。 nginx采用源码编译安装第一步.nginx安装和配置 参考http://www.nginx.cn/installcentos平台编译环境使用如下原创 2016-05-25 18:45:17 · 4055 阅读 · 0 评论 -
使用java实现Restful webservice(Jersey)
在Eclipse中使用Jersey和Tomcat构建RESTful WebService及其调用原创 2014-06-24 17:01:20 · 2662 阅读 · 0 评论 -
一台机器同时运行两个或多个Tomcat
一台机器同时运行两个或多个Tomcat转载 2014-09-18 09:54:11 · 3613 阅读 · 0 评论 -
nodejs安装使用心得
nodejs包管理器npm使用晓得(1)、针对npm配置的命令行操作如下(可使用命令npm help config查询): npm config set [--global] npm config get npm config delete npm config list npm config edit npm get npm set原创 2014-06-14 09:37:28 · 1213 阅读 · 0 评论 -
windows下面配置两个tomcat service
1.配置变量CATALINA_HOMECATALINA_HOME2CATALINA_BASECATALINA_BASE22.修改第二个tomcat里面的几个bat文件bin目录catalina.batstartup.batshutdown.batservice.bat3.修改confi目录下面的配置文件tomcat-users.x原创 2015-02-13 10:35:43 · 1507 阅读 · 0 评论 -
Fourinone学习笔记-集群管理
集群管理 集群管理部分增加了一些类,扩展了fourinone的功能。使得集群管理中的集群管理者,host:port是可以在config.xml中配置的,而不是像demo那样需要硬编码。增加一个类GroupConfigContext.java,从ConfigContext继承,增加一个函数package com.fourinone;public class Group原创 2013-12-03 14:58:28 · 1126 阅读 · 0 评论 -
fourinone学习笔记-ParkLocal和proxy
ParkLocal是interface这里面没有直接使用class去implement这个interface,而是采用了jdk里面的proxy。原创 2013-12-03 14:59:16 · 880 阅读 · 0 评论 -
fourinone学习笔记-协同权限
ParkSet.javaParkGet.java/* 运行的结果:get d1n1:v1update node d1n1 failure!delete domain d1 failure!delete node d1n1 failure!get d2n2:v2update node d2n2 success!delete domain d2 failure!原创 2013-12-03 15:02:24 · 815 阅读 · 0 评论 -
tomcat如何加密
tomcat安全配置之证书密码加密存储http://www.2cto.com/Article/201308/239948.html maxThreads="150" scheme="https" secure="true" keystoreFile="./conf/keystore" keystorePass="jackie.1原创 2014-03-01 20:34:05 · 2218 阅读 · 0 评论 -
上海Java技术沙龙第6期
http://www.headin.cn/Themes/Activity/Details/?activityId=52a1ec84869d0830a0809d59上海Java技术沙龙第6期讲师和话题介绍讲师:詹嘉-高级软件工程师 目前就职于ebay 平台组, 对极限编程,性能调优,WEB2.0技术有比较深厚的兴趣话题:Back end support for n转载 2014-05-12 09:18:17 · 795 阅读 · 0 评论 -
PLAY框架
PLAY2.0框架快速入门原创 2014-07-18 16:31:11 · 3847 阅读 · 0 评论 -
Vert.x
Vertx在TechEmpower第八轮Web框架基准测试排名第一0.Vert.x入门教程1.module registryhttps://modulereg.vertx.io/举例而言:module:com.jetdrone~yoke~2.0.0https://github.com/pmlopes/yoke com.jetdrone yok原创 2014-07-18 16:35:06 · 1468 阅读 · 0 评论 -
使用spring security实现oauth安全认证
http://spring-security-oauth.codehaus.org/tutorial.htmloauth翻译 2014-06-25 14:45:59 · 1331 阅读 · 0 评论 -
fourinone-统一配置管理
在分布式多台机器环境下,维持统一的配置信息是最常见的需求, 当配置信息改变时,所有的机器能实时获取并更新。fourinone通过park进行配置信息管理,park提供创建和修改信息的方法,并支持轮循和事件响应两种方式获取变化的对象,两种方式的效果一样。SetConfig:在parkserver上建立一个“domain=浙江、node=杭州、value=西湖”的配置信息,并且原创 2013-12-03 14:57:55 · 1091 阅读 · 0 评论 -
nodejs资源
1.alibaba:七天学会Node.js2.nodejs学习系列原创 2014-06-14 09:36:43 · 745 阅读 · 0 评论 -
javascript编码调试环境-ide和调试工具
notepad++ 4个为 JS 开发者准备的 Notepad++ 插件 JSLint JSMin JSON Viewer RegEx Helperaptana eclipse plugin http://download.aptana.com/studio3/plugin/installSpket原创 2014-06-14 09:40:02 · 3585 阅读 · 0 评论 -
开源项目-基于spring
http://www.csdn.net/article/2013-10-14/2817176-open-source-projects-that-use-spring-framework使用Spring框架的12个开源项目Spring框架是一个相对较难学习的一个框架,尤其是当你想要使用行业标准开发一个真实的项目案例的时候。虽然刚开始的时候阅读大量的教程是很有帮助的,转载 2013-10-24 12:29:00 · 831 阅读 · 0 评论 -
java 8 tour
multitenancy:tenantsjvm原创 2014-05-12 09:16:53 · 618 阅读 · 0 评论 -
python之四-OO PYTHON
1.class class name: ""documentation" statements or class name(base1,base2,...): ...Most, statements are method definitions: def name(self,arg1,arg2,...):May also be class var原创 2014-02-12 22:08:42 · 822 阅读 · 0 评论 -
html5学习笔记
标准被广泛支持RIA的利器,已经取代了flash和flex功能很强大html+css3+javascript api支持audio播放,video播放支持动画,2D游戏等等;支持语音识别,图像识别原创 2014-06-14 09:40:42 · 920 阅读 · 0 评论