philzhou

导航

01 2011 档案

win7 提示 由于无法验证发布者,windows阻止控件安装 解决办法
摘要:对于一些企业内部使用的OA产品,常常会需要安装一些ActiveX插件,而安装的时候经常会遇到由于无法验证发布者,windows阻止控件安装的问题,在网上有些解决办法就是,将internet的ActiveX方面的安全设置到最低标准,那个可能适合外网网站的情况,但是内网的网站依然会上述报错,于是把公司OA网站设为内部网站,然后调整intranet的ActiveX的安全设置,就OK了。 阅读全文

posted @ 2011-01-26 10:13 philzhou 阅读(50192) 评论(3) 推荐(0)

转摘:Aspnet mvc Html.Checkbox 处理
摘要:This post will explain how to get the value of a checkbox when a form is posted within the world of ASP.NET MVC. This post will explain this approach by first presenting a common problem and then showing you the recommended solution. You can just jump to the solution by clicking here.The Common Prob 阅读全文

posted @ 2011-01-18 17:34 philzhou 阅读(3285) 评论(2) 推荐(2)

metasploit
摘要:下面的关于计算机内存组织形式的解释,可以很好的解释exploit的原理。2.1 Memory organizationThe basic exploitation techniques can be methodically categorized, like any other technical issue. Before going further, however, the reader must be aware of the basic process of memory organization [ref 2]. A process running in memory has t 阅读全文

posted @ 2011-01-13 16:40 philzhou 阅读(365) 评论(0) 推荐(0)

sql server 数据类型以及SqlParameter赋值时遇到的问题
摘要:Unicode 规格通过采用两个字节编码每个字符使这个问题迎刃而解。转换最通用商业语言的单一规格具有足够多的 2 字节的模式 (65,536)。因为所有的 Unicode 系统均一致地采用同样的位模式来代表所有的字符,所以当从一个系统转到另一个系统时,将不会存在未正确转换字符的问题。通过在整个系统中使用 Unicode 数据类型,可尽量减少字符转换问题。 Unicode 数据使用 SQL Server 中的 nchar、varchar 和 ntext 数据类型进行存储。 bigint 从 -2^63 (-9223372036854775808) 到 2^63-1 (92233720368547 阅读全文

posted @ 2011-01-12 10:58 philzhou 阅读(779) 评论(1) 推荐(0)