runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::
上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 80 下一页

2014年5月27日

摘要: 错误 1 缺少编译器要求的成员“System.Runtime.CompilerServices.ExtensionAttrib删除Newtonsoft.Json.dll 引用 ,再重新引用即可。原文:http://bbs.csdn.net/topics/360254920 阅读全文
posted @ 2014-05-27 22:33 runliuv 阅读(4213) 评论(0) 推荐(1)

2014年4月10日

摘要: 在Form Load中设置showInTaskBar =false 或 隐藏窗口 this.Hide()会导致注册的全局快捷键无效。 反正是其中一个,有点记不清了。在Form Shown中showInTaskBar =false 或者 this.Hide(); 阅读全文
posted @ 2014-04-10 22:15 runliuv 阅读(520) 评论(0) 推荐(0)

2014年4月9日

摘要: echo "程序编译目录"set myrel="D:\WorkSpace\st_zm9\Source\Product\src\SISS.ZM.Client\bin\x86\Release"echo "程序打包目录"set serp=\\iss-server0\star-zm9\打包_NET(康利达) 阅读全文
posted @ 2014-04-09 10:50 runliuv 阅读(585) 评论(0) 推荐(0)

2014年4月2日

摘要: CreateCompatibleDIB 存储空间不足 无法处理此命令安装ReportViewer 2010 sp1 即可。 阅读全文
posted @ 2014-04-02 15:40 runliuv 阅读(279) 评论(0) 推荐(0)

2014年4月1日

摘要: 否则,会停留在创建还原点那儿很长时间 。 阅读全文
posted @ 2014-04-01 09:17 runliuv 阅读(418) 评论(0) 推荐(0)

2014年3月27日

摘要: 用ULTRA ISO打开VS2010 ISO文件。找到\Setup\setup.sdb,提取出来编辑。用记事本打开。搜索到[Product Key]配置节,如果下面为空,补上KEY。如果是试用KEY,替换成正式KEY。KEY中间没有“-”。所示:[Product Key]YCFHQ9DWCYDKV88T2TMHG7BHP上下文:[Suite Requirements]vsbasereqs.dll, GFN_CID VS Baseline Requirements[Product Key]YCFHQ9DWCYDKV88T2TMHG7BHP[Dialog Page Order - AdminMai 阅读全文
posted @ 2014-03-27 09:31 runliuv 阅读(1182) 评论(0) 推荐(0)

2014年3月3日

摘要: 换生成名:- 阅读全文
posted @ 2014-03-03 15:44 runliuv 阅读(695) 评论(0) 推荐(0)

2014年1月2日

摘要: from:http://stackoverflow.com/questions/1381821/how-to-toggle-switch-windows-taskbar-from-show-to-auto-hide-and-vice-versa[DllImport("user32.dll", CharSet = CharSet.Auto)] public static extern IntPtr FindWindow(string strClassName, string strWindowName);[DllImport("shell32.dll")] 阅读全文
posted @ 2014-01-02 13:51 runliuv 阅读(3967) 评论(0) 推荐(0)

摘要: private void FrmMyShow_Load(object sender, EventArgs e) { Rectangle r = Screen.GetWorkingArea(this); //this.Location = new Point(r.Right - this.Width, r.Bottom - this.Height); //右下 //this.Location = new Point(0, r.Bottom - this.Height); //左下 ... 阅读全文
posted @ 2014-01-02 10:17 runliuv 阅读(664) 评论(0) 推荐(0)

2013年12月27日

摘要: from:http://hi.baidu.com/guicomeon/item/c0957c373972fbc52f8ec26e先说明一点,要注意区分当前所使用的系统,中文系统和英文系统是有区别的。@echo offcall :getFileName7z a D:\Projects\%varname% D:\Projects\TestProject\*goto :end:getFileName set vardate=%date:~6,4%-%date:~0,2%-%date:~3,2% set vartime=%time:~0,2%-%time:~3,2% set varname=[%... 阅读全文
posted @ 2013-12-27 16:23 runliuv 阅读(1148) 评论(0) 推荐(0)

上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 80 下一页