SQLDMO(SQL Distributed Management Objects)参考手册:http://technet.microsoft.com/en-us/library/aa312550(v=sql.80).aspxsql server 2005后改为SMO参考手册:http://tech...
分类:
数据库 时间:
2014-06-18 18:28:19
阅读次数:
216
#写在开头关于于CSS相关的知识MDN是个好去处。本文的内容主要参考如下内容:- This is [font-face] [1] (https://developer.mozilla.org/en-US/docs/Web/CSS/%40font-face)- This is [font-face] ...
分类:
Web程序 时间:
2014-06-18 18:25:13
阅读次数:
199
linux下安装最新版subversion,代码:
[root@localhost subversion-1.8.9]#
./configure --prefix=/usr/local/subversion --with-apxs=/usr/local/apache2/bin/apxs --with-apr=/usr/local/apr --with-apr-util=/us...
分类:
系统相关 时间:
2014-06-18 12:19:21
阅读次数:
275
1.User Location 能做什么
获取用户位置
追踪用户的移动
2.User Location 的关键API
Location Manager:用于管理Android的用户定位服务;
Location Providers: 提供多种定位方式供开发者选择;
3.获取用户的当前位置
Gps定位:
声明权限:android.permission.ACCESS_FINE_L...
分类:
移动开发 时间:
2014-06-18 12:18:38
阅读次数:
231
android.permission.ACCESS_CHECKIN_PROPERTIES 允许读写访问"properties"表在checkin数据库中,改值可以修改上传( Allows read/write access to the "properties" table in the checkin database, to change values that get uploaded)
...
分类:
移动开发 时间:
2014-06-17 21:58:57
阅读次数:
437
from:http://yang.u85.us/memcache_redis_mongodb.pdf从以下几个维度,对 redis、memcache、mongoDB 做了对比。1、性能都比较高,性能对我们来说应该都不是瓶颈。总体来讲,TPS 方面 redis 和 memcache 差不多,要大于 m...
分类:
数据库 时间:
2014-06-17 20:22:01
阅读次数:
305
XMLHttpRequest cannot load file~~~~~~~Origin 'null' is therefore not allowed access
最近在做框架的时候,需要加载.html文件和.json文件的时候出现了一下一个错误...
分类:
数据库 时间:
2014-06-16 20:26:18
阅读次数:
266
经常需要根据IP地址统计apache站点访问量,最基本的脚本.根据IP访问量降序排列:#!/bin/bash
#Script_name:access_count
acc_log=/usr/local/apache2/logs/access_log
/bin/awk‘{print$1}‘$acc_log|sort|uniq-c|sort-nr执行效果:[root@zabbix~]#shaccess_count
94989192.168.1..
分类:
移动开发 时间:
2014-06-16 18:18:50
阅读次数:
332
对于vSphereClient界面语言的更改可能大家都知道,网上的资料也多,但是关于webclient界面语言的更改我在百度上没有搜到,于是google了一下国外的资料找到了答案。其实和client端修改的方法差不多,只需要在我们的登陆地址后面加入一个参数/?locale=en_US或者/?locale=zh_CN..
分类:
Web程序 时间:
2014-06-16 18:15:40
阅读次数:
425
一、题目1、Linux挂载Winodws共享文件夹2、查看http的并发请求数及其TCP连接状态:3、用tcpdump嗅探80端口的访问看看谁最高4、统计/var/log/下文件个数5、查看当前系统每IP连接数6、shell下32位随机密码生成7、统计出apache的access.log中访问量最多的5个IP8、如何查看二进制文..
分类:
系统相关 时间:
2014-06-16 17:05:49
阅读次数:
329