1.安装SVNyum install subversion 2.查看版本svnserve --version3.创建目录mkdir /web/svndata3.创建repo测试库svnadmin create /web/svndata4.配置:开启anon-access=read auth-...
分类:
系统相关 时间:
2014-08-15 19:35:39
阅读次数:
228
访问登记属性android.permission.ACCESS_CHECKIN_PROPERTIES ,读取或写入登记check-in数据库属性表的权限获取错略位置android.permission.ACCESS_COARSE_LOCATION,通过WiFi或移动基站的方式获取用户错略的经纬度信息...
分类:
移动开发 时间:
2014-08-15 19:13:59
阅读次数:
321
PROBLEM DESCRIPTIONWindows 7 may sometimes report that it has "No Internet Access"; this is visible via the System Tray icon showing a yellow exclamat...
分类:
数据库 时间:
2014-08-15 17:41:29
阅读次数:
330
一步步写 CMOS 驱动模块
Let's implement a char driver to access the system CMOS.
首先仅仅是创建设备模块,最简单的,类似于前面hello world模块一样的东东,从最简单的框架慢慢搭
/*************************************************...
分类:
其他好文 时间:
2014-08-15 12:54:54
阅读次数:
302
一、安装1.下载软件包直接安装即可;http://rj.baidu.com/soft/detail/25675.html?ald安装完成后root默认密码为空;二、修改密码直接修改密码会提示ERROR 1044 (42000): Access denied for user ''@'localhos...
分类:
数据库 时间:
2014-08-15 12:09:58
阅读次数:
246
nginx里面有很多的爬虫日志,会影响到后期的数据分析,所以一般会去掉。nginx排除配置:location/{
#去掉爬虫Start
if($http_user_agent~*"bot|spider"){
access_logoff;
}
#去掉爬虫end
proxy_passhttp://cdel_jxjy;
......
}如果特别想要爬虫日志,也可以讲爬虫日志放到指定..
分类:
其他好文 时间:
2014-08-15 10:51:29
阅读次数:
299
官方文档对于dex中的class数据结构表示如下:class_idx uint indexintothetype_idslistforthisclass.Thismustbeaclasstype,andnotanarrayorprimitivetype.access_flags uint accessflagsfortheclass(public,final,etc.).See"access_flagsDefinitions"forde..
分类:
其他好文 时间:
2014-08-15 02:53:09
阅读次数:
291
Dalvik opcodesAuthor:Gabor PallerVx values in the table denote a Dalvik register. Depending on the instruction, 16, 256 or 64k registers can be access...
分类:
其他好文 时间:
2014-08-14 23:47:36
阅读次数:
421
根据C语言教学书上的示例编写,主要破解access的密码,通过异或算法,支持access2000和access2003,其他版本的没经过测试,下面是具体代码:#include main(){FILE *fp;char mm0[40],mm1[40],mm2[40];int i,k;clrscr();...
分类:
数据库 时间:
2014-08-14 23:45:16
阅读次数:
373
1.软件版本 apache-tomcat-7.0.55 apache-maven-3.2.2 eclipse-standard-luna-R-win32-x86_64 2.修改文件 2.1 tomcat ?tomcat-users.xml ?增加如下用户 角色 manager-script manager-script?— Access to the ...
分类:
其他好文 时间:
2014-08-14 21:12:19
阅读次数:
206