- 博客(9)
- 收藏
- 关注
转载 TortoiseGit不用每次输入用户名和密码的方法
TortoiseGit每次同步代码时,都会让输入用户名和密码,虽然安全,但是自己用有点麻烦。 怎么解决呢?废话不多说,直接上图: 1、设置—编辑本地.git/config 2、在本地.git/config文件里加入以下代码即可,下次再输入用户名密码就能记住了。 [credential] helper = store 转载于:https:...
2019-07-03 16:26:00 226
转载 Microsoft SQL Server 2008 R2 安装遇到的问题
SQL Server 安装过很多次了,第一次遇见这样的问题: TITLE: Microsoft SQL Server 2008 R2 安装程序------------------------------ 出现以下错误: An error occurred during the installation of assembly 'Microsoft.VC80.CRT,version=...
2019-07-02 18:26:00 8955
转载 SQL获取本周,上周,本月,上月的开始时间和结束时间
DECLARE @ThisWeekStartTime NVARCHAR(100),@ThisWeekEndTime NVARCHAR(100),--本周 @LastWeekStartTime NVARCHAR(100),@LastWeekEndTime NVARCHAR(100),--上周 @ThisMonthStartTime N...
2018-03-21 13:35:00 279
转载 c# 创建压缩包并下载文件
1 public class IndexController: ICSharpCode.SharpZipLib.Core.INameTransform 2 { 3 4 #region INameTransform 成员 5 6 public string TransformDirectory(string name) 7 { 8 return nul...
2017-12-07 17:11:00 434
转载 无法嵌入互操作类型“Microsoft.Office.Interop.Word.ApplicationClass”。请改用适用的接口。...
无法嵌入互操作类型“Microsoft.Office.Interop.Word.ApplicationClass”。请改用适用的接口。 错误 4317 无法嵌入互操作类型“Microsoft.Office.Interop.Word.ApplicationClass”。请改用适用的接口。 类型“Microsoft.Office.Interop.Word.ApplicationCla...
2017-10-27 15:28:00 88
转载 域名指向新的服务器IP后不能访问的解决办法
不能访问是因为本地DNS缓存,缓存清除方法:dos命令窗口输入ipconfig/flushdns ,回车即可。 转载于:https://www.cnblogs.com/jixingsuiyuan/p/6714311.html
2017-04-15 15:13:00 913
转载 在Sql Server中使用Guid类型的列及设置Guid类型的默认值
1.列的类型为uniqueidentifier 2.列的默认值可以设为newid() 转载于:https://www.cnblogs.com/jixingsuiyuan/p/6714289.html
2017-04-15 15:01:00 185
转载 判断datarow中是否包含某列
row.Table.Columns.Contains( "fieldname ") 转载于:https://www.cnblogs.com/jixingsuiyuan/p/6714225.html
2017-04-15 14:33:00 533
转载 ASP.NET 页面之间传递参数方法
1、通过URL链接地址传递(1) send.aspx代码 protected void Button1_Click(object sender, EventArgs e){Request.Redirect("Default2.aspx?username=honge");} (2) receive.aspx代码 string username = Request.Q...
2015-04-03 16:46:00 153
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人