1.将配置文件导入项目中 (1)oracle安装路径下搜索classes12(或其他) (2)在项目中创建lib文件夹,将刚才拷贝的classes12拷贝到该目录下 (3)右键,add path进项目 写代码: 2.配置文件: 3.创建连接: 4.取得申请: 5.操作数据: (1)建立一个类与数据库 ...
分类:
数据库 时间:
2016-10-10 13:41:30
阅读次数:
235
若执行ssh-add /path/to/xxx.pem是出现这个错误:Could not open a connection to your authentication agent,则先执行如下命令即可: ssh-agent bash 更多关于ssh-agent的细节,可以用 man ssh-ag ...
分类:
其他好文 时间:
2016-09-29 18:02:04
阅读次数:
104
<?xml version="1.0"?> <configuration> <!--IIS经典模式下使用--> <system.web> <httpHandlers> <add path="request.aspx" verb="*" type=" Bll.Handler.Test"/> <add ...
分类:
Web程序 时间:
2016-08-24 19:20:02
阅读次数:
719
1. PHP (1) download PHP and extra the zip file to the folder “C:\tools\php” (2) add the path “;C:\tools\php” to end of the windows environment variabl ...
分类:
Web程序 时间:
2016-07-06 17:52:10
阅读次数:
169
若执行ssh-add /path/to/xxx.pem是出现这个错误:Could not open a connection to your authentication agent,则先执行如下命令即可: ssh-agent bash 更多关于ssh-agent的细节,可以用 man ssh-ag ...
分类:
其他好文 时间:
2016-05-31 12:10:12
阅读次数:
116
之前一直都是好好的。后来就N多错误。其中之一就是如上。于是找了好久。很多人可能其他情况所以解决方案不一样,有点有限有的无效。收集如下: 1.更改应用池的模式为经典。 2.去除配置节点 3.更改应用程序池的映射 4.添加配配置节点块 5.<add path="*" verb="GET,HEAD" ty ...
分类:
Web程序 时间:
2016-05-02 11:37:43
阅读次数:
175
recursively add folder Document to archive: (with all the files) recursively add folders to archive: (with all the files) add path etc to certain file ...
分类:
其他好文 时间:
2016-04-20 18:04:50
阅读次数:
109
Delphi7 [Fatal Error] ClassPas.pas(8): File not found: 'DesignIntf.dcu' Add path to Project>Options>Directories/Conditionals >Search path D:\Program F ...
#列出keyls -al ~/.ssh#生成keyssh-keygen -t rsa -b 4096 -C "your_email@example.com"#判断ssh-agent可用ssh-agent -s#若执行ssh-add /path/to/xxx.pem是出现这个错误:Could not ...
分类:
其他好文 时间:
2016-01-06 20:04:47
阅读次数:
180
1.Generating SSH keys参考:https://help.github.com/articles/generating-ssh-keys/若执行ssh-add /path/to/xxx.pem是出现这个错误:Could not open a connection to your au...
分类:
系统相关 时间:
2015-09-20 16:06:00
阅读次数:
149