一、找到安装Apache的目录/usr/local/apache2/conf,并对httpd.conf配置文件进行修改 1.加载cgi模块 去掉注释: LoadModule cgid_module modules/mod_cgid.so #//当使用内置模块prefork.c 时动态加载cgi_mo ...
分类:
编程语言 时间:
2017-05-07 18:44:20
阅读次数:
160
#include #include using namespace std; int n; int day,year; char month[10]; char haab[19][7]={"pop", "no", "zip", "zotz", "tzec", "xul", "yoxkin", "mo... ...
分类:
其他好文 时间:
2017-05-03 17:17:09
阅读次数:
90
KeyCode values for keyboard keys Type of key KeyCode values and descriptions Mouse buttons KeyLeftButton! Left mouse button KeyMiddleButton! Middle mo ...
分类:
其他好文 时间:
2017-05-03 11:32:46
阅读次数:
163
问题:从字符串中提取出一个指定的、由分割符隔开的子字符串。create view v as select 'mo,larry,curly' as namefrom t1union allselect 'tina,gina,jaunita,regina,leena' as name from t1;s ...
分类:
其他好文 时间:
2017-05-02 18:18:23
阅读次数:
99
Desired Capabilities 是以key value字典的方式存放,告诉appium server 启动的时浏览器还是移动设备,启动的是Android还是IOS,启动Android时 app的package是什么,activity是什么。 app如何获取package,通过两个工具:mo ...
分类:
移动开发 时间:
2017-05-02 13:56:25
阅读次数:
211
首次在mac os 下,用pip install MySQL-Python时经常出现如下错误: sh: mysql_config: command not foundTraceback (most recent call last): File "setup.py", line 15, in <mo ...
分类:
数据库 时间:
2017-04-27 17:47:33
阅读次数:
165
1 const mo=1000000007; 2 var dp:array[-1000..1000]of int64; 3 x,y,a,b:array[-2000..2000]of longint; 4 fac,exf:array[0..2000]of int64; 5 q,time:array[-... ...
分类:
Web程序 时间:
2017-04-24 10:13:07
阅读次数:
259
随机数 var rand=Math.random(); rand2=parseInt(rand*4); var arr=[1,2,3,4] alert(arr[rand2]); 时间对象 var time=new Date(); var year=time.getFullyear(); var mo ...
分类:
其他好文 时间:
2017-04-19 09:35:57
阅读次数:
151
我们在写一些系统的时候为了方便不同国家的人来进行阅读 这个系统最主要的是目录设置的问题 下面是目录结构 注意的地方locale和index.php为同级目录 locale目录下文件如下 编辑的文件是在.po里面 然后通过poedit编译成.mo文件 .mo文件为二进制文件 在php中,可以通过_(" ...
分类:
编程语言 时间:
2017-04-19 09:18:27
阅读次数:
165
目录管理ls、cd、pwd、mkdir、rmdir、tree文件管理touch、stat、file、rm、cp、nano日期管理date、clock、hwcolock、cal查看文本文件cat、more、tac、less、head、tailcat:连接并显示文本文件-n:显示文本行号-E:显示文本行结尾符“$"Ctrl+C结束tac:从最后一行显示文本文件mo..
分类:
系统相关 时间:
2017-04-18 20:07:55
阅读次数:
164