windows 7和windows 8上的IE浏览器打不开,很可能是权限问题,解决办法:
点击“开始”-“运行”,输入“regedit”打开注册表编辑器,找到“HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main”,在“Main”目录上点击鼠标右键,打开“Main的权限”窗口,给相应的用户添加“完全控制”权限。或是点击“M...
分类:
其他好文 时间:
2014-10-14 18:37:54
阅读次数:
171
HttpContext.Current.Request.Url.ToString() 并不可靠。如果当前URL为http://localhost/search.aspx?user=http://csharp.xdowns.com&tag=%BC%BC%CA%F5通过HttpContext.Curre...
分类:
Web程序 时间:
2014-10-14 16:18:13
阅读次数:
242
正常安装完zabbix后,登录后zabbix监控报错zabbix server is not running: the information displayed may not be current, 下面的几种情况都有可能引起这个错误, 1. selinux是否关闭。一定要关闭这个,开启sel...
分类:
其他好文 时间:
2014-10-14 13:47:49
阅读次数:
265
windown 2003 控制面板打不开在运行框中输入regedit,进入注册表中的HKEY_LOCAL_MACHINE/SYSTEM\Current ControlSet\Control\NLS\Locale下找到Default和“00000804”两项,分别修改值为0000049和1 。
ubuntu上使用火狐和chromium都无法在网页看视频,玩三国杀,安装adobeflash也不管用,最后尝试下载chrome,安装成功后就直接可以看视频,玩三国了下载google-chrome-stable_current_i386_35.0.1916.114.deb执行指令sudodpkg-igoogle-chrome-stable_current_i386_35.0.1916.114...
分类:
Web程序 时间:
2014-10-12 19:30:58
阅读次数:
364
第1级词条最重要,第2级词条次重要,第3级词条了解即可。第1级(1) circuit,电路 (L1)(2) linear,线性 (L2)(3) non-linear,非线性 (L2)(4) current,电流 (L3)(5) voltage,电压 (L3)(6) potential,电位 (L3)...
分类:
其他好文 时间:
2014-10-12 16:40:58
阅读次数:
237
方法 1、 ident_incr('Table_name');# 增量 identity(A,B) 中的B值 ident_seed('Table_name'); # 种子 identity(A,B) 中的A值方法 2、 ident_current('Table_name');
分类:
数据库 时间:
2014-10-12 15:29:38
阅读次数:
214
刚才写zenktodo的时候,通过动态添加class的方式修改一个div的样式,总是不起作用。Css代码#navigator{height:100%;width:200;position:absolute;left:0;border:solid2#EEE;}.current_block{border...
分类:
Web程序 时间:
2014-10-12 02:37:27
阅读次数:
489
http://acm.hdu.edu.cn/showproblem.php?pid=5063题目大意: 题目意思还是比较简单。所以就不多少了。注意这句话,对解题有帮助。 Type4: Q i query current value of a[i], this operator will have.....
分类:
其他好文 时间:
2014-10-12 02:23:37
阅读次数:
124
invlpg 指令简介
void
tlb_invalidate(pde_t *pgdir, void *va)
{
// Flush the entry only if we're modifying the current address space.
// For now, there is only one address space, so...
分类:
其他好文 时间:
2014-10-11 18:13:55
阅读次数:
214