上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页
摘要: hhhhhhhhhhhhhh 阅读全文
posted @ 2018-11-09 15:03 饮水思源^0^ 阅读(96) 评论(0) 推荐(0)
摘要: ce是 一下, 再来一下 阅读全文
posted @ 2018-11-09 14:38 饮水思源^0^ 阅读(90) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Web.UI.WebControls; /// ///GridViewMergeCell 合并GridView liyang 20090916 /// publ... 阅读全文
posted @ 2018-10-18 14:47 饮水思源^0^ 阅读(180) 评论(0) 推荐(0)
摘要: 1.github上注册账号。https://github.com/ 2.安装windows下的git https://tortoisegit.org/download/ 3.安装版本控制器客户端tortoisegit--以及中文语言包 4.tortoisegit创建仓库。新建项目文件夹-右击git创 阅读全文
posted @ 2018-08-28 16:53 饮水思源^0^ 阅读(137) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-08-21 14:05 饮水思源^0^ 阅读(33) 评论(0) 推荐(0)
摘要: ClientScript.RegisterStartupScript(this.GetType(), "message", "<script>alert('提交成功');</script>"); 阅读全文
posted @ 2018-08-13 09:39 饮水思源^0^ 阅读(737) 评论(0) 推荐(0)
摘要: TortoiseSVN 下载地址:http://subversion.apache.org/packages.html#windows TortoiseSVN 下载地址:http://subversion.apache.org/packages.html#windows VisualSVN Serv 阅读全文
posted @ 2018-08-08 15:41 饮水思源^0^ 阅读(195) 评论(0) 推荐(0)
摘要: 一:服务器端配置:VisualSVN-Server-1.6.3.msi SVN服务配置可视化工具安装,1.运行程序-创建版本库(我的工作库)2.创建用户与密码 3.创建组二:客户端配置1.导入:TSVN-Import。copy VisualSVN-Server 里的项目地址。点击要导入的项目上传2. 阅读全文
posted @ 2018-08-02 15:53 饮水思源^0^ 阅读(132) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-04-28 10:34 饮水思源^0^ 阅读(182) 评论(0) 推荐(0)
摘要: /// /// 从汉字转换到16进制 /// /// /// public static string GetHexFromChs(string s) { if ((s.Length % 2) != 0) { s += " ";//空格 //throw new ... 阅读全文
posted @ 2018-04-20 11:36 饮水思源^0^ 阅读(363) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页