There is no systematic design for shared resource access priority in platform side, and there is no interface provided by
platform that can be used by application to do bandwidth management optimizat...
分类:
其他好文 时间:
2014-06-03 04:54:35
阅读次数:
262
The master DMA arbitration control register (MDMAARBU) controls the priority levels of MDMA requests going out of CorePac. It controls the priority levels used by the L2 memory
controller when sendi...
分类:
其他好文 时间:
2014-06-03 02:39:09
阅读次数:
311
早上做数据迁移,部署完slave2,发现3台机子的日志狂刷:旧slave:2014-05-29 14:35:35 996 [Note] Slave: received end packet from server, apparent master shutdown:
2014-05-29 14:35:35 996 [Note] Slave I/O thread: Failed reading l...
分类:
其他好文 时间:
2014-06-03 01:52:25
阅读次数:
327
1.使用命令:
chflags nohidden ~/library/ 使隐藏的资源库文件夹显示出来。如果想要隐藏掉,使用:chflags hidden ~/library/
2.finder中找到:用户->mwsn(这是我的用户名)->资源库->Application Support->iPhone Simulator->7.0(根据你的版本确定是哪个)->Applications
里面...
分类:
移动开发 时间:
2014-06-03 01:40:08
阅读次数:
288
这两天因为工作需要,在写一些vbs的脚本,才知道,vbs不能像其他可执行文件一样,在 需要提升访问权限时,弹出UAC窗口,那么,如何通过UAC提升vbs脚本的访问权限呢?
查了一些资料,将结果整理一下:
第一种:
If WScript.Arguments.length =0 Then
Set objShell = CreateObject("Shell.Application")
'...
分类:
其他好文 时间:
2014-06-03 00:18:37
阅读次数:
305
[Cocoa-4th] Chapter6 - NSTableView表格增删改 (详尽介绍2)
功能如上:NSTableView表格增删改
STEP1
Open XCode Ver4.6
New Application
在xib控件界面上加入一些控件,如图:
STEP2
新建类:NSObject子类,命名为:
Table_DS_Main
注意:添加协议NSTab...
分类:
其他好文 时间:
2014-06-02 23:02:23
阅读次数:
396
android 在log中提示TimeOut Error后,应用程序弹出application
errorthe connection to the server was unsuccessful
的错误的处理方法:第一步找到项目中res/xml目录下的config.xml,把你的外网的域名地址添加...
分类:
移动开发 时间:
2014-06-02 22:24:37
阅读次数:
361
YARN总体上仍然是Master/Slave结构,在整个资源管理框架中,ResourceManager为Master,NodeManager为Slave,ResouceManager负责对各个NodeManager上的资源进行统一管理和调度。当用户提交一个应用程序时,需要提供一个用以跟踪和管理这个程...
分类:
其他好文 时间:
2014-06-02 22:20:44
阅读次数:
377
1. Workflow
Builder的默认访问级别是100,以下是Oracle对访问级别的一个大致分类:0-9 OracleWorkflow10-19 Oracle
Application Object Library20-99 Oracle Application Development100-...
分类:
其他好文 时间:
2014-06-02 21:55:12
阅读次数:
466
/******* 导出到excel
EXEC master..xp_cmdshell 'bcp SettleDB.dbo.shanghu out c:\temp1.xls -c -q -S"GNETDATA/GNETDATA" -U"sa" -P""'
/*********** 导入Excel
SELECT *
FROM OpenDataSource( 'Microsoft....
分类:
数据库 时间:
2014-06-01 09:14:39
阅读次数:
410