60款开源云应用【Part 3】(60 Open Source Apps You Can Use in the Cloud)
本篇翻译自http://www.datamation.com/open-source/60-open-source-apps-you-can-use-in-the-cloud-3.html,原作者Cynthia Harvey,翻译者hcbbt,转载请注明。
如果有翻...
分类:
移动开发 时间:
2014-06-22 22:43:48
阅读次数:
614
1.使用 git add 命令添加文件名含中文字符的文件时
乱码类似:
view source
print?
1
\316\304\261\276\316\304\265\265.txt
解决方案:
编辑C:\Git\etc\inputrc文件中对应的行,
查找以下2行,并修改其值,
原先:
view so...
分类:
其他好文 时间:
2014-06-22 22:09:50
阅读次数:
270
apt-get无法下载,网址报 Not Found 404,原因是apt软件下载源有问题。
1.将/etc/apt/source.list里的内容替换。
再其它可以下载apt的ubuntu机器中拷贝过来覆盖此文件,再执行apt-get
update更新source list。
2.“软件更新管理”->"设置"->“ubuntu软件”->“下载自”中修改软件下载源。...
分类:
其他好文 时间:
2014-06-22 20:39:06
阅读次数:
150
一个菜鸟朋友,突然问了我这个问题...现在稍稍有点时间,就写了一个简单的例子给他,顺便贴上来
服务器端:
<?php
/**
* @author 邹颢 zouhao619@gmail.com
*/
class SocketServer{
private $_port='9000';
private $_address='127.0.0.1';
private $_client_soc...
分类:
Web程序 时间:
2014-06-22 19:54:29
阅读次数:
297
在局域网中,管理和操作服务器一般我们都使用客户端的远程桌面连接,由于客户端非正常退出或断网、失电等原因,以及服务器自身宕机等各种原因,导致远程桌面无法连接服务器,而此时,只要服务器还可以Ping通,就用不着我们亲自到机房复位机器了,可以通过远程重启服务器的方法实现远程桌面的再次连接,由于在网上搜索到的远程关机或重启计算机的方法,很多时候都不实用,总结起来不外乎以下几种方法:
1、将被控机器上...
分类:
其他好文 时间:
2014-06-22 19:18:49
阅读次数:
182
原文首发在github上 MongoNote01.Start
MongoDB is an open-source document database that provides high performance, high availability, and automatic scaling.
这是mongo官方给出的定义。定义里的几个关键点体现了mongo的几个突出的优点:
do...
分类:
其他好文 时间:
2014-06-22 15:31:57
阅读次数:
280
这是一款非常酷的jQuery实现的Bootstrap插件,允许输入用户字符数.它可以让你显示字符用户插入的最大长度。1、引入jquery.js及bootstrap-maxlength.js
$(function(){
$('#name').maxlength({
alwaysShow: true
});
$('#address').maxlength({
alwaysShow: true
});...
分类:
其他好文 时间:
2014-06-22 00:47:31
阅读次数:
438
local_listener参数有两种书写格式,提供了不同的功能。
监听文件上,1521和1526端口上都有动态监听端口。
[oracle@dbsv admin]$ cat listener.ora
LISTENER=
(DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=tcp)(HOST=dbsv)(PORT=1521))...
分类:
数据库 时间:
2014-06-21 22:09:49
阅读次数:
400
(Wikipedia)Network address translation(NAT) is a methodology of modifyingnetwork addressinformation inInternet Protocol(IP)datagrampacket headers wh.....
分类:
其他好文 时间:
2014-06-21 18:14:44
阅读次数:
169
(image from Anatomy of an open source cloud) A cloud data center consists of large numbers of physical servers, each running a hypervisor with one or ...
分类:
其他好文 时间:
2014-06-21 14:48:04
阅读次数:
225