2011年7月13日

my solutions to 403.14 with mvc and virtual directory

摘要: 1. “C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir” doesn’t work. the web app work in root but does’t work in vdir; my aspnet setup should be correct 2. turn windows features on... 阅读全文

posted @ 2011-07-13 11:16 无法显示此网页 阅读(236) 评论(0) 推荐(0) 编辑

2011年7月7日

IE9 border 不好使

摘要: 突然发现 border : 2px solid #ff0000;在IE9 不好使了。。。改成table .green{border-style: solid;border-width: 2px;border-color: Green;} 阅读全文

posted @ 2011-07-07 18:12 无法显示此网页 阅读(333) 评论(0) 推荐(0) 编辑

2011年7月4日

asp.net inline tags

摘要: <% ... %> 用来运行一般性代码. http://msdn.microsoft.com/en-us/library/ms178135(v=VS.100).aspx <% if (User.IsInRole("admin")) { %> You can see this<% } else { %> You are no admin fool!<%} %> <%= ... %>小段信息, 通常是... 阅读全文

posted @ 2011-07-04 21:09 无法显示此网页 阅读(168) 评论(0) 推荐(0) 编辑

2011年4月29日

google地图 for android 动态桌面放大缩小 zoom in/out

摘要: 最近的google maps在2.2升级后, 可以作为动态桌面显示当前位置。 以下是操作方法: 单击桌面两次可以放大(地球人都知道) single tap to zoom out (双指)双击桌面两次可以缩小 2-fingure tap twice to zoom in 阅读全文

posted @ 2011-04-29 16:08 无法显示此网页 阅读(566) 评论(0) 推荐(0) 编辑

2011年4月12日

socket 异步处理异常 Cannot access a disposed object

摘要: http://msdn.microsoft.com/en-us/library/bew39x2a%28v=vs.85%29.aspx 这是msdn上的代码 测试时常常没有发送或接受就发生异常了, 处理方法链接里有, 一个是晚一点关闭socket, 再就是BeginReceieve(…)前检查一下Connected 属性。 其他待测试。 阅读全文

posted @ 2011-04-12 17:54 无法显示此网页 阅读(857) 评论(0) 推荐(0) 编辑

2010年11月26日

Excel automation: excel process still alive after call quit()!–solved

摘要: when use excel automation to edit data probably the process ‘excel.exe’ is still alive and stays in process list.the reason is some COM objects are still referenced, must release them and ... 阅读全文

posted @ 2010-11-26 18:23 无法显示此网页 阅读(247) 评论(0) 推荐(0) 编辑

2010年11月23日

oledb {"操作必须使用一个可更新的查询。"} 解决

摘要: "IMEX=1;" tells the driver to always read "intermixed" (numbers, dates, strings etc) data columns as text. Note that this option might affect excel sheet write access negative. See more from here... 阅读全文

posted @ 2010-11-23 22:57 无法显示此网页 阅读(506) 评论(0) 推荐(0) 编辑

2010年10月20日

在 IE8 中 如何知道知道哪个tab是在那个ie进程中的 SCODEF

摘要: 这里提供一些信息供理解IE8中的松散耦合处理方式。 由于IE8的LCIE更新, 现在比较难知道当前的tab是哪个iexplore.exe在处理。 如果你在用vista以上的系统, 任务管理器里有两列可以提供信息,分别是 commandline 和 pid, 如果这两列被启用的话, 可以在任务管理器看到这样的进程: iexplorer.exe 872 “c:\program files\Inter... 阅读全文

posted @ 2010-10-20 13:47 无法显示此网页 阅读(1777) 评论(0) 推荐(0) 编辑

抱怨俩软件微软拼音和live writer

摘要: 微软拼音2010算够新版了, 但是词库词频还是不如搜狗,但是公司就让装这个是在没办法,而且常会发生提词的输入条消失得情况。 还有就是live writer 2011, 如果草稿那个盘启用了bitlocker又没有解锁的话, 死活都会说启动失败, 提示都没有一个。 阅读全文

posted @ 2010-10-20 12:39 无法显示此网页 阅读(224) 评论(0) 推荐(0) 编辑

2010年10月12日

Live writer 2011, 代码染色测试

摘要: PrintPreview cw = new PrintPreview(); cw.ShowPreview(rtb); cw.HasCloseButton = false; //Hook up a handler to the Closed event before we display the PrintPreview window by calling the Show() method. cw... 阅读全文

posted @ 2010-10-12 22:07 无法显示此网页 阅读(200) 评论(0) 推荐(0) 编辑

导航