07 2013 档案
摘要:首先下好一个64位的win7系统,可以是ghost版的,然后放到你的U盘,在U盘的根目录下添加bootmgr.efi,bootx64.efi.shell.efi这几个文件,其它都不要管,重启,你就在gpt格式下通过U盘装系统了。
阅读全文
摘要:C#,winform 证书打印 加载模版,为特定的控件赋值
阅读全文
摘要:指定的转换无效,数字太大或太小,转换失败,原类型无法被识别,转换错误。
阅读全文
摘要:Oracle11g +Win 64+PLSQL9.0,无监听程序解决方案。
阅读全文
摘要:1、web中window认证,sql server 2008Data Source=服务器名;Initial Catalog=数据库名;Integrated Security=True
阅读全文
摘要:1、select decode(a.xh,'','0','1')||decode(b.xh,'','0','1') from A a left join B b on a.xh=b.xh where a.xh='" + xh + "'查找在xh是否在A、B中如在在返回1,不在返回0。2、update A set bh=(select bh from B where B.id= A.id) where id in (select id from B)更新A 、编号在
阅读全文