String类型有几种操作字符串的方法concat()方法拼接任意多个字符串,不修改原字符串var stringValue=“hello ”;var
result=stringValue.concat("world");alert(result); //"hello world"alert(str....
分类:
编程语言 时间:
2014-05-05 12:44:15
阅读次数:
369
nginx根据cookie分流众所周知,nginx可以根据url
path进行分流,殊不知对于cookie分流也很强大,同时这也是我上篇提到的小流量实验的基础。二话不说,先看需求,两台服务器分别定义为apache001:192.168.1.1:8080apache002:192.168.1.2:80...
分类:
其他好文 时间:
2014-05-05 12:05:36
阅读次数:
350
nginx+apache+php+mysql服务器集群搭建由于需要搭建了一个基本的服务器集群。具体的配置方案先不说了,到有时间的时候再介绍。下面介绍下整个方案的优点。我总共准备了四台阿里云的主机,架设分别是A,B1,B2,C,A在集群的最前面,B1和B2在A的后面,C在最后面。A主要用的nginx,...
分类:
数据库 时间:
2014-05-05 12:01:43
阅读次数:
407
最近SDK出问题了,然后在google下载了一个android-sdk-windows.rar,然后点击SDK Manager,结果一直不能刷新API
Level,然后就开始在网上找了好多资料,解决这个问题,修改 HOSTS, HTTP 和 HTTPS 都不能解决,这给我带来了很大的困惑! 加载不出...
分类:
移动开发 时间:
2014-05-05 11:58:55
阅读次数:
534
https://github.com/Trinea/android-open-project
分类:
移动开发 时间:
2014-05-05 11:07:18
阅读次数:
327
roottools: RootTools gives Rooted developers easy
access to common rooted tools...
https://code.google.com/p/roottools/wiki/RootTools mmsbg: mms bg f....
分类:
移动开发 时间:
2014-05-04 20:56:48
阅读次数:
678
参考地址:http://loianegroner.com/2010/03/importing-an-excel-spreadsheet-into-an-extjs-datagrid-using-datadrop-grid-plugin/演示例子:https://github.com/loiane/e...
分类:
Web程序 时间:
2014-05-04 19:39:57
阅读次数:
403
xampp-linux-1.8.2
之前的版本不支持64位系统哦哦。首先,安装32位支持包下载地址:https://www.apachefriends.org/zh_cn/index.html解压压缩包到/opt/lampp下,启动LAMPP时提示不支持64,跟改方法如下:sudo
vi /opt/...
分类:
系统相关 时间:
2014-05-04 12:29:55
阅读次数:
405
1,把YII框架里面的framework复制粘贴到nginx目录下2,创建一个商城系统:
1)修改环境变量 制定php.exe的目录
2)C:\Users\Administrator>cdC:\Users\AdministratorC:\Users\Administrator>d:D:\...
分类:
其他好文 时间:
2014-05-04 10:28:33
阅读次数:
256
用 BerryClip - 6 LED Board 显示树莓派的温度
BerryClip - 6 LED Board 是一个学习GPIO的开发板,适合我这样不懂硬件的童鞋,用python 控制6个LED灯,一个蜂鸣器,和一个开关
文档在这里
https://bitbucket.org/MattHawkinsUK/rpispy-berryclip/downloads/BerryClip...
分类:
其他好文 时间:
2014-05-04 09:38:35
阅读次数:
341