var Sys = Sys || {};Sys.browser = Sys.browser ||
function (w, d, n) { var u = n.userAgent.toLowerCase(), browser = {}; browser.u
= u; browser.render =...
分类:
其他好文 时间:
2014-06-29 15:26:18
阅读次数:
248
实验环境:TP-Link、XP SP3 (计算机名:MyXP)、Windows 8.1
Pro(计算机名:MyWin8)。在windows 8.1上,资源管理器/网络
直接可以看到MyXP,点击进入即可看到MyXP上共享的文件。在win8上共享文件,设定权限给Everyone或者MyXP。可以开启G...
分类:
其他好文 时间:
2014-06-07 05:59:08
阅读次数:
220
Given a string S and a string T, find the
minimum window in S which will contain all the characters in T in complexity
O(n).For example,S="ADOBECODEBA...
要截获window.close(),就得截获CDHtmlDialog的WindowClosing。以下是示例代码://
headerDECLARE_EVENTSINK_MAP()void WindowClosing(VARIANT_BOOL IsChildWindow,
VARIANT...
1.在xaml.cs中直接访问、并传递参数1
System.Windows.Browser.HtmlPage.Window.Navigate(new
Uri(HtmlPage.Document.DocumentUri, string.Format("ReportQuery/ReportFolder....
分类:
Web程序 时间:
2014-05-30 08:11:40
阅读次数:
259
/*--------前台JS代码-----------*/ var
http_request;function GetAjaxObject(coaInfo){ //根据浏览器的不同来获取XMLHttpRequest对象 if
(window.XMLHttpRequest) { // Mozi...
分类:
Web程序 时间:
2014-05-30 06:05:03
阅读次数:
223
所有资料来源于网络,老鸟请直接跳过。 window命令 命令是什么?
命令是一切程序启须途径,事实上,点击桌面图标就是启动命令 搜狗浏览器为例: 快捷方式→目标,目标里面就是双击图标时系统真正执行的命令,"D:\Program
Files\SogouExplorer\SogouExplorer.ex...
重装Windows时,Windows的启动菜单会覆盖Linux启动菜单。Ubuntu找回比较容易,CentOS相对比较麻烦。步骤如下:1.
用UltraISO制作CentOS 6的启动盘。2. U盘启动CetnOS,从启动菜单选择"Rescue installed system"3.
启动shell...
分类:
其他好文 时间:
2014-05-29 22:08:01
阅读次数:
307
In Eclipse, from the Window menu, select Open
Perspective > Other... > DDMS. Select the Kindle Fire tablet, and click
the camera icon. (If the tablet ...
分类:
系统相关 时间:
2014-05-29 20:29:15
阅读次数:
479
void CWnd::SetWindowText(LPCTSTR
lpszString)ASSERT(::IsWindow(m_hWnd)); Debug Assertion
Failed原因:ID和Resource中的控件没有关联起来,导致运行的时候,发现hWnd没有相应的对象,没有实例化,hWn...