有些朋友创建了一个非public的dblink,现在该数据库的其他用户需要去使用该dblink,在正常情况下无访问权限,需要重新建一个dblink,或者将原dblink修改为public。但是由于忘记了原dblink的目标段的密码,使得创建或者修改dblink的步骤无法进行下去。这里通过修改基表(l...
分类:
数据库 时间:
2014-10-10 18:27:44
阅读次数:
307
语句一:<link rel="shortcut icon" href="favicon.ico" />? 语句二<link rel="icon" href="animated_favicon.gif" type="image/gif" />? 备注:语句一 Shortcut Icon 就是在网址列前面出现的Icon? 问题:语句二 ...
分类:
其他好文 时间:
2014-10-10 18:18:34
阅读次数:
140
Android应用开发-小巫CSDN博客客户端总结篇 小巫CSDN博客客户端的开发要告一段落了,这个作品已经成功在360、应用宝渠道上线,有兴趣的朋友可以到以下地址下载: 360手机助手:http://zhushou.360.cn/detail/index/soft_id/1973215?recrefer=SE_D_%E5%B0%8F%E5%B7%ABCSDN%E5%8D%9A%E5%AE%A2#...
分类:
移动开发 时间:
2014-10-10 15:52:34
阅读次数:
246
winpcap和libpcap winpcap windows packet capture WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network ...
#include #include #include using namespace std;int n,m,num,temp,sum;int re[201][201],link[201];//牛与牛栏的对应关系bool tag[201];//增益路径bool DFS(int a){ for(...
分类:
其他好文 时间:
2014-10-10 13:34:24
阅读次数:
141
#include #include #include using namespace std;int c;const int maxn=502;int visit[maxn],map[maxn][maxn],link[maxn];bool DFS(int a){ for(int i=0;i> ...
分类:
其他好文 时间:
2014-10-10 11:48:04
阅读次数:
132
两种方式,一种是直接在link中判断设备的尺寸,然后引用不同的css文件:1意思是当屏幕的宽度大于等于400px的时候,应用styleA.css在media属性里:screen 是媒体类型里的一种,CSS2.1定义了10种媒体类型and 被称为关键字,其他关键字还包括 not(排除某种设备),onl...
分类:
Web程序 时间:
2014-10-10 11:10:14
阅读次数:
140
1. 简介 使用ptrace向已运行进程中注入.so并执行相关函数,其中的“注入”二字的真正含义为:此.so被link到已运行进程(以下简称为:目标进程)空间中,从而.so中的函数在目标进程空间中有对应的地址,然后通过此地址便可在目标进程中进行调用。 到底是如何注入的呢? 本文实现方案为:在目...
分类:
其他好文 时间:
2014-10-09 21:54:17
阅读次数:
283
配置Xshell或xftp使用密钥认证方式登录到服务器:Xshell及xftp下载地址\\**.**.*.*\soft\sftp(帐号密码只需设置一次,即两个软件即可使用)1、在xshell工具栏下选择用户密钥管理器,导入邮件附件里的私钥文件即单独的用户名文件。2、打开Xshell,点击“New”按钮,弹出“NewSe..
分类:
其他好文 时间:
2014-10-09 20:32:08
阅读次数:
2974
尽管MessageQueue提供了直接读/写的函数接口,但对于程序员来说,一般不直接读/写消息队列。之前了解到,在Looper.loop()函数中,当取出消息后,会回调msg.target对象的handleMessage()函数,而msg.target的类型正是Handler。
/**
* Run the message queue in this thread. Be sure to call
* {@link #quit()} to end the loop.
...
分类:
其他好文 时间:
2014-10-09 16:59:58
阅读次数:
243