http://hi.baidu.com/lzpsky/item/f9a727ba823257eb4ec7fd27一、简介JNDI: Java Naming and Directory Interface (JNDI) 首先关于jndi的配置网上资料很多,但大多都不是我想要的,原因很简单,改的配置文件...
分类:
编程语言 时间:
2014-11-05 10:26:42
阅读次数:
254
随着Internet的发展,Web技术日新月异。继通用网关接口(CGI)之后,“ASP”(Active Server Pages)作为一种典型的服务器端网页设计技术,被广泛地应用在网上银行、电子商务、搜索引擎等各种互联网应用中。同时Access数据库作为微软推出的以标准JET为引擎的桌面型数据库.....
分类:
数据库 时间:
2014-11-05 09:14:38
阅读次数:
243
CSS超链接-光标-缩放1.CSS 中链接的使用2.CSS 中光标的使用3.CSS 中缩放的使用1、CSS 中链接的使用超链接伪类属性a:link 表示该超链接文字尚未被点选a:visited 表示该超链接文字已被点选过a:active 表示该超链接文字正被点选,但未被放开a:hover 表示当.....
分类:
Web程序 时间:
2014-11-05 00:16:13
阅读次数:
324
Usage To run ProGuard, just type: java -jar proguard.jar?options?... You can find the ProGuard jar in the?lib ?directory of the ProGuard distribution. Alternatively, the?bin ?directory conta...
分类:
其他好文 时间:
2014-11-04 21:17:42
阅读次数:
282
(1)#include 报错fatal error: QHostInfo:No such file or directory, 解决办法 在.pro文件中添加 QT += core gui network 记得这里要加上network(2)给Qt软件添加软件图标 (1) 找到一张图片.ico,名字改...
分类:
其他好文 时间:
2014-11-04 18:53:10
阅读次数:
287
CSS为一些特殊效果准备了特定的工具,我们称之为“伪类”。其中有几项是我们经常用到的,下面我们就详细介绍一下经常用于定义链接样式的四个伪类,它们分别是:1 :link2 :visited3 :hover4 :active因为我们要定义链接样式,所以其中必不可少的就是超级链接中的锚标签--a,锚标签和...
分类:
Web程序 时间:
2014-11-04 14:29:20
阅读次数:
275
Name "capture"
OutFile "capture.exe"
InstallDir "$PROGRAMFILES\capture"
Page directory
Page INSTFILES
UninstPage uninstConfirm
UninstPage instfiles
Var remote_zip_file
Var local_zip_file
Sect...
分类:
其他好文 时间:
2014-11-04 13:09:55
阅读次数:
263
更新Cocoapod之后出现问题:
diff: /../Podfile.lock: No such file or directory
diff: Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or updat...
分类:
移动开发 时间:
2014-11-03 19:31:04
阅读次数:
194
问题重述:
在删掉原来工作空间,重新install pods之后,遇到warning:
ld: warning: directory not found for option '-L/Users/.../Pods/build/Debug-iphoneos'
解决方案:
在Target-Build Settings中找到Search Paths-Library Search Path...
分类:
移动开发 时间:
2014-11-03 19:24:03
阅读次数:
198
1.JNDI(Java Naming and Directory Interface,Java命名和目录接口) 是一组在Java应用中访问命名和目录服务的API。命名服务将名称和对象联系起来,使得我们可以用名称访问对象。目录服务是一种命名服务,在这种服务里,对象不但有名称,还有属性。可以理解为一个....
分类:
数据库 时间:
2014-11-02 23:56:30
阅读次数:
274