1. ? ? ? ?开始-------搜索程序和文件里输入“运行”(打开)--------regedit----------HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main--------右键--------权限-----------高级-------权限-...
分类:
其他好文 时间:
2014-07-25 11:42:01
阅读次数:
239
ApexPage:<apex:selectListvalue="{!optionAcc}"size="1"style="width:230px"><apex:selectOptionsvalue="{!optionAccList}"></apex:selectOptions><apex:actionSupportevent="onchange"action="{!searchAccOppList}"reRender="oppId/></apex:selec..
分类:
其他好文 时间:
2014-07-25 11:30:51
阅读次数:
274
今天是在吾索实习的第12天。我们在这一天中,基本实现了微信公众号的消息回复与自定义菜单的创建。 首先,是实现消息回复,其关键点如下:读取POST来的数据流:Stream 数据流变量 = HttpContext.Current.Request.InputStream,并把其存入数组:数据流变量....
分类:
微信 时间:
2014-07-25 02:39:14
阅读次数:
1314
存储过程PROCEDURE [schema.]name[( parameter[, parameter...] ) ] [AUTHID DEFINER | CURRENT_USER ] [ACCESSIBLE BY (program_unit_list)]IS [declarations]BE...
分类:
数据库 时间:
2014-07-24 21:18:33
阅读次数:
253
BLCR技术到底是什么技术?我没空和你乱扯,自己去看该官方网站的介绍:http://crd.lbl.gov/groups-depts/ftg/projects/current-projects/BLCR首先要下载BLCR的源代码,可以在上面提到的官网上下载,现在最新版本是0.8.5的,目前已经有RP...
分类:
其他好文 时间:
2014-07-24 17:34:35
阅读次数:
180
switch ($p) { case 'home': case '': $current_home = 'current'; break; case 'users.online': case 'users.location': case ...
分类:
其他好文 时间:
2014-07-24 04:59:28
阅读次数:
292
1.// The current date and timeLocalDateTime.now();// construct from valuesLocalDate.of(2012, 12, 12);LocalDate.of(2012, Month.DECEMBER, 12);// Somewhe...
分类:
编程语言 时间:
2014-07-23 16:47:01
阅读次数:
199
Another textbook problem. We take back of postorder array as the current root, and then we can split the inorder array: 1st half for current right chi...
分类:
其他好文 时间:
2014-07-23 12:01:56
阅读次数:
210
这节来简单说明下自定义客户端的开发方法。首先我们打开LyncSDK的以下Sample:SignInUISuppressionMode进入目录后,可以发现EnableUISuppressionMode.reg这个注册表文件。打开发现是往注册表导入以下信息。WindowsRegistryEditorVersion5.00
[HKEY_CURRENT_USER\Software\Micro..
分类:
其他好文 时间:
2014-07-23 00:26:58
阅读次数:
314
1、检查点队列 checkpoint queueRBA 日志块地址 redo block addressLRBA 第一次被脏的地址HRBA 最近一次被脏的地址on disk rba 重做日志(current redo log)中最后的地址数据块里有两个地址,LRBA,HRBA.checkpoint ...
分类:
数据库 时间:
2014-07-22 23:16:52
阅读次数:
259