码迷,mamicode.com
首页 > 其他好文
nginx开机自动启动脚本
#将nginx设置成服务,并实现开机自动启动#说明:作者仅在CentOS7.0上进行了测试,而且没有进行可靠性和稳定性的测试!cp/tmp/nginx/etc/rc.d/init.d/nginx chmod+x/etc/rc.d/init.d/nginx chkconfig--addnginx chkconfignginxon/tmp/atlas文件的内容如下:#!/bin/sh #chkconfig..
分类:其他好文   时间:2015-02-07 06:58:58    阅读次数:96
数据的保存和读取
1数据的保存btn_ok.setOnClickListener(newOnClickListener(){@OverridepublicvoidonClick(Viewv){Stringuser=et_user.getText().toString().trim();Stringpwd=et_pwd.getText().toString().trim();if(user.isEmpty()||pwd.isEmpty()){Toast.makeText(getApplicationContext(),..
分类:其他好文   时间:2015-02-07 06:58:06    阅读次数:180
Pylint的安装
简介本文介绍了在Ubuntu9和Python2.6开发环境下,如何安装pylint工具;并简单介绍pylint与Eclipse+PyDev开发环境的集成。Pylint介绍如果你用过C/C++开发环境中lint静态代码检查工具,你就知道此工具的威力:对于规范代码,及时检查出代码中的语法与逻辑错误,提高你对语言本身..
分类:其他好文   时间:2015-02-07 06:57:29    阅读次数:307
使用pymongo 遍历mongo表
1、使用pymongo操作mongodb简单示例#!/usr/bin/envpython #-*-coding:utf-8-*- importpymongo mon_conn=pymongo.Connection(‘192.168.10.1‘,27017) db=mon_conn.db_teams collectionlist=db.collection_names() forcollectionincollectionlist: print"%-10s"%collection,db..
分类:其他好文   时间:2015-02-07 06:57:39    阅读次数:1393
Nginx学习(一)安装及基本功能
Nginx的安装检查并且安装依赖组件检查安装nginx的依赖性,nginx的模块需要第三方库的支持,编译的时候需要开发库(gcc,gcc-c++)检查是否安装下列库:zlib、zlib-devel、openssl、openssl-devel、prce-devel如果没有,则全部装上[root@kaibin~]#yum-yinstallzlibzlib-developenss..
分类:其他好文   时间:2015-02-07 06:56:03    阅读次数:160
由动物启发的15个管理学定律
如何用创新的形式改造传统的管理、领导力?其实许多管理定律都来自于动物界的有趣发现。下面是一些汇总、分享:1、分马定律有一个财主,临终前把三个儿子叫到身边说,家里有17匹马可当遗产分,大儿子分得1/2,二儿子分得1/3,三儿子分得1/9。17匹马的1/2是8匹半,难道要杀掉一..
分类:其他好文   时间:2015-02-07 06:56:44    阅读次数:157
Useful Qt Examples
Canvas APIBasic LayoutsCamera ExampleVideo Widget ExampleImage Viewer Example
分类:其他好文   时间:2015-02-07 06:52:11    阅读次数:122
Lintcode: First Bad Version
The code base version is an integer and start from 1 to n. One day, someone commit a bad version in the code case, so it caused itself and the followi...
分类:其他好文   时间:2015-02-07 06:50:47    阅读次数:118
Qt Examples Qt实例汇总
ActiveQt ExamplesUsing ActiveX from Qt applications.Animation Framework ExamplesDoing animations with Qt.Animated TilesApplication ChooserEasing Curve...
分类:其他好文   时间:2015-02-07 06:52:53    阅读次数:1383
使用Leopard Redis
使用Leopard Redis学习如何在使用Leopard Redis。本指南将引导您使用Leopard Redis操作Redis。How to complete this guide你可以从头开始并完成每一个步骤,或者您可以绕过你已经熟悉的基本设置步骤。无论哪种方式,你最终都可以得到可工作的代码。...
分类:其他好文   时间:2015-02-07 06:51:45    阅读次数:116
项目资源文件配置
项目资源文件配置学习如何使用资源文件配置。本指南将引导您完成在本地开发时如何使用Jetty容器做web测试。How to complete this guide你可以从头开始并完成每一个步骤,或者您可以绕过你已经熟悉的基本设置步骤。无论哪种方式,你最终都可以得到可工作的代码。单环境配置文件存放目录s...
分类:其他好文   时间:2015-02-07 06:49:47    阅读次数:168
dg error
startup force;ORACLE instance started.Total System Global Area 1068937216 bytesFixed Size 2220200 bytesVariable Size 624955224 bytesDatabase Buffers 4...
分类:其他好文   时间:2015-02-07 06:51:38    阅读次数:129
微软职位内部推荐-Software Engineer II
微软近期Open的职位:Job Title: Software Engineer IIWork Location: Beijing, ChinaBing Index Generation team is hiring! As one of the core teams in Bing, our mi...
分类:其他好文   时间:2015-02-07 06:49:05    阅读次数:148
Lintcode: Fizz Buzz
Given number n. Print number from 1 to n. But:when number is divided by 3, print fizz;when number is divided by 5, print buzz;when number is divided b...
分类:其他好文   时间:2015-02-07 06:50:25    阅读次数:133
Leopard概述
Leopard概述了解Leopard吸引人的特性.Leopard是基于Spring基础上封装的后端开源框架,使用maven构建。Leopard模块介绍Leopard Data涵盖数据源定义、MySQL操作、Redis操作、Memcached操作、Memdb、跨JVM数据同步、缓存操作、Leopard...
分类:其他好文   时间:2015-02-07 06:50:25    阅读次数:183
addcontentView之后如何让这个view消失掉
Dia dialog ; public void go(View view){ dialog = (Dia) getLayoutInflater().inflate(R.layout.main, null); LayoutParams param = new LayoutParams(Layo...
分类:其他好文   时间:2015-02-07 06:47:47    阅读次数:206
TF-IDF与余弦相似性的应用
类似的算法已经被写成了工具,比如基于Java的Classifier4J库的SimpleSummariser模块、基于C语言的OTS库、以及基于classifier4J的C#实现和python实现。
分类:其他好文   时间:2015-02-07 06:48:27    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!