1,创建一个user表,包含两列name,phone
2,用python(你喜欢的任何语言)插入100W条记录(lz的笔记本比较老,大概用了1分钟吧):
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import MySQLdb
conn = MySQLdb.connect(host='localhost',user='root',db='mi...
分类:
数据库 时间:
2014-05-08 15:52:43
阅读次数:
393
http://xiehx163.blog.163.com/blog/static/6146679620096792135505/前几天开始用oracle进行WEB开发。机器装的是tomcat6.0
和oracle10g。项目开发好后,当我启动tomcat服务器,且把oracle10g相应的服务启动时...
分类:
数据库 时间:
2014-05-08 14:35:53
阅读次数:
486
ffmpeg.exe-probesize32768-i"rtmp://localhost/live/1live=1"-y-t0.001-ss1-fimage2-r1c:/rtm.jpeg
分类:
其他好文 时间:
2014-05-08 12:27:04
阅读次数:
432
1.安装LAMP包sudo apt-get install taskselsudo
tasksel install lamp-server参考这里2.
测试apache2安装完成后测试一下,在浏览器里输入http://localhost/或http://127.0.0.1/若出现“Itworks!”...
分类:
其他好文 时间:
2014-05-08 11:38:05
阅读次数:
248
问题: 403 Access DeniedYou are not authorized to view
this page.If you have already configured the Manager application to allow access
and you have used...
分类:
数据库 时间:
2014-05-08 09:12:05
阅读次数:
570
1 、安装apache2:sudo apt-get install
apache2安装完成后,运行如下命令重启apache:sudo /etc/init.d/apache2
restart,在浏览器中输入http://localhost或者http://127.0.0.1,会看到"It works!...
分类:
其他好文 时间:
2014-05-08 06:47:56
阅读次数:
308
我们在机房选择、测试网络的质量的时候,往往只根据跳数、延迟、抖动、网络吞吐量等指标来衡量,很多时候跳数并不能完全显示网络拓扑优劣,于是写了个traceroute结合whois的小脚本来直观显示每一跳所处的网络位置。
需要安装mtr和whois
脚本:
[root@localhost ~]# more geotrace.sh
#!/bin/bash
ec...
分类:
其他好文 时间:
2014-05-07 23:56:29
阅读次数:
474
[root@localhost~]#iptables-F#清除默认表filter中所有链的规则
[root@localhost~]#iptables-X#清除自定义链的规则
[root@localhost~]#iptables-L-nv--line-numbers#编号显示链规则
[root@localhost~]#iptables-N#新建一条自定义的链
[root@localhost~]#iptables-AINPUT-ieth0#..
分类:
其他好文 时间:
2014-05-07 22:32:21
阅读次数:
466
假设应用程序的 contextPath 为 /ctx,在
http://localhost:8080/ctx/a/b 资源中,我们转发和重定向到 http://localhost:8080/ctx/x/y
资源,分别应该怎么写? 转发,是在同一个应用程序中,请求从由资源 A 处理,到由...
分类:
编程语言 时间:
2014-05-07 21:15:31
阅读次数:
316
memcached64.exe -d install
安装服务
memcached64.exe -d start
启动服务
memcached64.exe -d stop
停止服务
memcached64.exe -d -m 64 -l localhost -p 11211...
分类:
其他好文 时间:
2014-05-07 11:44:29
阅读次数:
306