会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吃喝玩乐
博客园
首页
新随笔
联系
管理
订阅
02 2013 档案
win8 ie打不开- 完美解决
摘要:win8 IE10打不开(管理员权限可打开)的解决办法好多人都有这样的问题 重置和关闭加载项不顶用的情况下,试试这个WIN+R,regedit,找到HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main对左侧树Main节点右键——权限。正常情况下应该会有SYSTEM、RESTRICTED、Administrators等用户组,少的话就不正常。再在当前页面点击高级,点击右下角的“启用继承”按钮即可。
阅读全文
posted @
2013-02-27 09:04
94cool
阅读(291)
评论(0)
推荐(0)
window service 恢复选项卡设置
摘要:1 class 设置服务恢复选项 2 { 3 public static void Main(string[] args) 4 { 6 ServiceRecovery.UpdateServiceConfig("DEMO"); 7 Console.WriteLine("ok"); 8 } 9 } 10 11 class ServiceRecovery 12 { 13 #region NativeMethod 14 1...
阅读全文
posted @
2013-02-25 10:46
94cool
阅读(1753)
评论(0)
推荐(0)
string 2 datetime with DateTime.ParseExact
摘要:string val="130201121212";DateTime ss = DateTime.ParseExact(val, "yyMMddHHmmss", new CultureInfo("zh-CN"));
阅读全文
posted @
2013-02-18 15:10
94cool
阅读(161)
评论(0)
推荐(0)
VLC Play in web
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title> <script language="ja
阅读全文
posted @
2013-02-06 17:23
94cool
阅读(212)
评论(0)
推荐(0)
C# ListView双缓存代码,解决闪屏问题
摘要:首先,自定义一个类ListViewNF,继承自 System.Windows.Forms.ListView。代码:using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;namespace ListViewDoubleTest{ class ListViewNF : System.Windows.Forms.ListView { public ListViewNF() { // 开启双缓冲 ...
阅读全文
posted @
2013-02-06 09:33
94cool
阅读(3654)
评论(0)
推荐(1)
公告