码迷,mamicode.com
首页 >  
搜索关键字:share    ( 6078个结果
ORACLE锁机制
Row Share (RS)This lock, also called a subshare table lock (SS), indicates that the transaction holding the lock on the table has locked rows in the t...
分类:数据库   时间:2015-02-19 16:16:47    阅读次数:172
IntelliJ IDEA 14 注册码生成器
IntelliJ IDEA 14 注册码生成器 文件为Java代码 自己编译运行里面的程序输入名称然后就生成注册码了工具:http://yun.baidu.com/s/1cZKsA部分工具生成的注册码:用户: share密钥:78689-AFOCD-P3SDN-83DEC-BQ3UC-V6UK7用户...
分类:其他好文   时间:2015-02-18 15:15:48    阅读次数:264
springmvc 配置详解
今天用springmvc搭了一个框架,将步骤以及配置记录下来。jar包网盘地址为:http://yun.baidu.com/share/link?shareid=1109438387&uk=2836507213项目网盘地址为:http://yun.baidu.com/share/link?shareid=3913316871&uk=28365072131.需要导入网盘所有的jar包2.修改web...
分类:编程语言   时间:2015-02-17 23:45:01    阅读次数:214
Linux 安装tomcat
安装命令:yum install tomcat安装完后默认:安装路径:/usr/share/tomcat执行命令(启动,停止, 重启):/etc/rc.d/init.d/tomcat配置文件:/etc/tomcat日志:/var/log/tomcat网站路径:/var/lib/tomcat
分类:系统相关   时间:2015-02-16 16:46:11    阅读次数:170
android 截屏, 消息栏未截图
http://www.zuidaima.com/share/1550463684332544.htm 源代码下载地址:android 截屏, 消息栏未截图...
分类:移动开发   时间:2015-02-15 10:49:27    阅读次数:175
How to mount remote windows partition (windows share) under Linux
http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html by nixCraft on April 26, 2004 · 64 comments· LAST U...
分类:Windows程序   时间:2015-02-14 20:02:49    阅读次数:169
Mount Windows (CIFS) shares on Linux with credentials in a secure way
Posted on 09/09/2014 In almost all cases, when mounting a CIFS-share on a Linux host, you will need to supply some credentials. Either you could enter...
分类:Windows程序   时间:2015-02-14 20:01:31    阅读次数:262
如何通过抓包工具fiddler获取java程序的http请求
如何通过抓包工具fiddler获取java程序的http请求 源代码下载地址:http://www.zuidaima.com/share/1550463683824640.htm...
分类:编程语言   时间:2015-02-14 11:03:31    阅读次数:243
Linux 下幾種網芳/Samba 目錄的 mount 方式
Linux 下幾種網芳/Samba 目錄的 mount 方式,比較新的 Smaba 只能用 cifs 的 mount 方式。 [smbmount] smbmount -o username="Username",password="Password" //IP/share /mnt/smb smbu...
分类:系统相关   时间:2015-02-13 23:36:23    阅读次数:260
Oracle 11g如何清除share pool中某条SQL的执行计划
以前在10g数据库上,如果遇到绑定窥探导致执行计划慢的情况,想要清除某条SQL的执行计划,让它硬解析,找了很久都没有找到直接操作share pool的方法(总不能alter system flush shared_pool),只能通过对表ddl使SQL硬解析。现在终于找到了,使用sys.dbms_shared_pool.purge,在11g下可以直接使用,但在10g上需要alter session...
分类:数据库   时间:2015-02-13 20:00:50    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!