1. http://www.opencsw.org/在Solaris 10下 1.安装pkgutil pkgadd -d http://get.opencsw.org/now 2.查询有那些PKG: /opt/csw/bin/pkgutil -l 3.For easy access to OpenC...
分类:
其他好文 时间:
2015-08-17 21:29:07
阅读次数:
111
File Access 组件中常见的对象有 FileSystemObject、TextStream、File、Folder、Drive等,其中每一个对象都有不同的属性和方法,我们将会在用到的时候进行详细介绍。 FileSystemObject 对象用于访问服务器上的文件系统。 此对象可对文件、文件夹...
分类:
Web程序 时间:
2015-08-17 19:27:02
阅读次数:
270
To permit the JSP page to access the data, the servlet needs to use setAttribute to store the data in one of the standard locations: the HttpServletRe...
分类:
数据库 时间:
2015-08-17 19:25:39
阅读次数:
149
题目:Write a function to delete a node (except the tail) in a singly linked list, given only access to that node.Supposed the linked list is1 -> 2 -> 3 ...
分类:
其他好文 时间:
2015-08-17 18:48:03
阅读次数:
103
适合自己的解决方法:排查问题:1. 你没有安装Oracle Client软件。这是使用PL/SQL Developer的必须条件。安装Oracle Client后再重试。2. 你安装了多个Oracle Client软件。在这种情况下,PL/SQL Developer可能会选择一个不正确的Oracle...
分类:
数据库 时间:
2015-08-17 11:45:39
阅读次数:
425
最近同事用iOS App调用Open API时遇到一个问题:在access token过期后,用refresh token刷新access token时,服务器响应"invalid_grant"错误;而在access token没有过期的情况下,能正常刷新access token。先查看了一下OAu...
分类:
数据库 时间:
2015-08-16 22:55:23
阅读次数:
664
wifi定位和手机基站定位类别似,两者都需要收集wifi位置信息接入点。其实WIFI奇妙,它靠的是侦測附近周围全部的无线网路基地台 (WiFi Access Point) 的 MAC Address (类似 10-78-D2-93-58-C2 这种格式),去比对资料库中该 MAC Addres...
分类:
其他好文 时间:
2015-08-16 08:13:17
阅读次数:
190
假如我们有两个用户:tomandjerry,我们用tom建立一个文件,想让jerry也可以访问,那我们一般会给这个文件的其它人权限,但是一但给了其它人权限,那不权jerry可以访问,其它用户也可以访问,这样是不合理不安全的。根据上述情况,我们就要引入文件访问控制列表了。facl:filesy..
分类:
其他好文 时间:
2015-08-16 00:47:53
阅读次数:
167
题目Write a function to delete a node (except the tail) in a singly linked list, given only access to that node.Supposed the linked list is 1 -> 2 -> 3 -> 4 and you are given the third node with value 3,...
分类:
其他好文 时间:
2015-08-15 23:08:44
阅读次数:
203