cx_Freeze是一个打包python为exe的好库,可是安装后打包一些程序后不能运行解决参考http://comments.gmane.org/gmane.comp.python.cx-freeze.user/1856参考:http://stackoverflow.com/questions/2...
分类:
编程语言 时间:
2015-11-25 23:24:04
阅读次数:
5528
# add / location /app/ { proxy_pass http://$backend/;}#location /app/ { proxy_pass http://$backend; }1 加斜杠:请求 http://domain/app/demo.ph...
分类:
其他好文 时间:
2015-11-18 14:12:45
阅读次数:
161
#!/bin/bash
[$1=‘http_server‘]&&WEBGROUP=$1,FRONTEND||WEBGROUP=$1,BACKEND
case"$2"in
"comp")
IN=`/bin/echo"showstat"|/usr/sbin/socat/var/run/haproxy.sockstdio|awk-vn=$WEBGROUP-F,‘$0~n{print$52}‘`
OUT=`/bin/echo"showstat"|/usr/sbin/socat/var/run/ha..
分类:
其他好文 时间:
2015-11-18 02:11:30
阅读次数:
290
ServerName www.mywap.com DocumentRoot "D:/wampserver/www/yii_backend/" DirectoryIndex index.php index.php3 index.html index.htm ...
分类:
其他好文 时间:
2015-11-16 12:33:41
阅读次数:
153
今天配了这个发现php不被解释location /wx/ {root /data/server/www/ganji/ganji_online/backend/channel/wap_wx/app/;index index.htm index.phprewrite_log on;error_log ....
分类:
Web程序 时间:
2015-11-14 20:42:50
阅读次数:
815
设置页面报错:The Snorby worker is not currently running. It's imperative you start the worker immediately! All backend calculations are performed asynchrono...
分类:
系统相关 时间:
2015-11-09 12:18:10
阅读次数:
1480
修改配置文件return [ 'name'=>'AA后台', 'id' => 'app-backend', 'defaultRoute'=>'shop/index',//路由 ……];127.0.0.1/index.php会自动跳转到shop/index
分类:
其他好文 时间:
2015-11-03 19:13:07
阅读次数:
334
首先,coredata和sqlite的概念不同,core为对象周期管理,而sqlite为dbms。下面的讨论以使用core data来做数据持久化并使用sqlite做backend存储的情况为前提。使用方便性。实际上,一个成熟的工程中一定是对数据持久化进行了封装的,因此底层使用的到底是core da...
分类:
数据库 时间:
2015-10-26 18:22:57
阅读次数:
286
包含内容:使用GII新建module建立子模块在其他控制器中调用模块的操作(action)1. 使用Gii工具新建module注意模块的路径,我们没有写backend\modules\Article。多了一层article目录是为了防止如果有多个模块共用同一文件。2. 在backend\config...
分类:
其他好文 时间:
2015-10-05 11:38:29
阅读次数:
230
I/O每个操作系统,它的一个组成部分。和I/O业务质量,在一定程度上也影响了系统的效率。今天,我在了解了Redis中间I/O的,相同的,Redis在他自己的系统中。也封装了一个I/O层。简称RIO。得先看看RIO中有什么东西喽:struct _rio { /* Backend func...
分类:
其他好文 时间:
2015-09-25 11:14:53
阅读次数:
256