码迷,mamicode.com
首页 >  
搜索关键字:not in current selec    ( 7498个结果
ASP.NET 获取IP信息等探针
获取客户端:HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];获取URLRequest.RawUrl:获取客户端请求的URL信息(不包括主机和端口)------>/Default.aspxRequest.ApplicationPat...
分类:Web程序   时间:2014-08-20 14:01:52    阅读次数:185
MongoVUE破解
注册表中查找B1159E65-821C3-21C5-CE21-34A484D54444中的子项4FF78130,删除其下的三个子项即可。可以使用命令行中输入以下命令来进行操作reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{B1159E65-...
分类:其他好文   时间:2014-08-19 22:02:35    阅读次数:226
Modelsim-altera 仿真 顶层原理图的解决办法
解决办法:首先需要将.bdf原理图文件转换为Verilog HDL等第三方EDA工具所支持的标准描述文件。在Quartus下,保持*.bdf为活动窗口状态,运行[File]/[Create/Update]/[Create HDL Design File for Current File]命令,在弹出...
分类:其他好文   时间:2014-08-19 18:05:05    阅读次数:526
Oracle RAC 全局等待事件 gc current block busy 和 gc cr multi block request 说明--转载(http://blog.csdn.net/tianlesoftware/article/details/7777511)
一.RAC全局等待事件说明在RAC环境中,和全局调整缓存相关的最常见的等待事件是global cache cr request,global cache busy和equeue。当一个进程访问需要一个或者多个块时,Oracle会首先检查自己的Cache是否存在该块,如果发现没有,就会先通过globa...
分类:数据库   时间:2014-08-19 12:20:54    阅读次数:271
Java线程(十):CAS
在Java并发包中有这样一个包,java.util.concurrent.atomic,该包是对Java部分数据类型的原子封装,在原有数据类型的基础上,提供了原子性的操作方法,保证了线程安全。下面以AtomicInteger来分析一下其实现过程。/** * Atomically increments by one the current value. * * @return the upda...
分类:编程语言   时间:2014-08-18 22:04:52    阅读次数:309
PHP知识点(1) - 数组函数
数组内指针-current()-key()-prev()-next()-reset()-end()预定义数组$_SERVER()$_ENV()$_REQUEST()$_GET()$_POST()$_FILES$_SESSION()$_COOKIE()$GLOBALS()数组的键/值处理相关函数arr...
分类:Web程序   时间:2014-08-18 18:10:03    阅读次数:213
extjs 4合并单元行
[html] view plain copy print ? GridPanel row spanning (well, sort of...) The current GridPanel implementation doesn‘t support row spanning, because the rows aren‘t part of the same table. The only ...
分类:Web程序   时间:2014-08-18 16:37:53    阅读次数:327
不会写重试,自定义了一个重试
不会写重试,我用了这么个方法来 作为重试机制: def web(self): time.sleep(5) i = 0 a = self.br.current_url print a while i < 10: self.br.back() if self.br.current_url == a: i...
分类:其他好文   时间:2014-08-18 16:12:22    阅读次数:213
循环删除集合里的值
1: List.Enumerator enumerator = files.GetEnumerator(); 2: while (enumerator.MoveNext()) 3: { 4: if (File.Exists(enumerator.Current)) 5: { 6: ...
分类:其他好文   时间:2014-08-18 15:56:22    阅读次数:160
php使用phpCAS接入CAS SSO
源码:https://github.com/Jasig/phpCAS 文档:https://wiki.jasig.org/display/CASC/phpCAS+examples 安 装 ubuntu下使用pear安装 sudo pear install ?http://downloads.jasig.org/cas-clients/php/current.tg...
分类:Web程序   时间:2014-08-18 12:41:54    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!