码迷,mamicode.com
首页 >  
搜索关键字:window 卸载cygwin    ( 28372个结果
[leetcode]Minimum Window Substring @ Python
原题地址:https://oj.leetcode.com/problems/minimum-window-substring/题意:Given a string S and a string T, find the minimum window in S which will contain all...
分类:编程语言   时间:2014-06-15 22:10:42    阅读次数:1109
js split str.split(" "); split使用方法 在某处截字符串
输出结果就是223566split就是将一字符串以特定的字符切割成多个字符串,并以一维数组的形式储存我项目中的样例:function SelectCompany(){var str=window.showModalDialog("MessageFrame.htm","","dialogWidth=7...
分类:Web程序   时间:2014-06-15 20:40:46    阅读次数:307
Windows 2008 上 T-SQL 延迟5秒
用Wireshark抓包发现包被分割成60byte的小包, 协商的Windows size=256. 可以通过如下命令解决:为了不让TCP/IP协议的自动调谐功能拖累网络传输速度,按照下面的操作将其关闭掉: 开始--运行--cmd回车-在该工作窗口的DOS提示符下,输入字符串命令“netsh int...
分类:数据库   时间:2014-06-15 19:51:45    阅读次数:214
关于pydev的语法的错误提示
第三方包引入时,eclipse默认会把一些包定为错误的,错误是:“undefined variable from import...” 其实是对的,可是报错,很烦人解决方法:window -- preferences -- pydev -- editor -- code analysis -- Un...
分类:其他好文   时间:2014-06-15 18:40:06    阅读次数:175
模式对话框里的CheckedChanged事件
问题: 模式对话框里的CheckedChanged事件不被触发:解决方法:一、先不直接showModalDialog出要的页面,而是要放一个中单页面window.showModalDialog("Print/Index.aspx?HEADOID=" + strOid + "&rnd=" + Math...
分类:其他好文   时间:2014-06-15 17:22:39    阅读次数:123
滑动后定位
var navH = $(".diy_titleedit").offset().top; //获取要定位元素距离浏览器顶部的距离 var tit_fixed = true; $(window).scroll(function(){//滚动条事件 ...
分类:其他好文   时间:2014-06-15 09:02:44    阅读次数:189
EasyUI的window加载的页面不执行js问题说明
http://364434006.iteye.com/blog/1671907——————————————————————————————————————————————————————————————————————解决方案:将被加载页面中的body标签删掉. 说明:window、dialog、....
分类:Windows程序   时间:2014-06-15 07:33:26    阅读次数:350
Windows Server 取消关机事件跟踪
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\PolicIEs\Microsoft\Windows NT\Reliability] "ShutdownReasonOn"=dword:00000000"Shutdown...
分类:Windows程序   时间:2014-06-15 06:58:31    阅读次数:228
windows2008r2安装笔记
安装win7主题控制面板 - 程序 - 打开或关闭windows功能 -功能 - 添加功能:在选择功能里勾选 桌面体验(会添加必要功能),安装就行了。1、安装好后,个性化时,发现win7主题为灰色不可选,检查是否启动Themes服务,在开始 - 运行 services.msc,开启 Themes 服...
分类:Windows程序   时间:2014-06-14 15:25:22    阅读次数:294
Hide C# winform App Window When Started by Task Scheduler
To make a Scheduled Task run in the background, change the User running the task to "SYSTEM", and nothing will appear on your screen....
分类:移动开发   时间:2014-06-14 09:33:39    阅读次数:395
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!